diff options
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"', { |