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

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: Add a connection error handler to BudgetService 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 'webusb/USBOutTransferResult.idl', 336 'webusb/USBOutTransferResult.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',
345 'budget/BudgetChunk.idl',
346 'budget/NavigatorBudget.idl', 346 'budget/NavigatorBudget.idl',
347 'cachestorage/WindowCacheStorage.idl', 347 'cachestorage/WindowCacheStorage.idl',
348 'cachestorage/WorkerCacheStorage.idl', 348 'cachestorage/WorkerCacheStorage.idl',
349 'canvas/HTMLCanvasElementModule.idl', 349 'canvas/HTMLCanvasElementModule.idl',
350 'canvas2d/CanvasPathMethods.idl', 350 'canvas2d/CanvasPathMethods.idl',
351 'compositorworker/WindowAnimationWorklet.idl', 351 'compositorworker/WindowAnimationWorklet.idl',
352 'credentialmanager/NavigatorCredentials.idl', 352 'credentialmanager/NavigatorCredentials.idl',
353 'crypto/WindowCrypto.idl', 353 'crypto/WindowCrypto.idl',
354 'crypto/WorkerGlobalScopeCrypto.idl', 354 'crypto/WorkerGlobalScopeCrypto.idl',
355 'csspaint/WindowPaintWorklet.idl', 355 'csspaint/WindowPaintWorklet.idl',
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 'bluetooth/BluetoothSupplement.cpp', 903 'bluetooth/BluetoothSupplement.cpp',
904 'bluetooth/BluetoothSupplement.h', 904 'bluetooth/BluetoothSupplement.h',
905 'bluetooth/BluetoothUUID.cpp', 905 'bluetooth/BluetoothUUID.cpp',
906 'bluetooth/BluetoothUUID.h', 906 'bluetooth/BluetoothUUID.h',
907 'bluetooth/NavigatorBluetooth.cpp', 907 'bluetooth/NavigatorBluetooth.cpp',
908 'bluetooth/NavigatorBluetooth.h', 908 'bluetooth/NavigatorBluetooth.h',
909 'broadcastchannel/BroadcastChannel.cpp', 909 'broadcastchannel/BroadcastChannel.cpp',
910 'broadcastchannel/BroadcastChannel.h', 910 'broadcastchannel/BroadcastChannel.h',
911 'budget/BudgetService.h', 911 'budget/BudgetService.h',
912 'budget/BudgetService.cpp', 912 'budget/BudgetService.cpp',
913 'budget/BudgetState.h',
914 'budget/BudgetState.cpp',
913 'budget/NavigatorBudget.h', 915 'budget/NavigatorBudget.h',
914 'budget/NavigatorBudget.cpp', 916 'budget/NavigatorBudget.cpp',
915 'cachestorage/Cache.cpp', 917 'cachestorage/Cache.cpp',
916 'cachestorage/Cache.h', 918 'cachestorage/Cache.h',
917 'cachestorage/CacheStorage.cpp', 919 'cachestorage/CacheStorage.cpp',
918 'cachestorage/CacheStorage.h', 920 'cachestorage/CacheStorage.h',
919 'cachestorage/CacheStorageError.cpp', 921 'cachestorage/CacheStorageError.cpp',
920 'cachestorage/CacheStorageError.h', 922 'cachestorage/CacheStorageError.h',
921 'cachestorage/GlobalCacheStorage.cpp', 923 'cachestorage/GlobalCacheStorage.cpp',
922 'cachestorage/GlobalCacheStorage.h', 924 'cachestorage/GlobalCacheStorage.h',
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after
2083 'webaudio/ConvolverNodeTest.cpp', 2085 'webaudio/ConvolverNodeTest.cpp',
2084 'webaudio/DynamicsCompressorNodeTest.cpp', 2086 'webaudio/DynamicsCompressorNodeTest.cpp',
2085 'webaudio/ScriptProcessorNodeTest.cpp', 2087 'webaudio/ScriptProcessorNodeTest.cpp',
2086 'webaudio/StereoPannerNodeTest.cpp', 2088 'webaudio/StereoPannerNodeTest.cpp',
2087 'webdatabase/QuotaTrackerTest.cpp', 2089 'webdatabase/QuotaTrackerTest.cpp',
2088 'websockets/DOMWebSocketTest.cpp', 2090 'websockets/DOMWebSocketTest.cpp',
2089 'websockets/DocumentWebSocketChannelTest.cpp', 2091 'websockets/DocumentWebSocketChannelTest.cpp',
2090 ], 2092 ],
2091 }, 2093 },
2092 } 2094 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698