| Index: gyp/bench.gyp
|
| diff --git a/gyp/bench.gyp b/gyp/bench.gyp
|
| index 8c8199167fdfd31537e2a71e044f6d5e9a238e6f..0d9d5a8c7187bad66a066f39005228d590ffd644 100644
|
| --- a/gyp/bench.gyp
|
| +++ b/gyp/bench.gyp
|
| @@ -9,11 +9,11 @@
|
| 'target_name': 'bench',
|
| 'type': 'executable',
|
| 'dependencies': [
|
| - 'skia_lib.gyp:skia_lib',
|
| 'bench_timer',
|
| + 'etc1.gyp:libetc1',
|
| 'flags.gyp:flags',
|
| 'jsoncpp.gyp:jsoncpp',
|
| - 'etc1.gyp:libetc1',
|
| + 'skia_lib.gyp:skia_lib',
|
| ],
|
| 'sources': [
|
| '../bench/ResultsWriter.cpp',
|
| @@ -22,6 +22,7 @@
|
| '../bench/SkGMBench.cpp',
|
| '../bench/SkGMBench.h',
|
| '../bench/benchmain.cpp',
|
| + '../tools/Resources.cpp',
|
| '../tools/sk_tool_utils.cpp',
|
| ],
|
| 'conditions': [
|
|
|