| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index 5264f2ac90bc7d3097a1631a63d87d5ba42350bf..023b8edf2f8dc74dee9d285cf7c7655e2c435264 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -690,6 +690,8 @@
|
| }],
|
| ['OS == "ios" and _toolset != "host"', {
|
| 'sources/': [
|
| + # iOS does not support FilePathWatcher.
|
| + ['exclude', '^files/file_path_watcher_unittest\\.cc$'],
|
| # Only test the iOS-meaningful portion of memory and process_utils.
|
| ['exclude', '^memory/discardable_shared_memory_unittest\\.cc$'],
|
| ['exclude', '^memory/shared_memory_unittest\\.cc$'],
|
| @@ -905,8 +907,8 @@
|
| 'test/gtest_xml_util.h',
|
| 'test/histogram_tester.cc',
|
| 'test/histogram_tester.h',
|
| - 'test/icu_test_util.cc',
|
| - 'test/icu_test_util.h',
|
| + 'test/icu_test_util.cc',
|
| + 'test/icu_test_util.h',
|
| 'test/ios/wait_util.h',
|
| 'test/ios/wait_util.mm',
|
| 'test/launcher/test_launcher.cc',
|
|
|