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

Unified Diff: gyp/tools.gyp

Issue 1221303020: Add tools/flatten to flatten nested pictures in .skps. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: good catch clang Created 5 years, 5 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 | tools/flatten.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 855bfd748d8ee685b2c1bfbbf8983b73be388715..a01d668ba7634c174e04550cddc873ddfbc8b8c6 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -21,6 +21,7 @@
'chrome_fuzz',
'dump_record',
'filter',
+ 'flatten',
'gpuveto',
'lua_app',
'lua_pictures',
@@ -277,6 +278,16 @@
],
},
{
+ 'target_name': 'flatten',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/flatten.cpp',
+ ],
+ 'dependencies': [
+ 'skia_lib.gyp:skia_lib',
+ ],
+ },
+ {
# Superseded by dm, should be removed.
'target_name': 'skp2svg',
'type': 'executable',
« no previous file with comments | « no previous file | tools/flatten.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698