From c96da18077ef4b5ab28cb8b2684cd84386075e5a Mon Sep 17 00:00:00 2001 From: rkc Date: Mon, 27 Apr 2015 14:29:01 -0700 Subject: 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} --- device/device_tests.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'device/device_tests.gyp') 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', -- cgit v1.1