aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2016-05-13 07:32:59 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-13 07:32:59 -0700
commitaabe15e206bf7625fecccd9feaebcb06f55f13c5 (patch)
tree72676e79ead2c80ba3011d0490ae99e089015eb3 /gyp
parente6f0d6e5feb9644816f7e6770507351e36c11115 (diff)
Simple program for visualizing gamuts
Diffstat (limited to 'gyp')
-rw-r--r--gyp/tools.gyp18
1 files changed, 18 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index a1d4deef73..ab8b4c6d8b 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': [