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', |