From c5549061295b9aa5a88ab68d8252611a89834927 Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Wed, 21 Mar 2012 05:55:06 +0000 Subject: 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 --- third_party/libphonenumber/libphonenumber.gyp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'third_party/libphonenumber') diff --git a/third_party/libphonenumber/libphonenumber.gyp b/third_party/libphonenumber/libphonenumber.gyp index 159dd22..16f21dc 100644 --- a/third_party/libphonenumber/libphonenumber.gyp +++ b/third_party/libphonenumber/libphonenumber.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. @@ -77,7 +77,6 @@ 'target_name': 'libphonenumber_unittests', 'type': 'executable', 'sources': [ - '../../base/test/run_all_unittests.cc', 'src/phonenumbers/test_metadata.cc', 'src/test/phonenumbers/asyoutypeformatter_test.cc', 'src/test/phonenumbers/phonenumbermatch_test.cc', @@ -92,7 +91,7 @@ '../icu/icu.gyp:icui18n', '../icu/icu.gyp:icuuc', '../../base/base.gyp:base', - '../../base/base.gyp:test_support_base', + '../../base/base.gyp:run_all_unittests', '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../../testing/gmock.gyp:gmock', '../../testing/gtest.gyp:gtest', -- cgit v1.1