Chromium Code Reviews| Index: gyp/bench.gypi |
| diff --git a/gyp/bench.gypi b/gyp/bench.gypi |
| index 075fae83a4f6ad47a03e7636bd247d48169110c7..ae00e0cba610e46360db9fcb5f8511333f1a0e02 100644 |
| --- a/gyp/bench.gypi |
| +++ b/gyp/bench.gypi |
| @@ -7,6 +7,7 @@ |
| '../bench/subset', |
| '../bench', |
| '../include/private', |
| + '../src/android', |
|
mtklein
2015/11/11 22:24:21
Probably not needed now that this API is in includ
msarett
2015/11/11 22:33:14
In all three cases it is needed.
get_scale_from_s
|
| '../src/core', |
| '../src/effects', |
| '../src/gpu', |
| @@ -17,7 +18,6 @@ |
| 'dependencies': [ |
| 'etc1.gyp:libetc1', |
| 'skia_lib.gyp:skia_lib', |
| - 'tools.gyp:bitmap_region_decoder', |
| 'tools.gyp:resources', |
| 'tools.gyp:sk_tool_utils', |
| ], |