Commit 0101c9fd authored by justincohen's avatar justincohen Committed by Commit bot

Don't pull in mojo on iOS.

This ended up pulling in a bunch of v8 code that doesn't work with the
ninja-xcode bindings.

BUG=

Review URL: https://codereview.chromium.org/1922863003

Cr-Commit-Position: refs/heads/master@{#389888}
parent ec7db8a2
...@@ -74,7 +74,6 @@ ...@@ -74,7 +74,6 @@
'type': 'executable', 'type': 'executable',
'dependencies': [ 'dependencies': [
'../base/base.gyp:test_support_base', '../base/base.gyp:test_support_base',
'../mojo/mojo_edk.gyp:mojo_common_test_support',
'../testing/gtest.gyp:gtest', '../testing/gtest.gyp:gtest',
'../third_party/icu/icu.gyp:icuuc', '../third_party/icu/icu.gyp:icuuc',
'url_test_mojom', 'url_test_mojom',
...@@ -96,6 +95,9 @@ ...@@ -96,6 +95,9 @@
'sources': [ 'sources': [
'mojo/url_gurl_struct_traits_unittest.cc', 'mojo/url_gurl_struct_traits_unittest.cc',
], ],
'dependencies': [
'../mojo/mojo_edk.gyp:mojo_common_test_support',
],
}], }],
# Unit tests that are not supported by the current ICU alternatives on Android. # Unit tests that are not supported by the current ICU alternatives on Android.
['OS == "android" and use_platform_icu_alternatives == 1', { ['OS == "android" and use_platform_icu_alternatives == 1', {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment