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

Unified Diff: extensions/extensions.gypi

Issue 1132173002: Implement the advertising functions for the BLE API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fixes. Created 5 years, 7 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: extensions/extensions.gypi
diff --git a/extensions/extensions.gypi b/extensions/extensions.gypi
index 106fc440e526718f72eb0a9907f4c54e8d76dc68..d1ff29a5c17d45f59a1e1d11377916f31b4b0afe 100644
--- a/extensions/extensions.gypi
+++ b/extensions/extensions.gypi
@@ -260,6 +260,8 @@
'browser/api/bluetooth/bluetooth_extension_function.h',
'browser/api/bluetooth/bluetooth_private_api.cc',
'browser/api/bluetooth/bluetooth_private_api.h',
+ 'browser/api/bluetooth_low_energy/bluetooth_api_advertisement.cc',
+ 'browser/api/bluetooth_low_energy/bluetooth_api_advertisement.h',
'browser/api/bluetooth_low_energy/bluetooth_low_energy_api.cc',
'browser/api/bluetooth_low_energy/bluetooth_low_energy_api.h',
'browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.cc',

Powered by Google App Engine
This is Rietveld 408576698