Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index 7b8122c3e38af38a85d0e629179185e623e4fb0e..3ecdf7ba97d40939625e0c48911d292f58744cd0 100644 |
--- a/gyp/tools.gyp |
+++ b/gyp/tools.gyp |
@@ -18,6 +18,7 @@ |
'type': 'none', |
'dependencies': [ |
'bench_pictures', |
+ 'chrome_fuzz', |
'dump_record', |
'filter', |
'gpuveto', |
@@ -47,6 +48,16 @@ |
], |
}, |
{ |
+ 'target_name': 'chrome_fuzz', |
+ 'type': 'executable', |
+ 'sources': [ |
+ '../tools/chrome_fuzz.cpp', |
+ ], |
+ 'dependencies': [ |
+ 'skia_lib.gyp:skia_lib', |
+ ], |
+ }, |
+ { |
'target_name': 'crash_handler', |
'type': 'static_library', |
'sources': [ '../tools/CrashHandler.cpp' ], |