Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index 127827bd4bffa724eece69467de16d42efa165c2..423f969a7c2af7e11d835bd60d22f1dcec2b5081 100644 |
--- a/gyp/tools.gyp |
+++ b/gyp/tools.gyp |
@@ -18,6 +18,7 @@ |
'type': 'none', |
'dependencies': [ |
'chrome_fuzz', |
+ 'dump_record', |
'gpuveto', |
'imgblur', |
'imgconv', |
@@ -45,6 +46,23 @@ |
], |
}, |
{ |
+ 'target_name': 'dump_record', |
+ 'type': 'executable', |
+ 'sources': [ |
+ '../tools/dump_record.cpp', |
+ '../tools/DumpRecord.cpp', |
+ ], |
+ 'include_dirs': [ |
+ '../include/private', |
+ '../src/core', |
+ ], |
+ 'dependencies': [ |
+ 'flags.gyp:flags', |
+ 'lazy_decode_bitmap', |
+ 'skia_lib.gyp:skia_lib', |
+ ], |
+ }, |
+ { |
'target_name': 'chrome_fuzz', |
'type': 'executable', |
'sources': [ |