Chromium Code Reviews| Index: chromeos/chromeos.gyp |
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp |
| index 9deb35b2ac4eb069226c8a27895d13aad718d0e2..07d653691834a83a090fb02c4d9bef537e20e949 100644 |
| --- a/chromeos/chromeos.gyp |
| +++ b/chromeos/chromeos.gyp |
| @@ -178,6 +178,8 @@ |
| 'dbus/fake_peer_daemon_manager_client.h', |
| 'dbus/fake_permission_broker_client.cc', |
| 'dbus/fake_permission_broker_client.h', |
| + 'dbus/fake_privet_daemon_manager_client.cc', |
| + 'dbus/fake_privet_daemon_manager_client.h', |
| 'dbus/fake_shill_device_client.cc', |
| 'dbus/fake_shill_device_client.h', |
| 'dbus/fake_shill_ipconfig_client.cc', |
| @@ -232,6 +234,8 @@ |
| 'dbus/power_manager_client.h', |
| 'dbus/power_policy_controller.cc', |
| 'dbus/power_policy_controller.h', |
| + 'dbus/privet_daemon_manager_client.cc', |
| + 'dbus/privet_daemon_manager_client.h', |
| 'dbus/services/console_service_provider.cc', |
| 'dbus/services/console_service_provider.h', |
| 'dbus/services/cros_dbus_service.cc', |
| @@ -457,6 +461,7 @@ |
| 'dbus/modem_messaging_client_unittest.cc', |
| 'dbus/nfc_client_unittest.cc', |
| 'dbus/power_policy_controller_unittest.cc', |
| + 'dbus/privet_daemon_manager_client_unittest.cc', |
|
hashimoto
2015/03/19 08:00:22
Did you forget to include this file to the patch s
dtapuska
2015/03/19 18:04:24
Done.
|
| 'dbus/services/cros_dbus_service_unittest.cc', |
| 'dbus/services/proxy_resolution_service_provider_unittest.cc', |
| 'dbus/shill_client_unittest_base.cc', |