| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index a54532ec9265387bd4a96d48aad3d5baa05f38c2..03b6cf4cf6ac1d51ca52affafade94dd16b095a2 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -119,6 +119,12 @@
|
| 'dbus/fake_shill_device_client.h',
|
| 'dbus/fake_shill_ipconfig_client.cc',
|
| 'dbus/fake_shill_ipconfig_client.h',
|
| + 'dbus/fake_shill_manager_client.cc',
|
| + 'dbus/fake_shill_manager_client.h',
|
| + 'dbus/fake_shill_profile_client.cc',
|
| + 'dbus/fake_shill_profile_client.h',
|
| + 'dbus/fake_shill_service_client.cc',
|
| + 'dbus/fake_shill_service_client.h',
|
| 'dbus/fake_system_clock_client.cc',
|
| 'dbus/fake_system_clock_client.h',
|
| 'dbus/gsm_sms_client.cc',
|
| @@ -131,16 +137,10 @@
|
| 'dbus/shill_ipconfig_client.h',
|
| 'dbus/shill_manager_client.cc',
|
| 'dbus/shill_manager_client.h',
|
| - 'dbus/shill_manager_client_stub.cc',
|
| - 'dbus/shill_manager_client_stub.h',
|
| 'dbus/shill_profile_client.cc',
|
| 'dbus/shill_profile_client.h',
|
| - 'dbus/shill_profile_client_stub.cc',
|
| - 'dbus/shill_profile_client_stub.h',
|
| 'dbus/shill_service_client.cc',
|
| 'dbus/shill_service_client.h',
|
| - 'dbus/shill_service_client_stub.cc',
|
| - 'dbus/shill_service_client_stub.h',
|
| 'dbus/shill_stub_helper.cc',
|
| 'dbus/shill_stub_helper.h',
|
| 'dbus/ibus/ibus_client.cc',
|
| @@ -377,8 +377,6 @@
|
| 'dbus/mock_shill_profile_client.h',
|
| 'dbus/mock_shill_service_client.cc',
|
| 'dbus/mock_shill_service_client.h',
|
| - 'dbus/shill_profile_client_stub.cc',
|
| - 'dbus/shill_profile_client_stub.h',
|
| 'disks/mock_disk_mount_manager.cc',
|
| 'disks/mock_disk_mount_manager.h',
|
| 'ime/mock_component_extension_ime_manager_delegate.cc',
|
|
|