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

Unified Diff: gyp/visualbench.gyp

Issue 1164403002: Visual bench on native android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tiny 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 | « gyp/most.gyp ('k') | include/views/SkOSWindow_Android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/visualbench.gyp
diff --git a/gyp/visualbench.gyp b/gyp/visualbench.gyp
index ebc34e28521ce91206d46d304c978f21db3a1b6b..94c9b7339ae940a17d25ebeaf8f3f11da13724a0 100644
--- a/gyp/visualbench.gyp
+++ b/gyp/visualbench.gyp
@@ -17,11 +17,9 @@
'sources': [
'../tools/VisualBench.h',
'../tools/VisualBench.cpp',
- '../src/images/SkForceLinking.cpp',
],
'dependencies': [
'flags.gyp:flags_common',
- 'images.gyp:images',
'skia_lib.gyp:skia_lib',
'tools.gyp:proc_stats',
'tools.gyp:timer',
@@ -56,6 +54,19 @@
'../example/mac/HelloWorld.xib'
],
}],
+ [ 'skia_os == "android"', {
+ 'dependencies': [
+ 'android_deps.gyp:Android_VisualBench',
+ 'android_deps.gyp:native_app_glue',
+ ],
+ 'link_settings': {
+ 'libraries': [
+ '-landroid',
+ '-lGLESv2',
+ '-lEGL',
+ ],
+ },
+ }],
],
},
],
« no previous file with comments | « gyp/most.gyp ('k') | include/views/SkOSWindow_Android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698