diff options
author | scottmg <scottmg@chromium.org> | 2015-02-27 18:23:09 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-28 02:24:07 +0000 |
commit | 7c7296f4dcb7e32fa4440b333a40a37699f517b1 (patch) | |
tree | 279df2952a81b93354570bb78e92c3c4c5a24fa9 /device | |
parent | e4f56cef9af4457ba0074e963748284d5da35165 (diff) | |
download | chromium_src-7c7296f4dcb7e32fa4440b333a40a37699f517b1.zip chromium_src-7c7296f4dcb7e32fa4440b333a40a37699f517b1.tar.gz chromium_src-7c7296f4dcb7e32fa4440b333a40a37699f517b1.tar.bz2 |
Apply gn format with 'sources' sorting to src/
Application of https://codereview.chromium.org/962003002/.
TBR=keybuk@chromium.org
R=brettw@chromium.org
BUG=456014
Review URL: https://codereview.chromium.org/960413003
Cr-Commit-Position: refs/heads/master@{#318574}
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", |