Chromium Code Reviews| Index: gyp/bench.gyp |
| diff --git a/gyp/bench.gyp b/gyp/bench.gyp |
| index cbbf27f9a7017a5251fc4895952049da84a078b8..661840301c9d063edbc5c166045593b117c550b8 100644 |
| --- a/gyp/bench.gyp |
| +++ b/gyp/bench.gyp |
| @@ -38,10 +38,13 @@ |
| 'type': 'executable', |
| 'sources': [ |
| '../bench/nanobench.cpp', |
| + '../bench/ResultsWriter.cpp', |
| ], |
| 'includes': [ 'bench.gypi' ], |
| 'dependencies': [ |
| 'flags.gyp:flags', |
| + 'jsoncpp.gyp:jsoncpp', |
| + 'skia_lib.gyp:skia_lib', |
| 'tools.gyp:crash_handler', |
| 'tools.gyp:timer', |
| ], |