summaryrefslogtreecommitdiffstats
path: root/dbus/dbus.gyp
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-21 05:55:06 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-21 05:55:06 +0000
commitc5549061295b9aa5a88ab68d8252611a89834927 (patch)
tree1f00bfdfb910cf4cc81c1bd8fa76b06163e765c6 /dbus/dbus.gyp
parente14c6de76c4d54d1c9fb9cfc7cc06a85eef8db19 (diff)
downloadchromium_src-c5549061295b9aa5a88ab68d8252611a89834927.zip
chromium_src-c5549061295b9aa5a88ab68d8252611a89834927.tar.gz
chromium_src-c5549061295b9aa5a88ab68d8252611a89834927.tar.bz2
Add a new 'run_all_unittests' target in base
Make all the places that include run_all_unittests.cc manually depend on this target instead. BUG= TEST= Review URL: http://codereview.chromium.org/9691067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127911 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'dbus/dbus.gyp')
-rw-r--r--dbus/dbus.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus.gyp b/dbus/dbus.gyp
index 0e30503..bbb5e30 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',