diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-21 05:55:06 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-21 05:55:06 +0000 |
commit | c5549061295b9aa5a88ab68d8252611a89834927 (patch) | |
tree | 1f00bfdfb910cf4cc81c1bd8fa76b06163e765c6 /build | |
parent | e14c6de76c4d54d1c9fb9cfc7cc06a85eef8db19 (diff) | |
download | chromium_src-c5549061295b9aa5a88ab68d8252611a89834927.zip chromium_src-c5549061295b9aa5a88ab68d8252611a89834927.tar.gz chromium_src-c5549061295b9aa5a88ab68d8252611a89834927.tar.bz2 |
Add a new 'run_all_unittests' target in base
Make all the places that include run_all_unittests.cc manually depend
on this target instead.
BUG=
TEST=
Review URL: http://codereview.chromium.org/9691067
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127911 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/temp_gyp/googleurl.gyp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/build/temp_gyp/googleurl.gyp b/build/temp_gyp/googleurl.gyp index 8d61551..3115ce6 100644 --- a/build/temp_gyp/googleurl.gyp +++ b/build/temp_gyp/googleurl.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -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"', { |