| Index: device/device.gyp
|
| diff --git a/device/device.gyp b/device/device.gyp
|
| index b7a39304a83077676d51a5cc74c4d8bb82a51220..3a8c87a39d8ba853b740bad1d4f4af8cc3fbf22f 100644
|
| --- a/device/device.gyp
|
| +++ b/device/device.gyp
|
| @@ -35,6 +35,8 @@
|
| 'bluetooth/bluetooth_device.h',
|
| 'bluetooth/bluetooth_device_chromeos.cc',
|
| 'bluetooth/bluetooth_device_chromeos.h',
|
| + 'bluetooth/bluetooth_device_experimental_chromeos.cc',
|
| + 'bluetooth/bluetooth_device_experimental_chromeos.h',
|
| 'bluetooth/bluetooth_device_mac.h',
|
| 'bluetooth/bluetooth_device_mac.mm',
|
| 'bluetooth/bluetooth_device_win.cc',
|
| @@ -164,6 +166,7 @@
|
| 'bluetooth/bluetooth_adapter_mac_unittest.mm',
|
| 'bluetooth/bluetooth_adapter_win_unittest.cc',
|
| 'bluetooth/bluetooth_device_win_unittest.cc',
|
| + 'bluetooth/bluetooth_experimental_chromeos_unittest.cc',
|
| 'bluetooth/bluetooth_service_record_chromeos_unittest.cc',
|
| 'bluetooth/bluetooth_service_record_mac_unittest.mm',
|
| 'bluetooth/bluetooth_service_record_win_unittest.cc',
|
| @@ -177,6 +180,7 @@
|
| 'dependencies': [
|
| '../build/linux/system.gyp:dbus',
|
| '../chromeos/chromeos.gyp:chromeos_test_support',
|
| + '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock',
|
| '../dbus/dbus.gyp:dbus',
|
| ]
|
| }],
|
|
|