11 lines
256 B
C++
11 lines
256 B
C++
/*
|
|
* Copyright 2014 Google LLC
|
|
*
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
* found in the LICENSE file.
|
|
*/
|
|
|
|
#include "tools/flags/CommandLineFlags.h"
|
|
|
|
DEFINE_bool(verboseFontMgr, false, "FontMgr will be very verbose.");
|