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

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: 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 | « 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..a596965aa69bf2ebb3a761cd412e28c9aa1d747f 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -324,17 +324,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