diff --git a/gyp/iOSShell.gyp b/gyp/iOSShell.gyp index 1cb0872880..366e554b66 100644 --- a/gyp/iOSShell.gyp +++ b/gyp/iOSShell.gyp @@ -18,8 +18,9 @@ 'xml.gyp:xml', ], 'sources': [ - '../bench/nanobench.cpp', + '../bench/GMBench.cpp', '../bench/ResultsWriter.cpp', + '../bench/nanobench.cpp', '../tests/skia_test.cpp', '../tools/iOSShell.cpp', '../src/views/mac/SkEventNotifier.mm',