Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(686)

Unified Diff: device/bluetooth/BUILD.gn

Issue 1220713006: Renaming BluetoothDeviceMac as BluetoothClassicDeviceMac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dm
Patch Set: learning alphabet Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | device/bluetooth/bluetooth.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | device/bluetooth/bluetooth.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698