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

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

Issue 2110833002: Basic framework for Budget API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed Exposed lines and fixed build error. Created 4 years, 4 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 'battery/BatteryManager.idl', 21 'battery/BatteryManager.idl',
22 'bluetooth/Bluetooth.idl', 22 'bluetooth/Bluetooth.idl',
23 'bluetooth/BluetoothDevice.idl', 23 'bluetooth/BluetoothDevice.idl',
24 'bluetooth/BluetoothCharacteristicProperties.idl', 24 'bluetooth/BluetoothCharacteristicProperties.idl',
25 'bluetooth/BluetoothRemoteGATTCharacteristic.idl', 25 'bluetooth/BluetoothRemoteGATTCharacteristic.idl',
26 'bluetooth/BluetoothRemoteGATTServer.idl', 26 'bluetooth/BluetoothRemoteGATTServer.idl',
27 'bluetooth/BluetoothRemoteGATTService.idl', 27 'bluetooth/BluetoothRemoteGATTService.idl',
28 'bluetooth/BluetoothUUID.idl', 28 'bluetooth/BluetoothUUID.idl',
29 'broadcastchannel/BroadcastChannel.idl', 29 'broadcastchannel/BroadcastChannel.idl',
30 'budget/Budget.idl',
30 'cachestorage/Cache.idl', 31 'cachestorage/Cache.idl',
31 'cachestorage/CacheStorage.idl', 32 'cachestorage/CacheStorage.idl',
32 'canvas2d/CanvasGradient.idl', 33 'canvas2d/CanvasGradient.idl',
33 'canvas2d/CanvasPattern.idl', 34 'canvas2d/CanvasPattern.idl',
34 'canvas2d/CanvasRenderingContext2D.idl', 35 'canvas2d/CanvasRenderingContext2D.idl',
35 'canvas2d/Path2D.idl', 36 'canvas2d/Path2D.idl',
36 'compositorworker/CompositorWorker.idl', 37 'compositorworker/CompositorWorker.idl',
37 'compositorworker/CompositorWorkerGlobalScope.idl', 38 'compositorworker/CompositorWorkerGlobalScope.idl',
38 'credentialmanager/Credential.idl', 39 'credentialmanager/Credential.idl',
39 'credentialmanager/CredentialsContainer.idl', 40 'credentialmanager/CredentialsContainer.idl',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 'worklet/Worklet.idl', 336 'worklet/Worklet.idl',
336 ], 337 ],
337 # 'partial interface' or target (right side of) 'implements' 338 # 'partial interface' or target (right side of) 'implements'
338 'modules_dependency_idl_files': [ 339 'modules_dependency_idl_files': [
339 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 340 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
340 'background_sync/ServiceWorkerGlobalScopeSync.idl', 341 'background_sync/ServiceWorkerGlobalScopeSync.idl',
341 'background_sync/ServiceWorkerRegistrationSync.idl', 342 'background_sync/ServiceWorkerRegistrationSync.idl',
342 'battery/NavigatorBattery.idl', 343 'battery/NavigatorBattery.idl',
343 'beacon/NavigatorBeacon.idl', 344 'beacon/NavigatorBeacon.idl',
344 'bluetooth/NavigatorBluetooth.idl', 345 'bluetooth/NavigatorBluetooth.idl',
346 'budget/BudgetChunk.idl',
347 'budget/NavigatorBudget.idl',
345 'cachestorage/WindowCacheStorage.idl', 348 'cachestorage/WindowCacheStorage.idl',
346 'cachestorage/WorkerCacheStorage.idl', 349 'cachestorage/WorkerCacheStorage.idl',
347 'canvas/HTMLCanvasElementModule.idl', 350 'canvas/HTMLCanvasElementModule.idl',
348 'canvas2d/CanvasPathMethods.idl', 351 'canvas2d/CanvasPathMethods.idl',
349 'compositorworker/WindowAnimationWorklet.idl', 352 'compositorworker/WindowAnimationWorklet.idl',
350 'credentialmanager/NavigatorCredentials.idl', 353 'credentialmanager/NavigatorCredentials.idl',
351 'crypto/WindowCrypto.idl', 354 'crypto/WindowCrypto.idl',
352 'crypto/WorkerGlobalScopeCrypto.idl', 355 'crypto/WorkerGlobalScopeCrypto.idl',
353 'csspaint/WindowPaintWorklet.idl', 356 'csspaint/WindowPaintWorklet.idl',
354 'device_light/WindowDeviceLight.idl', 357 'device_light/WindowDeviceLight.idl',
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 'bluetooth/BluetoothRemoteGATTService.cpp', 896 'bluetooth/BluetoothRemoteGATTService.cpp',
894 'bluetooth/BluetoothRemoteGATTService.h', 897 'bluetooth/BluetoothRemoteGATTService.h',
895 'bluetooth/BluetoothSupplement.cpp', 898 'bluetooth/BluetoothSupplement.cpp',
896 'bluetooth/BluetoothSupplement.h', 899 'bluetooth/BluetoothSupplement.h',
897 'bluetooth/BluetoothUUID.cpp', 900 'bluetooth/BluetoothUUID.cpp',
898 'bluetooth/BluetoothUUID.h', 901 'bluetooth/BluetoothUUID.h',
899 'bluetooth/NavigatorBluetooth.cpp', 902 'bluetooth/NavigatorBluetooth.cpp',
900 'bluetooth/NavigatorBluetooth.h', 903 'bluetooth/NavigatorBluetooth.h',
901 'broadcastchannel/BroadcastChannel.cpp', 904 'broadcastchannel/BroadcastChannel.cpp',
902 'broadcastchannel/BroadcastChannel.h', 905 'broadcastchannel/BroadcastChannel.h',
906 'budget/Budget.h',
907 'budget/Budget.cpp',
908 'budget/NavigatorBudget.h',
909 'budget/NavigatorBudget.cpp',
903 'cachestorage/Cache.cpp', 910 'cachestorage/Cache.cpp',
904 'cachestorage/Cache.h', 911 'cachestorage/Cache.h',
905 'cachestorage/CacheStorage.cpp', 912 'cachestorage/CacheStorage.cpp',
906 'cachestorage/CacheStorage.h', 913 'cachestorage/CacheStorage.h',
907 'cachestorage/CacheStorageError.cpp', 914 'cachestorage/CacheStorageError.cpp',
908 'cachestorage/CacheStorageError.h', 915 'cachestorage/CacheStorageError.h',
909 'cachestorage/GlobalCacheStorage.cpp', 916 'cachestorage/GlobalCacheStorage.cpp',
910 'cachestorage/GlobalCacheStorage.h', 917 'cachestorage/GlobalCacheStorage.h',
911 'cachestorage/InspectorCacheStorageAgent.cpp', 918 'cachestorage/InspectorCacheStorageAgent.cpp',
912 'cachestorage/InspectorCacheStorageAgent.h', 919 'cachestorage/InspectorCacheStorageAgent.h',
(...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after
2067 'webaudio/ConvolverNodeTest.cpp', 2074 'webaudio/ConvolverNodeTest.cpp',
2068 'webaudio/DynamicsCompressorNodeTest.cpp', 2075 'webaudio/DynamicsCompressorNodeTest.cpp',
2069 'webaudio/ScriptProcessorNodeTest.cpp', 2076 'webaudio/ScriptProcessorNodeTest.cpp',
2070 'webaudio/StereoPannerNodeTest.cpp', 2077 'webaudio/StereoPannerNodeTest.cpp',
2071 'webdatabase/QuotaTrackerTest.cpp', 2078 'webdatabase/QuotaTrackerTest.cpp',
2072 'websockets/DOMWebSocketTest.cpp', 2079 'websockets/DOMWebSocketTest.cpp',
2073 'websockets/DocumentWebSocketChannelTest.cpp', 2080 'websockets/DocumentWebSocketChannelTest.cpp',
2074 ], 2081 ],
2075 }, 2082 },
2076 } 2083 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/budget/OWNERS ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698