summaryrefslogtreecommitdiffstats
path: root/device/BUILD.gn
diff options
context:
space:
mode:
authorgogerald <gogerald@chromium.org>2016-01-26 17:11:18 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-27 01:12:13 +0000
commit512935cc3fb94185ee159d8e60c95dadc3c001e4 (patch)
treeb9d7369961ee644c9d4819f078075a1d713c48e7 /device/BUILD.gn
parent0004ce15cdf065966508c61a5265ae8662e363ed (diff)
downloadchromium_src-512935cc3fb94185ee159d8e60c95dadc3c001e4.zip
chromium_src-512935cc3fb94185ee159d8e60c95dadc3c001e4.tar.gz
chromium_src-512935cc3fb94185ee159d8e60c95dadc3c001e4.tar.bz2
Add cross platform Bluetooth testing fixture for Windows.
This CL is the first step to implement GATT service in Chrome for Windows by using cross platform testing fixture. BUG=579202 Review URL: https://codereview.chromium.org/1632123003 Cr-Commit-Position: refs/heads/master@{#371668}
Diffstat (limited to 'device/BUILD.gn')
-rw-r--r--device/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/device/BUILD.gn b/device/BUILD.gn
index c354864..2f959b7 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -49,6 +49,8 @@ test("device_unittests") {
"bluetooth/test/bluetooth_test_android.h",
"bluetooth/test/bluetooth_test_mac.h",
"bluetooth/test/bluetooth_test_mac.mm",
+ "bluetooth/test/bluetooth_test_win.cc",
+ "bluetooth/test/bluetooth_test_win.h",
"bluetooth/test/test_bluetooth_adapter_observer.cc",
"bluetooth/test/test_bluetooth_adapter_observer.h",
"nfc/nfc_chromeos_unittest.cc",