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

Unified Diff: gyp/most.gyp

Issue 1594553003: Modify kilobench to run each sample in its own process (Closed) Base URL: https://skia.googlesource.com/skia.git@kilobench-2-setupcanvas
Patch Set: check return values of pipe, read, write 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
« no previous file with comments | « no previous file | tools/kilobench/kilobench.cpp » ('j') | 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 ba7b3c43c6a42911931e80498aa46772209c5cc8..1a2537a5f20c827c5e104d71c9c0ce714aceb71f 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',
« no previous file with comments | « no previous file | tools/kilobench/kilobench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698