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