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

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: Change PowerValueAdapter to int8_t Created 5 years, 1 month 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 bc84c23cb2ff475e06016babee3e053d508ac3d1..c3ec3a95961cbab010d0cdcba7fb07d481079759 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',
@@ -792,6 +793,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