| 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',
|
|
|