Chromium Code Reviews| 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
|
| ], |
| }], |
| ], |