aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/most.gyp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2016-01-15 12:07:39 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-15 12:07:39 -0800
commit98eb3d3776ba64099a19c92ab7aac4f2e323d857 (patch)
treed7a2a3215a2b64d34203957f231ae878020221a9 /gyp/most.gyp
parenteed519e6a2d0e61b0733a388de9320af897ed197 (diff)
Modify kilobench to run each sample in its own process
Diffstat (limited to 'gyp/most.gyp')
-rw-r--r--gyp/most.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gyp/most.gyp b/gyp/most.gyp
index ba7b3c43c6..1a2537a5f2 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -37,6 +37,11 @@
'kilobench.gyp:kilobench',
]
}],
+ [ 'skia_os != "android" and skia_os != "linux"', {
+ 'dependencies!': [
+ 'kilobench.gyp:kilobench',
+ ],
+ }],
[ 'skia_gpu == 0 or skia_os == "android"', {
'dependencies!': [
'example.gyp:HelloWorld',