| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 68632140a8dc98375f9b2b840ccfee26225ef2fd..9b7fa6ac0e53ba07b2292182edae177541a41e92 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -14,6 +14,7 @@
|
| '../base/base.gyp:base',
|
| '../build/linux/system.gyp:dbus',
|
| '../dbus/dbus.gyp:dbus',
|
| + '../device/device.gyp:bluetooth_out_of_band_pairing_data',
|
| '../net/net.gyp:net',
|
| '../third_party/libxml/libxml.gyp:libxml',
|
| 'mtp_file_entry_proto',
|
| @@ -47,7 +48,6 @@
|
| 'dbus/bluetooth_node_client.h',
|
| 'dbus/bluetooth_out_of_band_client.cc',
|
| 'dbus/bluetooth_out_of_band_client.h',
|
| - 'dbus/bluetooth_out_of_band_pairing_data.h',
|
| 'dbus/bluetooth_property.cc',
|
| 'dbus/bluetooth_property.h',
|
| 'dbus/cashew_client.cc',
|
| @@ -141,6 +141,7 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../build/linux/system.gyp:dbus',
|
| + '../device/device.gyp:bluetooth_out_of_band_pairing_data',
|
| '../testing/gmock.gyp:gmock',
|
| 'chromeos',
|
| 'mtp_file_entry_proto',
|
|
|