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

Unified Diff: skia/skia.gyp

Issue 67173009: Adding new fuzzer deserialization test code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added logging.h 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 | « build/all.gyp ('k') | skia/tools/filter_fuzz_stub/filter_fuzz_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index c96361816aee6120b1c50c26d8c74a641162bb60..4a5d62e5b439a8ce00f3174ab524b548d037d27a 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -133,5 +133,16 @@
'ext/image_operations_bench.cc',
],
},
+ {
+ 'target_name': 'filter_fuzz_stub',
+ 'type': 'executable',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ 'skia.gyp:skia',
+ ],
+ 'sources': [
+ 'tools/filter_fuzz_stub/filter_fuzz_stub.cc',
+ ],
+ },
],
}
« no previous file with comments | « build/all.gyp ('k') | skia/tools/filter_fuzz_stub/filter_fuzz_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698