| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 8e524dd4748538f270ebd14bd6a8cb15779c4c2e..3696283fd9ebb32764c663cd32aeb3d8da609a9c 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -66,6 +66,18 @@
|
| 'dbus/dbus_thread_manager.h',
|
| 'dbus/debug_daemon_client.cc',
|
| 'dbus/debug_daemon_client.h',
|
| + 'dbus/experimental_bluetooth_adapter_client.cc',
|
| + 'dbus/experimental_bluetooth_adapter_client.h',
|
| + 'dbus/experimental_bluetooth_agent_manager_client.cc',
|
| + 'dbus/experimental_bluetooth_agent_manager_client.h',
|
| + 'dbus/experimental_bluetooth_agent_service_provider.cc',
|
| + 'dbus/experimental_bluetooth_agent_service_provider.h',
|
| + 'dbus/experimental_bluetooth_device_client.cc',
|
| + 'dbus/experimental_bluetooth_device_client.h',
|
| + 'dbus/experimental_bluetooth_profile_manager_client.cc',
|
| + 'dbus/experimental_bluetooth_profile_manager_client.h',
|
| + 'dbus/experimental_bluetooth_profile_service_provider.cc',
|
| + 'dbus/experimental_bluetooth_profile_service_provider.h',
|
| 'dbus/gsm_sms_client.cc',
|
| 'dbus/gsm_sms_client.h',
|
| 'dbus/shill_client_helper.cc',
|
| @@ -264,6 +276,14 @@
|
| 'dbus/mock_dbus_thread_manager.h',
|
| 'dbus/mock_debug_daemon_client.cc',
|
| 'dbus/mock_debug_daemon_client.h',
|
| + 'dbus/mock_experimental_bluetooth_adapter_client.cc',
|
| + 'dbus/mock_experimental_bluetooth_adapter_client.h',
|
| + 'dbus/mock_experimental_bluetooth_agent_manager_client.cc',
|
| + 'dbus/mock_experimental_bluetooth_agent_manager_client.h',
|
| + 'dbus/mock_experimental_bluetooth_device_client.cc',
|
| + 'dbus/mock_experimental_bluetooth_device_client.h',
|
| + 'dbus/mock_experimental_bluetooth_profile_manager_client.cc',
|
| + 'dbus/mock_experimental_bluetooth_profile_manager_client.h',
|
| 'dbus/mock_shill_device_client.cc',
|
| 'dbus/mock_shill_device_client.h',
|
| 'dbus/mock_shill_ipconfig_client.cc',
|
|
|