Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: third_party/cacheinvalidation/cacheinvalidation.gyp

Issue 9691067: Add a new 'run_all_unittests' target in base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/sync.gyp ('k') | third_party/libphonenumber/libphonenumber.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cacheinvalidation/cacheinvalidation.gyp
diff --git a/third_party/cacheinvalidation/cacheinvalidation.gyp b/third_party/cacheinvalidation/cacheinvalidation.gyp
index 8e47824130c102c3d76628d8dd9f2c09f9bac7d9..95c9b09e9cb6d8894149dc4a0585db2f19878477 100644
--- a/third_party/cacheinvalidation/cacheinvalidation.gyp
+++ b/third_party/cacheinvalidation/cacheinvalidation.gyp
@@ -190,7 +190,6 @@
'target_name': 'cacheinvalidation_unittests',
'type': 'executable',
'sources': [
- '../../base/test/run_all_unittests.cc',
'files/src/google/cacheinvalidation/test/deterministic-scheduler.cc',
'files/src/google/cacheinvalidation/test/deterministic-scheduler.h',
'files/src/google/cacheinvalidation/test/test-logger.cc',
@@ -204,8 +203,7 @@
],
'dependencies': [
'../../base/base.gyp:base',
- # Needed by run_all_unittests.cc.
- '../../base/base.gyp:test_support_base',
+ '../../base/base.gyp:run_all_unittests',
'../../testing/gmock.gyp:gmock',
'../../testing/gtest.gyp:gtest',
'cacheinvalidation',
« no previous file with comments | « sync/sync.gyp ('k') | third_party/libphonenumber/libphonenumber.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698