Chromium Code Reviews| Index: device/bluetooth/BUILD.gn |
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn |
| index 5d9153f4fd45476c33bc09d1396b8131527dc0a4..5096864582e58e30394302d1e0129192b4a7644b 100644 |
| --- a/device/bluetooth/BUILD.gn |
| +++ b/device/bluetooth/BUILD.gn |
| @@ -49,12 +49,12 @@ component("bluetooth") { |
| "bluetooth_audio_sink_chromeos.h", |
| "bluetooth_channel_mac.h", |
| "bluetooth_channel_mac.mm", |
| + "bluetooth_classic_device_mac.h", |
| + "bluetooth_classic_device_mac.mm", |
|
armansito
2015/06/30 20:46:41
Let's swap the order here for consistency and also
scheib
2015/06/30 20:51:43
These lists are typically alphabetically sorted, t
armansito
2015/06/30 22:20:41
Ah, OK in that case.
|
| "bluetooth_device.cc", |
| "bluetooth_device.h", |
| "bluetooth_device_chromeos.cc", |
| "bluetooth_device_chromeos.h", |
| - "bluetooth_device_mac.h", |
| - "bluetooth_device_mac.mm", |
| "bluetooth_device_win.cc", |
| "bluetooth_device_win.h", |
| "bluetooth_discovery_filter.cc", |