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

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

Issue 1806253002: Added Web Share (navigator.share) experimental web API (stub). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/SyncEvent.idl', 19 'background_sync/SyncEvent.idl',
20 'background_sync/SyncManager.idl', 20 'background_sync/SyncManager.idl',
21 'ballista/Actions.idl',
21 'battery/BatteryManager.idl', 22 'battery/BatteryManager.idl',
22 'bluetooth/Bluetooth.idl', 23 'bluetooth/Bluetooth.idl',
23 'bluetooth/BluetoothAdvertisingData.idl', 24 'bluetooth/BluetoothAdvertisingData.idl',
24 'bluetooth/BluetoothDevice.idl', 25 'bluetooth/BluetoothDevice.idl',
25 'bluetooth/BluetoothCharacteristicProperties.idl', 26 'bluetooth/BluetoothCharacteristicProperties.idl',
26 'bluetooth/BluetoothRemoteGATTCharacteristic.idl', 27 'bluetooth/BluetoothRemoteGATTCharacteristic.idl',
27 'bluetooth/BluetoothRemoteGATTServer.idl', 28 'bluetooth/BluetoothRemoteGATTServer.idl',
28 'bluetooth/BluetoothRemoteGATTService.idl', 29 'bluetooth/BluetoothRemoteGATTService.idl',
29 'bluetooth/BluetoothUUID.idl', 30 'bluetooth/BluetoothUUID.idl',
30 'cachestorage/Cache.idl', 31 'cachestorage/Cache.idl',
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'webusb/USBOutTransferResult.idl', 326 'webusb/USBOutTransferResult.idl',
326 'worklet/Worklet.idl', 327 'worklet/Worklet.idl',
327 'worklet/WorkletConsole.idl', 328 'worklet/WorkletConsole.idl',
328 'worklet/WorkletGlobalScope.idl', 329 'worklet/WorkletGlobalScope.idl',
329 ], 330 ],
330 # 'partial interface' or target (right side of) 'implements' 331 # 'partial interface' or target (right side of) 'implements'
331 'modules_dependency_idl_files': [ 332 'modules_dependency_idl_files': [
332 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 333 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
333 'background_sync/ServiceWorkerGlobalScopeSync.idl', 334 'background_sync/ServiceWorkerGlobalScopeSync.idl',
334 'background_sync/ServiceWorkerRegistrationSync.idl', 335 'background_sync/ServiceWorkerRegistrationSync.idl',
336 'ballista/NavigatorActions.idl',
335 'battery/NavigatorBattery.idl', 337 'battery/NavigatorBattery.idl',
336 'beacon/NavigatorBeacon.idl', 338 'beacon/NavigatorBeacon.idl',
337 'bluetooth/NavigatorBluetooth.idl', 339 'bluetooth/NavigatorBluetooth.idl',
338 'cachestorage/WindowCacheStorage.idl', 340 'cachestorage/WindowCacheStorage.idl',
339 'cachestorage/WorkerCacheStorage.idl', 341 'cachestorage/WorkerCacheStorage.idl',
340 'canvas/HTMLCanvasElementModule.idl', 342 'canvas/HTMLCanvasElementModule.idl',
341 'canvas2d/CanvasPathMethods.idl', 343 'canvas2d/CanvasPathMethods.idl',
342 'credentialmanager/NavigatorCredentials.idl', 344 'credentialmanager/NavigatorCredentials.idl',
343 'crypto/WindowCrypto.idl', 345 'crypto/WindowCrypto.idl',
344 'crypto/WorkerGlobalScopeCrypto.idl', 346 'crypto/WorkerGlobalScopeCrypto.idl',
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 'background_sync/ServiceWorkerRegistrationSync.cpp', 810 'background_sync/ServiceWorkerRegistrationSync.cpp',
809 'background_sync/ServiceWorkerRegistrationSync.h', 811 'background_sync/ServiceWorkerRegistrationSync.h',
810 'background_sync/SyncCallbacks.cpp', 812 'background_sync/SyncCallbacks.cpp',
811 'background_sync/SyncCallbacks.h', 813 'background_sync/SyncCallbacks.h',
812 'background_sync/SyncError.cpp', 814 'background_sync/SyncError.cpp',
813 'background_sync/SyncError.h', 815 'background_sync/SyncError.h',
814 'background_sync/SyncEvent.cpp', 816 'background_sync/SyncEvent.cpp',
815 'background_sync/SyncEvent.h', 817 'background_sync/SyncEvent.h',
816 'background_sync/SyncManager.cpp', 818 'background_sync/SyncManager.cpp',
817 'background_sync/SyncManager.h', 819 'background_sync/SyncManager.h',
820 'ballista/Actions.cpp',
821 'ballista/Actions.h',
822 'ballista/NavigatorActions.cpp',
823 'ballista/NavigatorActions.h',
818 'battery/BatteryDispatcher.cpp', 824 'battery/BatteryDispatcher.cpp',
819 'battery/BatteryDispatcher.h', 825 'battery/BatteryDispatcher.h',
820 'battery/BatteryManager.cpp', 826 'battery/BatteryManager.cpp',
821 'battery/BatteryManager.h', 827 'battery/BatteryManager.h',
822 'battery/NavigatorBattery.cpp', 828 'battery/NavigatorBattery.cpp',
823 'battery/NavigatorBattery.h', 829 'battery/NavigatorBattery.h',
824 'beacon/NavigatorBeacon.cpp', 830 'beacon/NavigatorBeacon.cpp',
825 'beacon/NavigatorBeacon.h', 831 'beacon/NavigatorBeacon.h',
826 'bluetooth/Bluetooth.h', 832 'bluetooth/Bluetooth.h',
827 'bluetooth/Bluetooth.cpp', 833 'bluetooth/Bluetooth.cpp',
(...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1974 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1980 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1975 'webaudio/ConvolverNodeTest.cpp', 1981 'webaudio/ConvolverNodeTest.cpp',
1976 'webaudio/DynamicsCompressorNodeTest.cpp', 1982 'webaudio/DynamicsCompressorNodeTest.cpp',
1977 'webaudio/ScriptProcessorNodeTest.cpp', 1983 'webaudio/ScriptProcessorNodeTest.cpp',
1978 'webaudio/StereoPannerNodeTest.cpp', 1984 'webaudio/StereoPannerNodeTest.cpp',
1979 'websockets/DOMWebSocketTest.cpp', 1985 'websockets/DOMWebSocketTest.cpp',
1980 'websockets/DocumentWebSocketChannelTest.cpp', 1986 'websockets/DocumentWebSocketChannelTest.cpp',
1981 ], 1987 ],
1982 }, 1988 },
1983 } 1989 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698