Chromium Code Reviews| Index: device/bluetooth/BUILD.gn |
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn |
| index 5096864582e58e30394302d1e0129192b4a7644b..8ff40a34474769f225d517980e18c5eb9f825fdb 100644 |
| --- a/device/bluetooth/BUILD.gn |
| +++ b/device/bluetooth/BUILD.gn |
| @@ -55,6 +55,8 @@ component("bluetooth") { |
| "bluetooth_device.h", |
| "bluetooth_device_chromeos.cc", |
| "bluetooth_device_chromeos.h", |
| + "bluetooth_device_mac.h", |
| + "bluetooth_device_mac.mm", |
|
armansito
2015/06/30 20:44:39
Swap the order (.mm first, followed by .h) for con
krstnmnlsn
2015/07/01 17:37:15
Leaving alphabetized to appease the presubmit chec
|
| "bluetooth_device_win.cc", |
| "bluetooth_device_win.h", |
| "bluetooth_discovery_filter.cc", |