Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(731)

Unified Diff: url/url.gyp

Issue 1922863003: Don't pull in mojo on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url.gyp
diff --git a/url/url.gyp b/url/url.gyp
index a0c911b07a097afce4fb0b8e20ceaa384d5195cc..1e491f5741d817ccc5498911467054855950ca4e 100644
--- a/url/url.gyp
+++ b/url/url.gyp
@@ -74,7 +74,6 @@
'type': 'executable',
'dependencies': [
'../base/base.gyp:test_support_base',
- '../mojo/mojo_edk.gyp:mojo_common_test_support',
'../testing/gtest.gyp:gtest',
'../third_party/icu/icu.gyp:icuuc',
'url_test_mojom',
@@ -96,6 +95,9 @@
'sources': [
'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.
['OS == "android" and use_platform_icu_alternatives == 1', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698