aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/most.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/most.gyp')
-rw-r--r--gyp/most.gyp11
1 files changed, 0 insertions, 11 deletions
diff --git a/gyp/most.gyp b/gyp/most.gyp
index 9e54732a25..47c0d804da 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -26,24 +26,15 @@
'pathops_unittest.gyp:*',
'pathops_skpclip.gyp:*',
'dm.gyp:dm',
- 'visualbench.gyp:visualbench',
'fuzz.gyp:fuzz',
- 'kilobench.gyp:kilobench',
'viewer.gyp:viewer',
],
'conditions': [
[ 'skia_gpu == 0', {
'dependencies!': [
- 'visualbench.gyp:visualbench',
- 'kilobench.gyp:kilobench',
'viewer.gyp:viewer',
]
}],
- [ 'skia_os != "android" and skia_os != "linux"', {
- 'dependencies!': [
- 'kilobench.gyp:kilobench',
- ],
- }],
[ 'skia_gpu == 0 or skia_os == "android"', {
'dependencies!': [
'example.gyp:HelloWorld',
@@ -58,7 +49,6 @@
'dependencies!': [
'example.gyp:HelloWorld',
'SampleApp.gyp:SampleApp',
- 'visualbench.gyp:visualbench',
],
'dependencies': ['iOSShell.gyp:iOSShell' ],
}],
@@ -82,7 +72,6 @@
'dependencies!': [
'example.gyp:HelloWorld',
'SampleApp.gyp:SampleApp',
- 'visualbench.gyp:visualbench',
]
}
],