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

Unified Diff: device/bluetooth/BUILD.gn

Issue 1165053003: Adding support for Low Energy device discovery to BluetoothAdapterMac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adding issue # 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') | device/bluetooth/bluetooth.gyp » ('J')
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 31b54e178a560569398ae3321ecd4471ea5077e1..c4820740cd0f0264d9cf2baa0cf1163c01750c80 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -241,6 +241,13 @@ static_library("mocks") {
"//net",
"//testing/gmock",
]
+
+ if (is_mac) {
armansito 2015/06/09 19:32:58 I don't think you need the is_mac check here. The
krstnmnlsn 2015/06/09 23:09:00 Done.
+ sources += [
+ "test/mock_bluetooth_central_manager_mac.h",
+ "test/mock_bluetooth_central_manager_mac.mm",
+ ]
+ }
}
if (is_android) {
« no previous file with comments | « no previous file | device/bluetooth/bluetooth.gyp » ('j') | device/bluetooth/bluetooth.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698