diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-16 22:12:30 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-16 22:12:30 +0000 |
commit | 12bc3545b55c14bac6d356ea4477b38615280f47 (patch) | |
tree | 890489193f9a407c910c89fb591510b4a51d1c9e /build/temp_gyp/googleurl.gyp | |
parent | d219209b63a040022458cd0825501ff9c78f1839 (diff) | |
download | chromium_src-12bc3545b55c14bac6d356ea4477b38615280f47.zip chromium_src-12bc3545b55c14bac6d356ea4477b38615280f47.tar.gz chromium_src-12bc3545b55c14bac6d356ea4477b38615280f47.tar.bz2 |
Revert 75184 - Move googleurl's unittest to use a custom main so ICU can be started up in
a way that matches the Chromium build.
Review URL: http://codereview.chromium.org/6532003
TBR=thomasvl@chromium.org
Review URL: http://codereview.chromium.org/6507022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75188 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/temp_gyp/googleurl.gyp')
-rw-r--r-- | build/temp_gyp/googleurl.gyp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/temp_gyp/googleurl.gyp b/build/temp_gyp/googleurl.gyp index d4f3a37..9a2eda3 100644 --- a/build/temp_gyp/googleurl.gyp +++ b/build/temp_gyp/googleurl.gyp @@ -69,7 +69,6 @@ { 'target_name': 'googleurl_unittests', 'dependencies': [ - '../../base/base.gyp:base_i18n', 'googleurl', '../../testing/gtest.gyp:gtest', '../../third_party/icu/icu.gyp:icuuc', @@ -80,7 +79,7 @@ '../../googleurl/src/url_parse_unittest.cc', '../../googleurl/src/url_test_utils.h', '../../googleurl/src/url_util_unittest.cc', - 'googleurl_test_main.cc', + '../../googleurl/src/gurl_test_main.cc', ], 'conditions': [ ['OS=="linux" or OS=="freebsd"', { |