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

Unified Diff: device/BUILD.gn

Issue 1646023002: Refactor bluetooth_low_energy_win to prepare for new Bluetooth test fixture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: export class BluetoothLowEnergyWrapper for test Created 4 years, 11 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_low_energy_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 0fd452c56d285379f8745b68bb12215803625a47..d72dd6f1ab7ee5b6ebf0c0a9439c276db981e709 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -180,6 +180,13 @@ test("device_unittests") {
]
}
}
+
+ if (is_win) {
+ sources += [
+ "bluetooth/bluetooth_low_energy_win_fake.cc",
+ "bluetooth/bluetooth_low_energy_win_fake.h",
+ ]
+ }
}
if (is_android) {
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_low_energy_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698