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

Unified Diff: gyp/fuzz.gyp

Issue 1589563002: Add new fuzz binary. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: simplify gyp Created 4 years, 11 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
« fuzz/Fuzz.h ('K') | « fuzz/fuzz.cpp ('k') | gyp/most.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/fuzz.gyp
diff --git a/gyp/fuzz.gyp b/gyp/fuzz.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..40845a16533a0848ce87228fefd0eae61d11880a
--- /dev/null
+++ b/gyp/fuzz.gyp
@@ -0,0 +1,17 @@
+# Copyright 2016 Google Inc.
+#
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'includes': [ 'apptype_console.gypi' ],
+ 'targets': [{
+ 'target_name': 'fuzz',
+ 'type': 'executable',
+ 'sources': [ '<!@(python find.py ../fuzz "*.cpp")' ],
+ 'dependencies': [
+ 'flags.gyp:flags',
+ 'skia_lib.gyp:skia_lib',
+ ],
+ }],
+}
« fuzz/Fuzz.h ('K') | « fuzz/fuzz.cpp ('k') | gyp/most.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698