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

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1403723004: bluetooth: Implement BluetoothCharacteristicProperties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-query-cache
Patch Set: Address scheib's comments 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 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/BluetoothDevice.idl', 27 'bluetooth/BluetoothDevice.idl',
28 'bluetooth/BluetoothCharacteristicProperties.idl',
28 'bluetooth/BluetoothGATTCharacteristic.idl', 29 'bluetooth/BluetoothGATTCharacteristic.idl',
29 'bluetooth/BluetoothGATTRemoteServer.idl', 30 'bluetooth/BluetoothGATTRemoteServer.idl',
30 'bluetooth/BluetoothGATTService.idl', 31 'bluetooth/BluetoothGATTService.idl',
31 'bluetooth/BluetoothUUID.idl', 32 'bluetooth/BluetoothUUID.idl',
32 'cachestorage/Cache.idl', 33 'cachestorage/Cache.idl',
33 'cachestorage/CacheStorage.idl', 34 'cachestorage/CacheStorage.idl',
34 'canvas2d/CanvasGradient.idl', 35 'canvas2d/CanvasGradient.idl',
35 'canvas2d/CanvasPattern.idl', 36 'canvas2d/CanvasPattern.idl',
36 'canvas2d/CanvasRenderingContext2D.idl', 37 'canvas2d/CanvasRenderingContext2D.idl',
37 'canvas2d/Path2D.idl', 38 'canvas2d/Path2D.idl',
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 'battery/BatteryStatus.cpp', 762 'battery/BatteryStatus.cpp',
762 'battery/BatteryStatus.h', 763 'battery/BatteryStatus.h',
763 'battery/NavigatorBattery.cpp', 764 'battery/NavigatorBattery.cpp',
764 'battery/NavigatorBattery.h', 765 'battery/NavigatorBattery.h',
765 'beacon/NavigatorBeacon.cpp', 766 'beacon/NavigatorBeacon.cpp',
766 'beacon/NavigatorBeacon.h', 767 'beacon/NavigatorBeacon.h',
767 'bluetooth/Bluetooth.h', 768 'bluetooth/Bluetooth.h',
768 'bluetooth/ConvertWebVectorToArrayBuffer.cpp', 769 'bluetooth/ConvertWebVectorToArrayBuffer.cpp',
769 'bluetooth/ConvertWebVectorToArrayBuffer.h', 770 'bluetooth/ConvertWebVectorToArrayBuffer.h',
770 'bluetooth/Bluetooth.cpp', 771 'bluetooth/Bluetooth.cpp',
772 'bluetooth/BluetoothCharacteristicProperties.cpp',
773 'bluetooth/BluetoothCharacteristicProperties.h',
771 'bluetooth/BluetoothDevice.cpp', 774 'bluetooth/BluetoothDevice.cpp',
772 'bluetooth/BluetoothDevice.h', 775 'bluetooth/BluetoothDevice.h',
773 'bluetooth/BluetoothError.cpp', 776 'bluetooth/BluetoothError.cpp',
774 'bluetooth/BluetoothError.h', 777 'bluetooth/BluetoothError.h',
775 'bluetooth/BluetoothGATTCharacteristic.cpp', 778 'bluetooth/BluetoothGATTCharacteristic.cpp',
776 'bluetooth/BluetoothGATTCharacteristic.h', 779 'bluetooth/BluetoothGATTCharacteristic.h',
777 'bluetooth/BluetoothGATTRemoteServer.cpp', 780 'bluetooth/BluetoothGATTRemoteServer.cpp',
778 'bluetooth/BluetoothGATTRemoteServer.h', 781 'bluetooth/BluetoothGATTRemoteServer.h',
779 'bluetooth/BluetoothGATTService.cpp', 782 'bluetooth/BluetoothGATTService.cpp',
780 'bluetooth/BluetoothGATTService.h', 783 'bluetooth/BluetoothGATTService.h',
(...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
1844 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1847 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1845 'webaudio/ConvolverNodeTest.cpp', 1848 'webaudio/ConvolverNodeTest.cpp',
1846 'webaudio/DynamicsCompressorNodeTest.cpp', 1849 'webaudio/DynamicsCompressorNodeTest.cpp',
1847 'webaudio/ScriptProcessorNodeTest.cpp', 1850 'webaudio/ScriptProcessorNodeTest.cpp',
1848 'webaudio/StereoPannerNodeTest.cpp', 1851 'webaudio/StereoPannerNodeTest.cpp',
1849 'websockets/DOMWebSocketTest.cpp', 1852 'websockets/DOMWebSocketTest.cpp',
1850 'websockets/DocumentWebSocketChannelTest.cpp', 1853 'websockets/DocumentWebSocketChannelTest.cpp',
1851 ], 1854 ],
1852 }, 1855 },
1853 } 1856 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698