Index: gyp/bench.gyp |
diff --git a/gyp/bench.gyp b/gyp/bench.gyp |
index 1c1943705fcdd10ed7d3131f71380568243b3dc8..9089bf8bc07d04a728ef183747a2623bb6504573 100644 |
--- a/gyp/bench.gyp |
+++ b/gyp/bench.gyp |
@@ -15,6 +15,7 @@ |
'skia_lib.gyp:skia_lib', |
'tools.gyp:crash_handler', |
'tools.gyp:resources', |
+ 'tools.gyp:sk_tool_utils', |
'tools.gyp:timer', |
], |
'sources': [ |
@@ -24,7 +25,6 @@ |
'../bench/GMBench.h', |
'../bench/ResultsWriter.cpp', |
'../bench/benchmain.cpp', |
- '../tools/sk_tool_utils.cpp', |
], |
'conditions': [ |
['skia_gpu == 1', |