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

Unified Diff: gyp/most.gyp

Issue 1164403002: Visual bench on native android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: cleanup Created 5 years, 6 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 | gyp/visualbench.gyp » ('j') | platform_tools/android/gyp/skia_android.gypi » ('J')
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 d674802238f6160d118a89dc3a4e94f8b19ef45a..37b28988ffd1ebf80b678a20bd172bd8b15227cb 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -30,14 +30,21 @@
'visualbench.gyp:visualbench',
],
'conditions': [
+ [ 'skia_gpu == 0', {
+ 'dependencies!': [
+ 'visualbench.gyp:visualbench'
+ ]
+ }],
[ 'skia_gpu == 0 or skia_os == "android"', {
'dependencies!': [
'example.gyp:HelloWorld',
- 'visualbench.gyp:visualbench',
],
}],
['skia_os == "android"', {
- 'dependencies': [ 'android_system.gyp:SampleApp_APK' ],
+ 'dependencies': [
+ 'android_system.gyp:SampleApp_APK',
+ 'android_system.gyp:VisualBench_APK',
djsollen 2015/06/11 20:31:59 through the dependency chain this will build visua
joshualitt 2015/06/12 15:40:35 Acknowledged.
+ ],
}],
['skia_os == "ios"', {
'dependencies!': [
« no previous file with comments | « no previous file | gyp/visualbench.gyp » ('j') | platform_tools/android/gyp/skia_android.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698