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

Unified Diff: gyp/tools.gyp

Issue 809143002: version 0 of imgconv tool (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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 | tools/imgconv.cpp » ('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 ffd5676a75fe6fcad069f3a2b44762070bb5c837..3b1d2f5ae0b9550be5517b10704632caee3a44dc 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -20,6 +20,7 @@
'gpuveto',
'lua_app',
'lua_pictures',
+ 'imgconv',
'pinspect',
'render_pdfs',
'render_pictures',
@@ -545,6 +546,17 @@
],
},
{
+ 'target_name': 'imgconv',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/imgconv.cpp',
+ ],
+ 'dependencies': [
+ 'flags.gyp:flags',
+ 'skia_lib.gyp:skia_lib',
+ ],
+ },
+ {
'target_name': 'bbh_shootout',
'type': 'executable',
'include_dirs': [
« no previous file with comments | « no previous file | tools/imgconv.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698