Add missing source file for iOSShell.

CQ_EXTRA_TRYBOTS=tryserver.skia:Build-Mac10.7-Clang-Arm7-Release-iOS-Trybot

BUG=skia:
R=mtklein@google.com

Author: mtklein@chromium.org

Review URL: https://codereview.chromium.org/430273003
This commit is contained in:
mtklein 2014-07-31 12:47:37 -07:00 committed by Commit bot
parent e714e75c72
commit e30b52ac7a

View File

@ -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',