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

Unified Diff: dbus/dbus.gyp

Issue 9691067: Add a new 'run_all_unittests' target in base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: dbus/dbus.gyp
diff --git a/dbus/dbus.gyp b/dbus/dbus.gyp
index 296ac5387cd4a36944b2e9934bd9c2d5820cadb7..6581d73452eeb4790428b3f643a382477dc4efbd 100644
--- a/dbus/dbus.gyp
+++ b/dbus/dbus.gyp
@@ -70,7 +70,7 @@
'target_name': 'dbus_unittests',
'type': 'executable',
'dependencies': [
- '../base/base.gyp:test_support_base',
+ '../base/base.gyp:run_all_unittests',
'../build/linux/system.gyp:dbus',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
@@ -79,7 +79,6 @@
'dbus_test_support',
],
'sources': [
- '../base/test/run_all_unittests.cc',
'bus_unittest.cc',
'end_to_end_async_unittest.cc',
'end_to_end_sync_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698