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

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: 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 | « cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp ('k') | sync/sync.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/dbus.gyp
diff --git a/dbus/dbus.gyp b/dbus/dbus.gyp
index 0e305037a534827eb2b88cacf4a828ceef81c1ca..bbb5e30d162b27a630cbecbe3936cafc7fe3b995 100644
--- a/dbus/dbus.gyp
+++ b/dbus/dbus.gyp
@@ -72,6 +72,7 @@
'target_name': 'dbus_unittests',
'type': 'executable',
'dependencies': [
+ '../base/base.gyp:run_all_unittests',
'../base/base.gyp:test_support_base',
'../build/linux/system.gyp:dbus',
'../testing/gmock.gyp:gmock',
@@ -81,7 +82,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',
« no previous file with comments | « cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp ('k') | sync/sync.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698