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

Unified Diff: dbus/dbus.gyp

Issue 108563003: Run dbus_unittests serially. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « base/test/launcher/unit_test_launcher.cc ('k') | dbus/run_all_unittests.cc » ('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 7225845fcaa8cabf9bfd01b8f9409f03ccf50d69..4d90497c936b34e6dae46d7b718e5b54ba4c733a 100644
--- a/dbus/dbus.gyp
+++ b/dbus/dbus.gyp
@@ -86,7 +86,6 @@
'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',
@@ -105,6 +104,7 @@
'object_manager_unittest.cc',
'object_proxy_unittest.cc',
'property_unittest.cc',
+ 'run_all_unittests.cc',
'signal_sender_verification_unittest.cc',
'string_util_unittest.cc',
'test_service.cc',
« no previous file with comments | « base/test/launcher/unit_test_launcher.cc ('k') | dbus/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698