diff options
Diffstat (limited to 'device')
-rw-r--r-- | device/bluetooth/BUILD.gn | 8 | ||||
-rw-r--r-- | device/core/BUILD.gn | 4 | ||||
-rw-r--r-- | device/usb/BUILD.gn | 6 |
3 files changed, 10 insertions, 8 deletions
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn index f66af9a..a8ea64b 100644 --- a/device/bluetooth/BUILD.gn +++ b/device/bluetooth/BUILD.gn @@ -35,8 +35,8 @@ component("bluetooth") { "bluetooth_audio_sink.h", "bluetooth_audio_sink_chromeos.cc", "bluetooth_audio_sink_chromeos.h", - "bluetooth_channel_mac.mm", "bluetooth_channel_mac.h", + "bluetooth_channel_mac.mm", "bluetooth_device.cc", "bluetooth_device.h", "bluetooth_device_chromeos.cc", @@ -45,8 +45,8 @@ component("bluetooth") { "bluetooth_device_mac.mm", "bluetooth_device_win.cc", "bluetooth_device_win.h", - "bluetooth_discovery_manager_mac.mm", "bluetooth_discovery_manager_mac.h", + "bluetooth_discovery_manager_mac.mm", "bluetooth_discovery_session.cc", "bluetooth_discovery_session.h", "bluetooth_gatt_characteristic.cc", @@ -65,8 +65,8 @@ component("bluetooth") { "bluetooth_gatt_service.h", "bluetooth_init_win.cc", "bluetooth_init_win.h", - "bluetooth_l2cap_channel_mac.mm", "bluetooth_l2cap_channel_mac.h", + "bluetooth_l2cap_channel_mac.mm", "bluetooth_low_energy_defs_win.cc", "bluetooth_low_energy_defs_win.h", "bluetooth_low_energy_device_mac.h", @@ -83,8 +83,8 @@ component("bluetooth") { "bluetooth_remote_gatt_descriptor_chromeos.h", "bluetooth_remote_gatt_service_chromeos.cc", "bluetooth_remote_gatt_service_chromeos.h", - "bluetooth_rfcomm_channel_mac.mm", "bluetooth_rfcomm_channel_mac.h", + "bluetooth_rfcomm_channel_mac.mm", "bluetooth_service_record_win.cc", "bluetooth_service_record_win.h", "bluetooth_socket.cc", diff --git a/device/core/BUILD.gn b/device/core/BUILD.gn index b77bda8..2f25eef 100644 --- a/device/core/BUILD.gn +++ b/device/core/BUILD.gn @@ -10,5 +10,7 @@ source_set("core") { "device_monitor_win.h", ] - deps = [ "//base" ] + deps = [ + "//base", + ] } diff --git a/device/usb/BUILD.gn b/device/usb/BUILD.gn index a97aeba..5a5d449 100644 --- a/device/usb/BUILD.gn +++ b/device/usb/BUILD.gn @@ -13,14 +13,14 @@ source_set("usb") { "usb_context.h", "usb_descriptors.cc", "usb_descriptors.h", - "usb_device_impl.cc", - "usb_device_impl.h", "usb_device.h", "usb_device_filter.cc", "usb_device_filter.h", + "usb_device_handle.h", "usb_device_handle_impl.cc", "usb_device_handle_impl.h", - "usb_device_handle.h", + "usb_device_impl.cc", + "usb_device_impl.h", "usb_error.cc", "usb_error.h", "usb_ids.cc", |