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

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

Issue 2231873002: Added budget_service.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@budget_api
Patch Set: Converted BudgetChunk dictionary to BudgetState interface and other code review updates Created 4 years, 3 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 10 matching lines...) Expand all
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/BudgetService.idl', 30 'budget/BudgetService.idl',
31 'budget/BudgetState.idl',
31 'cachestorage/Cache.idl', 32 'cachestorage/Cache.idl',
32 'cachestorage/CacheStorage.idl', 33 'cachestorage/CacheStorage.idl',
33 'canvas2d/CanvasGradient.idl', 34 'canvas2d/CanvasGradient.idl',
34 'canvas2d/CanvasPattern.idl', 35 'canvas2d/CanvasPattern.idl',
35 'canvas2d/CanvasRenderingContext2D.idl', 36 'canvas2d/CanvasRenderingContext2D.idl',
36 'canvas2d/Path2D.idl', 37 'canvas2d/Path2D.idl',
37 'compositorworker/CompositorWorker.idl', 38 'compositorworker/CompositorWorker.idl',
38 'compositorworker/CompositorWorkerGlobalScope.idl', 39 'compositorworker/CompositorWorkerGlobalScope.idl',
39 'credentialmanager/Credential.idl', 40 'credentialmanager/Credential.idl',
40 'credentialmanager/CredentialsContainer.idl', 41 'credentialmanager/CredentialsContainer.idl',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 'worklet/Worklet.idl', 337 'worklet/Worklet.idl',
337 ], 338 ],
338 # 'partial interface' or target (right side of) 'implements' 339 # 'partial interface' or target (right side of) 'implements'
339 'modules_dependency_idl_files': [ 340 'modules_dependency_idl_files': [
340 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 341 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
341 'background_sync/ServiceWorkerGlobalScopeSync.idl', 342 'background_sync/ServiceWorkerGlobalScopeSync.idl',
342 'background_sync/ServiceWorkerRegistrationSync.idl', 343 'background_sync/ServiceWorkerRegistrationSync.idl',
343 'battery/NavigatorBattery.idl', 344 'battery/NavigatorBattery.idl',
344 'beacon/NavigatorBeacon.idl', 345 'beacon/NavigatorBeacon.idl',
345 'bluetooth/NavigatorBluetooth.idl', 346 'bluetooth/NavigatorBluetooth.idl',
346 'budget/BudgetChunk.idl',
347 'budget/NavigatorBudget.idl', 347 'budget/NavigatorBudget.idl',
348 'cachestorage/WindowCacheStorage.idl', 348 'cachestorage/WindowCacheStorage.idl',
349 'cachestorage/WorkerCacheStorage.idl', 349 'cachestorage/WorkerCacheStorage.idl',
350 'canvas/HTMLCanvasElementModule.idl', 350 'canvas/HTMLCanvasElementModule.idl',
351 'canvas2d/CanvasPathMethods.idl', 351 'canvas2d/CanvasPathMethods.idl',
352 'compositorworker/WindowAnimationWorklet.idl', 352 'compositorworker/WindowAnimationWorklet.idl',
353 'credentialmanager/NavigatorCredentials.idl', 353 'credentialmanager/NavigatorCredentials.idl',
354 'crypto/WindowCrypto.idl', 354 'crypto/WindowCrypto.idl',
355 'crypto/WorkerGlobalScopeCrypto.idl', 355 'crypto/WorkerGlobalScopeCrypto.idl',
356 'csspaint/WindowPaintWorklet.idl', 356 'csspaint/WindowPaintWorklet.idl',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 'bluetooth/BluetoothSupplement.cpp', 901 'bluetooth/BluetoothSupplement.cpp',
902 'bluetooth/BluetoothSupplement.h', 902 'bluetooth/BluetoothSupplement.h',
903 'bluetooth/BluetoothUUID.cpp', 903 'bluetooth/BluetoothUUID.cpp',
904 'bluetooth/BluetoothUUID.h', 904 'bluetooth/BluetoothUUID.h',
905 'bluetooth/NavigatorBluetooth.cpp', 905 'bluetooth/NavigatorBluetooth.cpp',
906 'bluetooth/NavigatorBluetooth.h', 906 'bluetooth/NavigatorBluetooth.h',
907 'broadcastchannel/BroadcastChannel.cpp', 907 'broadcastchannel/BroadcastChannel.cpp',
908 'broadcastchannel/BroadcastChannel.h', 908 'broadcastchannel/BroadcastChannel.h',
909 'budget/BudgetService.h', 909 'budget/BudgetService.h',
910 'budget/BudgetService.cpp', 910 'budget/BudgetService.cpp',
911 'budget/BudgetState.h',
912 'budget/BudgetState.cpp',
911 'budget/NavigatorBudget.h', 913 'budget/NavigatorBudget.h',
912 'budget/NavigatorBudget.cpp', 914 'budget/NavigatorBudget.cpp',
913 'cachestorage/Cache.cpp', 915 'cachestorage/Cache.cpp',
914 'cachestorage/Cache.h', 916 'cachestorage/Cache.h',
915 'cachestorage/CacheStorage.cpp', 917 'cachestorage/CacheStorage.cpp',
916 'cachestorage/CacheStorage.h', 918 'cachestorage/CacheStorage.h',
917 'cachestorage/CacheStorageError.cpp', 919 'cachestorage/CacheStorageError.cpp',
918 'cachestorage/CacheStorageError.h', 920 'cachestorage/CacheStorageError.h',
919 'cachestorage/GlobalCacheStorage.cpp', 921 'cachestorage/GlobalCacheStorage.cpp',
920 'cachestorage/GlobalCacheStorage.h', 922 'cachestorage/GlobalCacheStorage.h',
(...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after
2086 'webaudio/ConvolverNodeTest.cpp', 2088 'webaudio/ConvolverNodeTest.cpp',
2087 'webaudio/DynamicsCompressorNodeTest.cpp', 2089 'webaudio/DynamicsCompressorNodeTest.cpp',
2088 'webaudio/ScriptProcessorNodeTest.cpp', 2090 'webaudio/ScriptProcessorNodeTest.cpp',
2089 'webaudio/StereoPannerNodeTest.cpp', 2091 'webaudio/StereoPannerNodeTest.cpp',
2090 'webdatabase/QuotaTrackerTest.cpp', 2092 'webdatabase/QuotaTrackerTest.cpp',
2091 'websockets/DOMWebSocketTest.cpp', 2093 'websockets/DOMWebSocketTest.cpp',
2092 'websockets/DocumentWebSocketChannelTest.cpp', 2094 'websockets/DocumentWebSocketChannelTest.cpp',
2093 ], 2095 ],
2094 }, 2096 },
2095 } 2097 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698