aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/fuzz.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/fuzz.gyp')
-rw-r--r--gyp/fuzz.gyp17
1 files changed, 17 insertions, 0 deletions
diff --git a/gyp/fuzz.gyp b/gyp/fuzz.gyp
new file mode 100644
index 0000000000..40845a1653
--- /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',
+ ],
+ }],
+}