| Index: gyp/tools.gyp
|
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp
|
| index a1d4deef7359a267f777767fe49b7115e2ac552a..ab8b4c6d8b4456f2133a208862505a7d21ee7c86 100644
|
| --- a/gyp/tools.gyp
|
| +++ b/gyp/tools.gyp
|
| @@ -32,6 +32,7 @@
|
| 'skpmaker',
|
| 'test_public_includes',
|
| 'using_skia_and_harfbuzz',
|
| + 'visualize_color_gamut',
|
| 'whitelist_typefaces',
|
| ],
|
| 'conditions': [
|
| @@ -422,6 +423,23 @@
|
| 'xcode_settings': { 'WARNING_CFLAGS': [ '-w', ], },
|
| },
|
| {
|
| + 'target_name': 'visualize_color_gamut',
|
| + 'type': 'executable',
|
| + 'sources': [
|
| + '../tools/visualize_color_gamut.cpp',
|
| + ],
|
| + 'include_dirs': [
|
| + '../src/core',
|
| + '../include/private',
|
| + '../tools',
|
| + ],
|
| + 'dependencies': [
|
| + 'flags.gyp:flags',
|
| + 'resources',
|
| + 'skia_lib.gyp:skia_lib',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'whitelist_typefaces',
|
| 'type': 'executable',
|
| 'sources': [
|
|
|