summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos.gyp
diff options
context:
space:
mode:
authorrkc <rkc@chromium.org>2015-04-16 12:27:24 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-16 19:27:47 +0000
commit3c011dd0a4d682397b7a1f3c9b786db68d7e967b (patch)
treef161667621239b426e3212fd07177a0e05e46010 /chromeos/chromeos.gyp
parent04ab34e0e1833a71258962285ab1649eae951e0c (diff)
downloadchromium_src-3c011dd0a4d682397b7a1f3c9b786db68d7e967b.zip
chromium_src-3c011dd0a4d682397b7a1f3c9b786db68d7e967b.tar.gz
chromium_src-3c011dd0a4d682397b7a1f3c9b786db68d7e967b.tar.bz2
Add DBus bindings for BLE Advertisement.
This CL adds the DBus bindings needed to be able to host BLE advertisment objects and register those advertisements with BlueZ. R=armansito@chromium.org, jamuraa@chromium.org BUG=466375 Review URL: https://codereview.chromium.org/1052363005 Cr-Commit-Position: refs/heads/master@{#325497}
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r--chromeos/chromeos.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 41a30f8..a5df534 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -61,6 +61,10 @@
'dbus/blocking_method_caller.h',
'dbus/bluetooth_adapter_client.cc',
'dbus/bluetooth_adapter_client.h',
+ 'dbus/bluetooth_le_advertising_manager_client.cc',
+ 'dbus/bluetooth_le_advertising_manager_client.h',
+ 'dbus/bluetooth_le_advertisement_service_provider.cc',
+ 'dbus/bluetooth_le_advertisement_service_provider.h',
'dbus/bluetooth_agent_manager_client.cc',
'dbus/bluetooth_agent_manager_client.h',
'dbus/bluetooth_agent_service_provider.cc',
@@ -118,6 +122,10 @@
'dbus/fake_audio_dsp_client.h',
'dbus/fake_bluetooth_adapter_client.cc',
'dbus/fake_bluetooth_adapter_client.h',
+ 'dbus/fake_bluetooth_le_advertising_manager_client.cc',
+ 'dbus/fake_bluetooth_le_advertising_manager_client.h',
+ 'dbus/fake_bluetooth_le_advertisement_service_provider.cc',
+ 'dbus/fake_bluetooth_le_advertisement_service_provider.h',
'dbus/fake_bluetooth_agent_manager_client.cc',
'dbus/fake_bluetooth_agent_manager_client.h',
'dbus/fake_bluetooth_agent_service_provider.cc',