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