Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(856)

Unified Diff: device/bluetooth/bluetooth.gyp

Issue 1054743003: Add CPP API for BLE advertisments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/bluetooth.gyp
diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp
index 1e4f7edadbe1b3cdb4112c1e3b696b7ce3123993..2ee92c96d4a32d6107c3f98b5996322b39050785 100644
--- a/device/bluetooth/bluetooth.gyp
+++ b/device/bluetooth/bluetooth.gyp
@@ -35,6 +35,10 @@
"bluetooth_adapter_profile_chromeos.h",
'bluetooth_adapter_win.cc',
'bluetooth_adapter_win.h',
+ 'bluetooth_advertisement.cc',
+ 'bluetooth_advertisement.h',
+ 'bluetooth_advertisement_chromeos.cc',
+ 'bluetooth_advertisement_chromeos.h',
'bluetooth_audio_sink.cc',
'bluetooth_audio_sink.h',
'bluetooth_audio_sink_chromeos.cc',

Powered by Google App Engine
This is Rietveld 408576698