diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-25 16:12:57 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-25 16:12:57 +0000 |
commit | f39becc35776fc06c9d04b49015c77f843a695af (patch) | |
tree | f48ca139c5c6d43dff74a27373fef28d7169b637 /dbus/dbus.gyp | |
parent | 2609a0f1d4f67d1d2d8b9c3f613a82044fedb529 (diff) | |
download | chromium_src-f39becc35776fc06c9d04b49015c77f843a695af.zip chromium_src-f39becc35776fc06c9d04b49015c77f843a695af.tar.gz chromium_src-f39becc35776fc06c9d04b49015c77f843a695af.tar.bz2 |
Revert r196352 "dbus: Add FakeBus"
> dbus: Add FakeBus
> BUG=234078
> TEST=trybots
TBR=haruki@chromium.org
BUG=234078
Review URL: https://codereview.chromium.org/14392017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196410 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'dbus/dbus.gyp')
-rw-r--r-- | dbus/dbus.gyp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dbus/dbus.gyp b/dbus/dbus.gyp index 3f41238..847e7d97 100644 --- a/dbus/dbus.gyp +++ b/dbus/dbus.gyp @@ -59,8 +59,8 @@ 'includes': [ '../build/protoc.gypi' ], }, { - # This target contains mocks and fakes that can be used to write unit - # tests without issuing actual D-Bus calls. + # This target contains mocks that can be used to write unit tests + # without issuing actual D-Bus calls. 'target_name': 'dbus_test_support', 'type': 'static_library', 'dependencies': [ @@ -69,8 +69,6 @@ 'dbus', ], 'sources': [ - 'fake_bus.cc', - 'fake_bus.h', 'mock_bus.cc', 'mock_bus.h', 'mock_exported_object.cc', |