Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8675)

Unified Diff: gyp/tools.gyp

Issue 1972343002: Simple program for visualizing gamuts (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Make output filename a flag Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | resources/gamut.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | resources/gamut.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698