Chromium Code Reviews| Index: chromeos/chromeos.gyp |
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp |
| index 57e36b5197072fe368a9eb1d1793c7dd5eaca411..cbef08eff7d699e4b8ef55a3984012b06677eebd 100644 |
| --- a/chromeos/chromeos.gyp |
| +++ b/chromeos/chromeos.gyp |
| @@ -109,6 +109,12 @@ |
| 'dbus/fake_bluetooth_profile_manager_client.h', |
| 'dbus/fake_bluetooth_profile_service_provider.cc', |
| 'dbus/fake_bluetooth_profile_service_provider.h', |
| + 'dbus/fake_old_bluetooth_adapter_client.cc', |
| + 'dbus/fake_old_bluetooth_adapter_client.h', |
| + 'dbus/fake_old_bluetooth_device_client.cc', |
| + 'dbus/fake_old_bluetooth_device_client.h', |
| + 'dbus/fake_old_bluetooth_manager_client.cc', |
| + 'dbus/fake_old_bluetooth_manager_client.h', |
| 'dbus/fake_image_burner_client.cc', |
| 'dbus/fake_image_burner_client.h', |
| 'dbus/fake_system_clock_client.cc', |
| @@ -388,16 +394,25 @@ |
| 'type': 'static_library', |
| 'dependencies': [ |
| '../build/linux/system.gyp:dbus', |
| + '../dbus/dbus.gyp:dbus', |
| 'chromeos', |
| 'power_manager_proto', |
| ], |
| 'sources': [ |
| + 'dbus/bluetooth_property.cc', |
| + 'dbus/bluetooth_property.h', |
| 'dbus/fake_cros_disks_client.cc', |
| 'dbus/fake_cros_disks_client.h', |
| 'dbus/fake_cryptohome_client.cc', |
| 'dbus/fake_cryptohome_client.h', |
| 'dbus/fake_image_burner_client.cc', |
| 'dbus/fake_image_burner_client.h', |
| + 'dbus/fake_old_bluetooth_adapter_client.cc', |
| + 'dbus/fake_old_bluetooth_adapter_client.h', |
| + 'dbus/fake_old_bluetooth_device_client.cc', |
| + 'dbus/fake_old_bluetooth_device_client.h', |
| + 'dbus/fake_old_bluetooth_manager_client.cc', |
| + 'dbus/fake_old_bluetooth_manager_client.h', |
|
satorux1
2013/05/01 04:35:24
the fake_old_* stuff may be unnecessary here, as i
Haruki Sato
2013/05/01 05:44:31
They are necessary as these Fake*Client are now wo
|
| 'dbus/fake_power_manager_client.cc', |
| 'dbus/fake_power_manager_client.h', |
| 'dbus/fake_shill_manager_client.cc', |