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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1427653003: bluetooth: Implement TxPower and RSSI of BluetoothAdvertisementData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Fix webexposed test Created 5 years, 2 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: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 6f802377303a49a8daa41083147bdb71e6635545..5b6258e4b7be4448c962c52101113a99ec8d3d13 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -24,6 +24,7 @@
'background_sync/SyncRegistration.idl',
'battery/BatteryManager.idl',
'bluetooth/Bluetooth.idl',
+ 'bluetooth/BluetoothAdvertisingData.idl',
'bluetooth/BluetoothDevice.idl',
'bluetooth/BluetoothCharacteristicProperties.idl',
'bluetooth/BluetoothGATTCharacteristic.idl',
@@ -790,6 +791,8 @@
'bluetooth/ConvertWebVectorToArrayBuffer.cpp',
'bluetooth/ConvertWebVectorToArrayBuffer.h',
'bluetooth/Bluetooth.cpp',
+ 'bluetooth/BluetoothAdvertisingData.cpp',
+ 'bluetooth/BluetoothAdvertisingData.h',
'bluetooth/BluetoothCharacteristicProperties.cpp',
'bluetooth/BluetoothCharacteristicProperties.h',
'bluetooth/BluetoothDevice.cpp',

Powered by Google App Engine
This is Rietveld 408576698