summaryrefslogtreecommitdiffstats
path: root/device/device_tests.gyp
diff options
context:
space:
mode:
authorrkc <rkc@chromium.org>2015-04-27 14:29:01 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-27 21:29:51 +0000
commitc96da18077ef4b5ab28cb8b2684cd84386075e5a (patch)
treecd6d51d9f8272552581eecc9aaa7a5387ade7edc /device/device_tests.gyp
parent685b5b6b32a9c4dbb09224541574d8a02859d572 (diff)
downloadchromium_src-c96da18077ef4b5ab28cb8b2684cd84386075e5a.zip
chromium_src-c96da18077ef4b5ab28cb8b2684cd84386075e5a.tar.gz
chromium_src-c96da18077ef4b5ab28cb8b2684cd84386075e5a.tar.bz2
Add CPP API for BLE advertisments.
This CL adds the new classes, changes to existing classes and tests for adding the CPP API for LE advertisements. The design for this is available at http://go/chrome-ble-advertising. R=armansito@chromium.org, jamuraa@chromium.org BUG=466375 Review URL: https://codereview.chromium.org/1054743003 Cr-Commit-Position: refs/heads/master@{#327128}
Diffstat (limited to 'device/device_tests.gyp')
-rw-r--r--device/device_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index 8b1545a0..3c0c23a 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -36,6 +36,7 @@
'bluetooth/bluetooth_adapter_profile_chromeos_unittest.cc',
'bluetooth/bluetooth_adapter_unittest.cc',
'bluetooth/bluetooth_adapter_win_unittest.cc',
+ 'bluetooth/bluetooth_advertisement_chromeos_unittest.cc',
'bluetooth/bluetooth_audio_sink_chromeos_unittest.cc',
'bluetooth/bluetooth_chromeos_unittest.cc',
'bluetooth/bluetooth_device_unittest.cc',