[Bluetooth][WinRT] Add FakeDeviceWatcher Skeleton
This change adds a skeleton for a fake implementation of IDeviceWatcher.
No functionality is added yet, this will be done in a follow-up CL.
Bug: 821766
Change-Id: If51716beac17543975d42632b17c8af7f269ac5c
Reviewed-on: https://chromium-review.googlesource.com/1193890
Reviewed-by: Giovanni Ortuño Urquidi <[email protected]>
Commit-Queue: Jan Wilken Dörrie <[email protected]>
Cr-Commit-Position: refs/heads/master@{#587531}
diff --git a/device/BUILD.gn b/device/BUILD.gn
index b4a4210..46218c9 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -316,6 +316,8 @@
"bluetooth/test/fake_device_pairing_requested_event_args_winrt.h",
"bluetooth/test/fake_device_pairing_result_winrt.cc",
"bluetooth/test/fake_device_pairing_result_winrt.h",
+ "bluetooth/test/fake_device_watcher_winrt.cc",
+ "bluetooth/test/fake_device_watcher_winrt.h",
"bluetooth/test/fake_gatt_characteristic_winrt.cc",
"bluetooth/test/fake_gatt_characteristic_winrt.h",
"bluetooth/test/fake_gatt_characteristics_result_winrt.cc",