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

Unified Diff: gyp/most.gyp

Issue 1582903002: Add skeleton for kilobench experiments (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: android stuff 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 | « gyp/kilobench.gyp ('k') | 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 4723cdbc14929ac2d319e67bda3d6376b4116681..ba7b3c43c6a42911931e80498aa46772209c5cc8 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -28,11 +28,13 @@
'dm.gyp:dm',
'visualbench.gyp:visualbench',
'fuzz.gyp:fuzz',
+ 'kilobench.gyp:kilobench',
],
'conditions': [
[ 'skia_gpu == 0', {
'dependencies!': [
- 'visualbench.gyp:visualbench'
+ 'visualbench.gyp:visualbench',
+ 'kilobench.gyp:kilobench',
]
}],
[ 'skia_gpu == 0 or skia_os == "android"', {
« no previous file with comments | « gyp/kilobench.gyp ('k') | tools/kilobench/kilobench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698