Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index 7af70f782fe999147136f87a03021552d5bd87e0..5ea127296ae495935da7b0fc984ead95cda3ef51 100644 |
--- a/gyp/tools.gyp |
+++ b/gyp/tools.gyp |
@@ -286,11 +286,11 @@ |
'target_name': 'bench_pictures', |
'type': 'executable', |
'sources': [ |
+ '../bench/BenchLogger.cpp', |
+ '../bench/BenchLogger.h', |
'../bench/ResultsWriter.cpp', |
'../tools/PictureBenchmark.cpp', |
'../tools/PictureResultsWriter.h', |
- '../bench/SkBenchLogger.h', |
- '../bench/SkBenchLogger.cpp', |
'../tools/bench_pictures_main.cpp', |
], |
'include_dirs': [ |