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

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: Added BudgetChunk.idl Created 4 years, 5 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
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'worklet/Worklet.idl', 333 'worklet/Worklet.idl',
334 ], 334 ],
335 # 'partial interface' or target (right side of) 'implements' 335 # 'partial interface' or target (right side of) 'implements'
336 'modules_dependency_idl_files': [ 336 'modules_dependency_idl_files': [
337 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 337 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
338 'background_sync/ServiceWorkerGlobalScopeSync.idl', 338 'background_sync/ServiceWorkerGlobalScopeSync.idl',
339 'background_sync/ServiceWorkerRegistrationSync.idl', 339 'background_sync/ServiceWorkerRegistrationSync.idl',
340 'battery/NavigatorBattery.idl', 340 'battery/NavigatorBattery.idl',
341 'beacon/NavigatorBeacon.idl', 341 'beacon/NavigatorBeacon.idl',
342 'bluetooth/NavigatorBluetooth.idl', 342 'bluetooth/NavigatorBluetooth.idl',
343 'budget_service/BudgetChunk.idl',
344 'budget_service/NavigatorBudget.idl',
343 'cachestorage/WindowCacheStorage.idl', 345 'cachestorage/WindowCacheStorage.idl',
344 'cachestorage/WorkerCacheStorage.idl', 346 'cachestorage/WorkerCacheStorage.idl',
345 'canvas/HTMLCanvasElementModule.idl', 347 'canvas/HTMLCanvasElementModule.idl',
346 'canvas2d/CanvasPathMethods.idl', 348 'canvas2d/CanvasPathMethods.idl',
347 'credentialmanager/NavigatorCredentials.idl', 349 'credentialmanager/NavigatorCredentials.idl',
348 'crypto/WindowCrypto.idl', 350 'crypto/WindowCrypto.idl',
349 'crypto/WorkerGlobalScopeCrypto.idl', 351 'crypto/WorkerGlobalScopeCrypto.idl',
350 'csspaint/WindowPaintWorklet.idl', 352 'csspaint/WindowPaintWorklet.idl',
351 'device_light/WindowDeviceLight.idl', 353 'device_light/WindowDeviceLight.idl',
352 'device_orientation/WindowDeviceMotion.idl', 354 'device_orientation/WindowDeviceMotion.idl',
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 'bluetooth/BluetoothRemoteGATTServer.cpp', 889 'bluetooth/BluetoothRemoteGATTServer.cpp',
888 'bluetooth/BluetoothRemoteGATTServer.h', 890 'bluetooth/BluetoothRemoteGATTServer.h',
889 'bluetooth/BluetoothRemoteGATTService.cpp', 891 'bluetooth/BluetoothRemoteGATTService.cpp',
890 'bluetooth/BluetoothRemoteGATTService.h', 892 'bluetooth/BluetoothRemoteGATTService.h',
891 'bluetooth/BluetoothSupplement.cpp', 893 'bluetooth/BluetoothSupplement.cpp',
892 'bluetooth/BluetoothSupplement.h', 894 'bluetooth/BluetoothSupplement.h',
893 'bluetooth/BluetoothUUID.cpp', 895 'bluetooth/BluetoothUUID.cpp',
894 'bluetooth/BluetoothUUID.h', 896 'bluetooth/BluetoothUUID.h',
895 'bluetooth/NavigatorBluetooth.cpp', 897 'bluetooth/NavigatorBluetooth.cpp',
896 'bluetooth/NavigatorBluetooth.h', 898 'bluetooth/NavigatorBluetooth.h',
899 'budget_service/NavigatorBudget.h',
900 'budget_service/NavigatorBudget.cpp',
897 'cachestorage/Cache.cpp', 901 'cachestorage/Cache.cpp',
898 'cachestorage/Cache.h', 902 'cachestorage/Cache.h',
899 'cachestorage/CacheStorage.cpp', 903 'cachestorage/CacheStorage.cpp',
900 'cachestorage/CacheStorage.h', 904 'cachestorage/CacheStorage.h',
901 'cachestorage/CacheStorageError.cpp', 905 'cachestorage/CacheStorageError.cpp',
902 'cachestorage/CacheStorageError.h', 906 'cachestorage/CacheStorageError.h',
903 'cachestorage/GlobalCacheStorage.cpp', 907 'cachestorage/GlobalCacheStorage.cpp',
904 'cachestorage/GlobalCacheStorage.h', 908 'cachestorage/GlobalCacheStorage.h',
905 'cachestorage/InspectorCacheStorageAgent.cpp', 909 'cachestorage/InspectorCacheStorageAgent.cpp',
906 'cachestorage/InspectorCacheStorageAgent.h', 910 'cachestorage/InspectorCacheStorageAgent.h',
(...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after
2054 'webaudio/ConvolverNodeTest.cpp', 2058 'webaudio/ConvolverNodeTest.cpp',
2055 'webaudio/DynamicsCompressorNodeTest.cpp', 2059 'webaudio/DynamicsCompressorNodeTest.cpp',
2056 'webaudio/ScriptProcessorNodeTest.cpp', 2060 'webaudio/ScriptProcessorNodeTest.cpp',
2057 'webaudio/StereoPannerNodeTest.cpp', 2061 'webaudio/StereoPannerNodeTest.cpp',
2058 'webdatabase/QuotaTrackerTest.cpp', 2062 'webdatabase/QuotaTrackerTest.cpp',
2059 'websockets/DOMWebSocketTest.cpp', 2063 'websockets/DOMWebSocketTest.cpp',
2060 'websockets/DocumentWebSocketChannelTest.cpp', 2064 'websockets/DocumentWebSocketChannelTest.cpp',
2061 ], 2065 ],
2062 }, 2066 },
2063 } 2067 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698