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

Unified Diff: gyp/tools.gyp

Issue 1126423005: quickie tool to exercise chrome filter fuzz files (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: forgot to add the source file Created 5 years, 7 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/chrome_fuzz.cpp » ('j') | tools/chrome_fuzz.cpp » ('J')
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 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' ],
« no previous file with comments | « no previous file | tools/chrome_fuzz.cpp » ('j') | tools/chrome_fuzz.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698