summaryrefslogtreecommitdiffstats
path: root/device/device_tests.gyp
diff options
context:
space:
mode:
authorgogerald <gogerald@chromium.org>2016-02-03 13:20:33 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-03 21:21:36 +0000
commitcab3123dd3d86927cbc5e310100ec498f130ea80 (patch)
tree73b854b4bc327ed59b718a71ead655d499f7449c /device/device_tests.gyp
parentf1005f6e964841763ae3792ff6aea399f9514a67 (diff)
downloadchromium_src-cab3123dd3d86927cbc5e310100ec498f130ea80.zip
chromium_src-cab3123dd3d86927cbc5e310100ec498f130ea80.tar.gz
chromium_src-cab3123dd3d86927cbc5e310100ec498f130ea80.tar.bz2
Refactor bluetooth_low_energy_win to prepare for new Bluetooth test fixture
This CL refactors bluetooth_low_energy_win to prepare for simulating fake Bluetooth low energy device for the new Bluetooth test fixture. BUG=579202 Review URL: https://codereview.chromium.org/1646023002 Cr-Commit-Position: refs/heads/master@{#373341}
Diffstat (limited to 'device/device_tests.gyp')
-rw-r--r--device/device_tests.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index 9112d40..c78f4eb 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',
+ ],
+ }],
],
},
],