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

Unified Diff: gyp/bench.gyp

Issue 1029423010: Android HWUI backend Nanobench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: More SK_OVERRIDE vs override racing 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
« no previous file with comments | « 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..1370b5383a51f46aeaa20865beefedfc9f02dd8b 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -37,6 +37,20 @@
['skia_android_framework', {
'libraries': [
'-lskia',
+ '-landroid',
+ '-lgui',
+ '-lhwui',
+ '-lutils',
+ ],
+ 'include_dirs': [
+ '../../../frameworks/base/libs/hwui/',
+ '../../../frameworks/native/include/',
+ ],
+ 'sources': [
+ '../bench/nanobenchAndroid.cpp',
+ ],
+ 'dependencies': [
+ 'utils.gyp:android_utils',
],
}],
],
« no previous file with comments | « bench/nanobenchAndroid.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698