| Index: device/device.gyp
|
| diff --git a/device/device.gyp b/device/device.gyp
|
| index bd0cd3d882f6552044e073e0d99972086728d3c1..0bb684a6e00ff848bac8f83b952198eb5ac911a6 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',
|
| @@ -162,6 +164,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',
|
| @@ -175,6 +178,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',
|
| ]
|
| }],
|
|
|