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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
11 # ways. 11 # ways.
12 'extra_blink_module_idl_files': [], 12 'extra_blink_module_idl_files': [],
13 'extra_blink_module_files': [], 13 'extra_blink_module_files': [],
14 # Files for which bindings (.cpp and .h files) will be generated 14 # Files for which bindings (.cpp and .h files) will be generated
15 'modules_idl_files': [ 15 'modules_idl_files': [
16 '<@(extra_blink_module_idl_files)', 16 '<@(extra_blink_module_idl_files)',
17 'app_banner/AppBannerPromptResult.idl', 17 'app_banner/AppBannerPromptResult.idl',
18 'app_banner/BeforeInstallPromptEvent.idl', 18 'app_banner/BeforeInstallPromptEvent.idl',
19 'background_sync/PeriodicSyncEvent.idl', 19 'background_sync/PeriodicSyncEvent.idl',
20 'background_sync/PeriodicSyncManager.idl', 20 'background_sync/PeriodicSyncManager.idl',
21 'background_sync/PeriodicSyncRegistration.idl', 21 'background_sync/PeriodicSyncRegistration.idl',
22 'background_sync/SyncEvent.idl', 22 'background_sync/SyncEvent.idl',
23 'background_sync/SyncManager.idl', 23 'background_sync/SyncManager.idl',
24 'background_sync/SyncRegistration.idl', 24 'background_sync/SyncRegistration.idl',
25 'battery/BatteryManager.idl', 25 'battery/BatteryManager.idl',
26 'bluetooth/Bluetooth.idl', 26 'bluetooth/Bluetooth.idl',
27 'bluetooth/BluetoothAdvertisingData.idl',
27 'bluetooth/BluetoothDevice.idl', 28 'bluetooth/BluetoothDevice.idl',
28 'bluetooth/BluetoothCharacteristicProperties.idl', 29 'bluetooth/BluetoothCharacteristicProperties.idl',
29 'bluetooth/BluetoothGATTCharacteristic.idl', 30 'bluetooth/BluetoothGATTCharacteristic.idl',
30 'bluetooth/BluetoothGATTRemoteServer.idl', 31 'bluetooth/BluetoothGATTRemoteServer.idl',
31 'bluetooth/BluetoothGATTService.idl', 32 'bluetooth/BluetoothGATTService.idl',
32 'bluetooth/BluetoothUUID.idl', 33 'bluetooth/BluetoothUUID.idl',
33 'cachestorage/Cache.idl', 34 'cachestorage/Cache.idl',
34 'cachestorage/CacheStorage.idl', 35 'cachestorage/CacheStorage.idl',
35 'canvas2d/CanvasGradient.idl', 36 'canvas2d/CanvasGradient.idl',
36 'canvas2d/CanvasPattern.idl', 37 'canvas2d/CanvasPattern.idl',
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 'battery/BatteryStatus.cpp', 786 'battery/BatteryStatus.cpp',
786 'battery/BatteryStatus.h', 787 'battery/BatteryStatus.h',
787 'battery/NavigatorBattery.cpp', 788 'battery/NavigatorBattery.cpp',
788 'battery/NavigatorBattery.h', 789 'battery/NavigatorBattery.h',
789 'beacon/NavigatorBeacon.cpp', 790 'beacon/NavigatorBeacon.cpp',
790 'beacon/NavigatorBeacon.h', 791 'beacon/NavigatorBeacon.h',
791 'bluetooth/Bluetooth.h', 792 'bluetooth/Bluetooth.h',
792 'bluetooth/ConvertWebVectorToArrayBuffer.cpp', 793 'bluetooth/ConvertWebVectorToArrayBuffer.cpp',
793 'bluetooth/ConvertWebVectorToArrayBuffer.h', 794 'bluetooth/ConvertWebVectorToArrayBuffer.h',
794 'bluetooth/Bluetooth.cpp', 795 'bluetooth/Bluetooth.cpp',
796 'bluetooth/BluetoothAdvertisingData.cpp',
797 'bluetooth/BluetoothAdvertisingData.h',
795 'bluetooth/BluetoothCharacteristicProperties.cpp', 798 'bluetooth/BluetoothCharacteristicProperties.cpp',
796 'bluetooth/BluetoothCharacteristicProperties.h', 799 'bluetooth/BluetoothCharacteristicProperties.h',
797 'bluetooth/BluetoothDevice.cpp', 800 'bluetooth/BluetoothDevice.cpp',
798 'bluetooth/BluetoothDevice.h', 801 'bluetooth/BluetoothDevice.h',
799 'bluetooth/BluetoothError.cpp', 802 'bluetooth/BluetoothError.cpp',
800 'bluetooth/BluetoothError.h', 803 'bluetooth/BluetoothError.h',
801 'bluetooth/BluetoothGATTCharacteristic.cpp', 804 'bluetooth/BluetoothGATTCharacteristic.cpp',
802 'bluetooth/BluetoothGATTCharacteristic.h', 805 'bluetooth/BluetoothGATTCharacteristic.h',
803 'bluetooth/BluetoothGATTRemoteServer.cpp', 806 'bluetooth/BluetoothGATTRemoteServer.cpp',
804 'bluetooth/BluetoothGATTRemoteServer.h', 807 'bluetooth/BluetoothGATTRemoteServer.h',
(...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after
1877 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1880 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1878 'webaudio/ConvolverNodeTest.cpp', 1881 'webaudio/ConvolverNodeTest.cpp',
1879 'webaudio/DynamicsCompressorNodeTest.cpp', 1882 'webaudio/DynamicsCompressorNodeTest.cpp',
1880 'webaudio/ScriptProcessorNodeTest.cpp', 1883 'webaudio/ScriptProcessorNodeTest.cpp',
1881 'webaudio/StereoPannerNodeTest.cpp', 1884 'webaudio/StereoPannerNodeTest.cpp',
1882 'websockets/DOMWebSocketTest.cpp', 1885 'websockets/DOMWebSocketTest.cpp',
1883 'websockets/DocumentWebSocketChannelTest.cpp', 1886 'websockets/DocumentWebSocketChannelTest.cpp',
1884 ], 1887 ],
1885 }, 1888 },
1886 } 1889 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698