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: gyp/most.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') | « gyp/fuzz.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/most.gyp
diff --git a/gyp/most.gyp b/gyp/most.gyp
index f289aeaa0f3526194b0215e40b1cfa38cc880eae..4723cdbc14929ac2d319e67bda3d6376b4116681 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -27,12 +27,13 @@
'pathops_skpclip.gyp:*',
'dm.gyp:dm',
'visualbench.gyp:visualbench',
+ 'fuzz.gyp:fuzz',
],
'conditions': [
- [ 'skia_gpu == 0', {
- 'dependencies!': [
- 'visualbench.gyp:visualbench'
- ]
+ [ 'skia_gpu == 0', {
+ 'dependencies!': [
+ 'visualbench.gyp:visualbench'
+ ]
}],
[ 'skia_gpu == 0 or skia_os == "android"', {
'dependencies!': [
@@ -40,13 +41,13 @@
],
}],
['skia_os == "android"', {
- 'dependencies': [
- 'android_system.gyp:SampleApp_APK',
+ 'dependencies': [
+ 'android_system.gyp:SampleApp_APK',
],
'conditions': [
[ 'skia_gpu == 1', {
'dependencies': [
- 'android_system.gyp:VisualBench_APK',
+ 'android_system.gyp:VisualBench_APK',
],
}],
],
« fuzz/Fuzz.h ('K') | « gyp/fuzz.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698