Index: base/base.gyp |
diff --git a/base/base.gyp b/base/base.gyp |
index 22798dd8b2a1117f58419caa1ae74f83ece0ee57..27c5d3fbea62bb18adb96d126d8183b1cab0eb98 100644 |
--- a/base/base.gyp |
+++ b/base/base.gyp |
@@ -686,6 +686,8 @@ |
], |
'sources': [ |
'perftimer.cc', |
+ 'test/main_hook.h', |
+ 'test/main_hook_ios.mm', |
'test/mock_chrome_application_mac.h', |
'test/mock_chrome_application_mac.mm', |
'test/mock_devices_changed_observer.cc', |
@@ -708,6 +710,8 @@ |
'test/test_file_util_mac.cc', |
'test/test_file_util_posix.cc', |
'test/test_file_util_win.cc', |
+ 'test/test_listener_ios.h', |
+ 'test/test_listener_ios.mm', |
'test/test_reg_util_win.cc', |
'test/test_reg_util_win.h', |
'test/test_suite.cc', |