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

Unified Diff: device/device_tests.gyp

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 | « device/bluetooth/bluetooth_task_manager_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/device_tests.gyp
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index 9112d40940739925080dee5e2d45717aebd30335..c78f4eb7a01fbe119cf157d4058a75cbd9d2da72 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -175,6 +175,12 @@
'battery/battery_status_manager_linux_unittest.cc',
],
}],
+ ['OS=="win"', {
+ 'sources': [
+ 'bluetooth/bluetooth_low_energy_win_fake.h',
+ 'bluetooth/bluetooth_low_energy_win_fake.cc',
+ ],
+ }],
],
},
],
« no previous file with comments | « device/bluetooth/bluetooth_task_manager_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698