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

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: Added ==1 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') | no next file with comments »
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..81e9c796719b8d6dd515240b0a8eebb9065687cd 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -613,6 +613,11 @@
'../skia/skia.gyp:filter_fuzz_stub',
],
}],
+ ['internal_filter_fuzzer==1', {
+ '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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698