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

Unified Diff: dbus/dbus.gyp

Issue 14392017: Revert r196352 "dbus: Add FakeBus" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc ('k') | dbus/fake_bus.h » ('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 3f412386a6aeef1c23a415a3009611b0e9a2d0db..847e7d978b192a535c035bc3bb1523238bd12a2b 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',
« no previous file with comments | « chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc ('k') | dbus/fake_bus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698