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

Unified Diff: build/all.gyp

Issue 66313008: Adding build rules for fuzzer (internal only) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | build/common.gypi » ('j') | build/common.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 190104922d0bb68d274a8d83e4e0281c50c92dcd..23398e01a5f31e5c0aff53415b56bdacf6c40461 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -613,6 +613,11 @@
'../skia/skia.gyp:filter_fuzz_stub',
],
}],
+ ['internal_filter_fuzzer', {
Stephen White 2013/11/19 16:07:55 I think this should be 'internal_filter_fuzzer==1'
sugoi1 2013/11/19 16:20:58 Done.
+ 'dependencies': [
+ '../skia/tools/filter_fuzzer/filter_fuzzer.gyp:filter_fuzzer',
+ ],
+ }], # internal_filter_fuzzer
['OS=="win" and fastbuild==0 and target_arch=="ia32"', {
'dependencies': [
'../chrome/chrome_syzygy.gyp:chrome_dll_syzygy',
« no previous file with comments | « no previous file | build/common.gypi » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698