| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 2dda381432caa25236b04cf80e25f0e85d146397..25f209d17c94b47e020ab02de437ce44d7105fb7 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -92,6 +92,8 @@
|
| 'dbus/cryptohome_client.cc',
|
| 'dbus/cryptohome_client.h',
|
| 'dbus/dbus_client_implementation_type.h',
|
| + 'dbus/dbus_command_line_helper.cc',
|
| + 'dbus/dbus_command_line_helper.h',
|
| 'dbus/dbus_method_call_status.cc',
|
| 'dbus/dbus_method_call_status.h',
|
| 'dbus/dbus_thread_manager.cc',
|
| @@ -180,8 +182,6 @@
|
| 'dbus/shill_profile_client.h',
|
| 'dbus/shill_service_client.cc',
|
| 'dbus/shill_service_client.h',
|
| - 'dbus/shill_stub_helper.cc',
|
| - 'dbus/shill_stub_helper.h',
|
| 'dbus/image_burner_client.cc',
|
| 'dbus/image_burner_client.h',
|
| 'dbus/introspectable_client.cc',
|
| @@ -473,6 +473,7 @@
|
| 'cryptohome/system_salt_getter_unittest.cc',
|
| 'dbus/blocking_method_caller_unittest.cc',
|
| 'dbus/cros_disks_client_unittest.cc',
|
| + 'dbus/dbus_command_line_helper_unittest.cc',
|
| 'dbus/gsm_sms_client_unittest.cc',
|
| 'dbus/introspectable_client_unittest.cc',
|
| 'dbus/modem_messaging_client_unittest.cc',
|
|
|