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

Unified Diff: sync/sync.gyp

Issue 9691067: Add a new 'run_all_unittests' target in base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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 | « dbus/dbus.gyp ('k') | third_party/cacheinvalidation/cacheinvalidation.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index f355761348d9ba07a05b34d67b25a0fc2ba4c1f6..43bc1031deb99984c11581616106ab21cd6804ad 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -250,7 +250,6 @@
'suppress_wildcard': 1,
'dependencies': [
'../base/base.gyp:base',
- '../base/base.gyp:test_support_base',
Ryan Sleevi 2012/03/16 17:27:30 Is this target really not needed anymore? I'm ass
akalin 2012/03/16 18:53:50 Good point. I audited all the targets and added b
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'sync',
@@ -258,7 +257,6 @@
],
'export_dependent_settings': [
'../base/base.gyp:base',
- '../base/base.gyp:test_support_base',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'sync',
@@ -324,17 +322,11 @@
#
# TODO(akalin): Rename this to sync_unit_tests once we've moved
# everything from chrome.gyp.
- #
- # TODO(akalin): Make base.gyp have a test_main target that
- # includes run_all_unittests.cc and the possible tcmalloc
- # dependency and use that everywhere.
{
'target_name': 'sync_unit_tests_canary',
'type': 'executable',
- 'sources': [
- '../base/test/run_all_unittests.cc',
- ],
'dependencies': [
+ '../base/base.gyp:run_all_unittests',
'sync_tests',
],
« no previous file with comments | « dbus/dbus.gyp ('k') | third_party/cacheinvalidation/cacheinvalidation.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698