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

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

Issue 1403323007: bluetooth: WIP Advertising Data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-characteristic-properties
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/ManufacturerDataMap.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
34 'bluetooth/ManufacturerDataMap.idl',
33 'cachestorage/Cache.idl', 35 'cachestorage/Cache.idl',
34 'cachestorage/CacheStorage.idl', 36 'cachestorage/CacheStorage.idl',
35 'canvas2d/CanvasGradient.idl', 37 'canvas2d/CanvasGradient.idl',
36 'canvas2d/CanvasPattern.idl', 38 'canvas2d/CanvasPattern.idl',
37 'canvas2d/CanvasRenderingContext2D.idl', 39 'canvas2d/CanvasRenderingContext2D.idl',
38 'canvas2d/Path2D.idl', 40 'canvas2d/Path2D.idl',
39 'compositorworker/CompositorWorker.idl', 41 'compositorworker/CompositorWorker.idl',
40 'compositorworker/CompositorWorkerGlobalScope.idl', 42 'compositorworker/CompositorWorkerGlobalScope.idl',
41 'credentialmanager/Credential.idl', 43 'credentialmanager/Credential.idl',
42 'credentialmanager/CredentialsContainer.idl', 44 'credentialmanager/CredentialsContainer.idl',
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 'battery/BatteryStatus.cpp', 764 'battery/BatteryStatus.cpp',
763 'battery/BatteryStatus.h', 765 'battery/BatteryStatus.h',
764 'battery/NavigatorBattery.cpp', 766 'battery/NavigatorBattery.cpp',
765 'battery/NavigatorBattery.h', 767 'battery/NavigatorBattery.h',
766 'beacon/NavigatorBeacon.cpp', 768 'beacon/NavigatorBeacon.cpp',
767 'beacon/NavigatorBeacon.h', 769 'beacon/NavigatorBeacon.h',
768 'bluetooth/Bluetooth.h', 770 'bluetooth/Bluetooth.h',
769 'bluetooth/ConvertWebVectorToArrayBuffer.cpp', 771 'bluetooth/ConvertWebVectorToArrayBuffer.cpp',
770 'bluetooth/ConvertWebVectorToArrayBuffer.h', 772 'bluetooth/ConvertWebVectorToArrayBuffer.h',
771 'bluetooth/Bluetooth.cpp', 773 'bluetooth/Bluetooth.cpp',
774 'bluetooth/BluetoothAdvertisingData.cpp',
775 'bluetooth/BluetoothAdvertisingData.h',
772 'bluetooth/BluetoothCharacteristicProperties.cpp', 776 'bluetooth/BluetoothCharacteristicProperties.cpp',
773 'bluetooth/BluetoothCharacteristicProperties.h', 777 'bluetooth/BluetoothCharacteristicProperties.h',
774 'bluetooth/BluetoothDevice.cpp', 778 'bluetooth/BluetoothDevice.cpp',
775 'bluetooth/BluetoothDevice.h', 779 'bluetooth/BluetoothDevice.h',
776 'bluetooth/BluetoothError.cpp', 780 'bluetooth/BluetoothError.cpp',
777 'bluetooth/BluetoothError.h', 781 'bluetooth/BluetoothError.h',
778 'bluetooth/BluetoothGATTCharacteristic.cpp', 782 'bluetooth/BluetoothGATTCharacteristic.cpp',
779 'bluetooth/BluetoothGATTCharacteristic.h', 783 'bluetooth/BluetoothGATTCharacteristic.h',
780 'bluetooth/BluetoothGATTRemoteServer.cpp', 784 'bluetooth/BluetoothGATTRemoteServer.cpp',
781 'bluetooth/BluetoothGATTRemoteServer.h', 785 'bluetooth/BluetoothGATTRemoteServer.h',
782 'bluetooth/BluetoothGATTService.cpp', 786 'bluetooth/BluetoothGATTService.cpp',
783 'bluetooth/BluetoothGATTService.h', 787 'bluetooth/BluetoothGATTService.h',
784 'bluetooth/BluetoothSupplement.cpp', 788 'bluetooth/BluetoothSupplement.cpp',
785 'bluetooth/BluetoothSupplement.h', 789 'bluetooth/BluetoothSupplement.h',
786 'bluetooth/BluetoothUUID.cpp', 790 'bluetooth/BluetoothUUID.cpp',
787 'bluetooth/BluetoothUUID.h', 791 'bluetooth/BluetoothUUID.h',
792 'bluetooth/ManufacturerDataMap.h',
788 'bluetooth/NavigatorBluetooth.cpp', 793 'bluetooth/NavigatorBluetooth.cpp',
789 'bluetooth/NavigatorBluetooth.h', 794 'bluetooth/NavigatorBluetooth.h',
790 'cachestorage/Cache.cpp', 795 'cachestorage/Cache.cpp',
791 'cachestorage/Cache.h', 796 'cachestorage/Cache.h',
792 'cachestorage/CacheStorage.cpp', 797 'cachestorage/CacheStorage.cpp',
793 'cachestorage/CacheStorage.h', 798 'cachestorage/CacheStorage.h',
794 'cachestorage/CacheStorageError.cpp', 799 'cachestorage/CacheStorageError.cpp',
795 'cachestorage/CacheStorageError.h', 800 'cachestorage/CacheStorageError.h',
796 'cachestorage/GlobalCacheStorage.cpp', 801 'cachestorage/GlobalCacheStorage.cpp',
797 'cachestorage/GlobalCacheStorage.h', 802 'cachestorage/GlobalCacheStorage.h',
(...skipping 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after
1847 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1852 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1848 'webaudio/ConvolverNodeTest.cpp', 1853 'webaudio/ConvolverNodeTest.cpp',
1849 'webaudio/DynamicsCompressorNodeTest.cpp', 1854 'webaudio/DynamicsCompressorNodeTest.cpp',
1850 'webaudio/ScriptProcessorNodeTest.cpp', 1855 'webaudio/ScriptProcessorNodeTest.cpp',
1851 'webaudio/StereoPannerNodeTest.cpp', 1856 'webaudio/StereoPannerNodeTest.cpp',
1852 'websockets/DOMWebSocketTest.cpp', 1857 'websockets/DOMWebSocketTest.cpp',
1853 'websockets/DocumentWebSocketChannelTest.cpp', 1858 'websockets/DocumentWebSocketChannelTest.cpp',
1854 ], 1859 ],
1855 }, 1860 },
1856 } 1861 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/ManufacturerDataMap.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698