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

Unified Diff: gyp/bench.gyp

Issue 1029423010: Android HWUI backend Nanobench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 9 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
« bench/nanobenchAndroid.h ('K') | « bench/nanobenchAndroid.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/bench.gyp
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index b4442918a6c3de1539c6c6e1c81b180a6fd22fbb..3a0a9d349bf629a89696a6ffc6bc56c05da584aa 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -37,6 +37,21 @@
['skia_android_framework', {
'libraries': [
'-lskia',
+ '-landroid',
+ '-lgui',
+ '-lhwui',
+ '-lutils',
+ ],
+ 'include_dirs': [
+ '../../../frameworks/base/libs/hwui/',
+ '../../../frameworks/native/include/',
+ '../src/utils/android/',
+ ],
+ 'sources': [
+ '../bench/nanobenchAndroid.cpp',
+ ],
+ 'dependencies': [
+ 'utils.gyp:android_utils',
djsollen 2015/03/26 17:57:33 what is this needed for?
tomhudson 2015/03/26 18:05:03 SkAndroidSDKCanvas? (Now from previous reviews, I
],
}],
],
« bench/nanobenchAndroid.h ('K') | « bench/nanobenchAndroid.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698