Index: device/bluetooth/bluetooth.gyp |
diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp |
index b4df6052104bea4f7bc83440d44112963fea2569..e0f11347a7fdff747bb28333e21960f950034a93 100644 |
--- a/device/bluetooth/bluetooth.gyp |
+++ b/device/bluetooth/bluetooth.gyp |
@@ -49,6 +49,8 @@ |
'bluetooth_gatt_characteristic.h', |
'bluetooth_gatt_connection.cc', |
'bluetooth_gatt_connection.h', |
+ 'bluetooth_gatt_connection_chromeos.cc', |
+ 'bluetooth_gatt_connection_chromeos.h', |
'bluetooth_gatt_descriptor.cc', |
'bluetooth_gatt_descriptor.h', |
'bluetooth_gatt_service.cc', |
@@ -135,6 +137,8 @@ |
'test/mock_bluetooth_discovery_session.h', |
'test/mock_bluetooth_gatt_characteristic.cc', |
'test/mock_bluetooth_gatt_characteristic.h', |
+ 'test/mock_bluetooth_gatt_connection.cc', |
+ 'test/mock_bluetooth_gatt_connection.h', |
'test/mock_bluetooth_gatt_descriptor.cc', |
'test/mock_bluetooth_gatt_descriptor.h', |
'test/mock_bluetooth_gatt_service.cc', |