Index: build/temp_gyp/googleurl.gyp |
diff --git a/build/temp_gyp/googleurl.gyp b/build/temp_gyp/googleurl.gyp |
index 8d6155192b847eff26858bceab3468ddf3600a61..942a909a12443c604f03cce53447a7da48072356 100644 |
--- a/build/temp_gyp/googleurl.gyp |
+++ b/build/temp_gyp/googleurl.gyp |
@@ -71,7 +71,7 @@ |
'dependencies': [ |
'googleurl', |
'../../base/base.gyp:base_i18n', |
- '../../base/base.gyp:test_support_base', |
+ '../../base/base.gyp:run_all_unittests', |
'../../testing/gtest.gyp:gtest', |
'../../third_party/icu/icu.gyp:icuuc', |
], |
@@ -81,9 +81,6 @@ |
'../../googleurl/src/url_parse_unittest.cc', |
'../../googleurl/src/url_test_utils.h', |
'../../googleurl/src/url_util_unittest.cc', |
- # Make sure base and ICU are started up the 'Chromium way' since the |
- # build is using the Chromium base & ICU. |
- '../../base/test/run_all_unittests.cc', |
], |
'conditions': [ |
['os_posix==1 and OS!="mac"', { |