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

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

Issue 2273743002: Framework and tests for WorkerNavigatorBudget (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_service
Patch Set: rebased 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
« no previous file with comments | « third_party/WebKit/Source/modules/budget/WorkerNavigatorBudget.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 ], 338 ],
339 # 'partial interface' or target (right side of) 'implements' 339 # 'partial interface' or target (right side of) 'implements'
340 'modules_dependency_idl_files': [ 340 'modules_dependency_idl_files': [
341 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 341 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
342 'background_sync/ServiceWorkerGlobalScopeSync.idl', 342 'background_sync/ServiceWorkerGlobalScopeSync.idl',
343 'background_sync/ServiceWorkerRegistrationSync.idl', 343 'background_sync/ServiceWorkerRegistrationSync.idl',
344 'battery/NavigatorBattery.idl', 344 'battery/NavigatorBattery.idl',
345 'beacon/NavigatorBeacon.idl', 345 'beacon/NavigatorBeacon.idl',
346 'bluetooth/NavigatorBluetooth.idl', 346 'bluetooth/NavigatorBluetooth.idl',
347 'budget/NavigatorBudget.idl', 347 'budget/NavigatorBudget.idl',
348 'budget/WorkerNavigatorBudget.idl',
348 'cachestorage/WindowCacheStorage.idl', 349 'cachestorage/WindowCacheStorage.idl',
349 'cachestorage/WorkerCacheStorage.idl', 350 'cachestorage/WorkerCacheStorage.idl',
350 'canvas/HTMLCanvasElementModule.idl', 351 'canvas/HTMLCanvasElementModule.idl',
351 'canvas2d/CanvasPathMethods.idl', 352 'canvas2d/CanvasPathMethods.idl',
352 'compositorworker/WindowAnimationWorklet.idl', 353 'compositorworker/WindowAnimationWorklet.idl',
353 'credentialmanager/NavigatorCredentials.idl', 354 'credentialmanager/NavigatorCredentials.idl',
354 'crypto/WindowCrypto.idl', 355 'crypto/WindowCrypto.idl',
355 'crypto/WorkerGlobalScopeCrypto.idl', 356 'crypto/WorkerGlobalScopeCrypto.idl',
356 'csspaint/WindowPaintWorklet.idl', 357 'csspaint/WindowPaintWorklet.idl',
357 'device_light/WindowDeviceLight.idl', 358 'device_light/WindowDeviceLight.idl',
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 'bluetooth/NavigatorBluetooth.cpp', 913 'bluetooth/NavigatorBluetooth.cpp',
913 'bluetooth/NavigatorBluetooth.h', 914 'bluetooth/NavigatorBluetooth.h',
914 'broadcastchannel/BroadcastChannel.cpp', 915 'broadcastchannel/BroadcastChannel.cpp',
915 'broadcastchannel/BroadcastChannel.h', 916 'broadcastchannel/BroadcastChannel.h',
916 'budget/BudgetService.h', 917 'budget/BudgetService.h',
917 'budget/BudgetService.cpp', 918 'budget/BudgetService.cpp',
918 'budget/BudgetState.h', 919 'budget/BudgetState.h',
919 'budget/BudgetState.cpp', 920 'budget/BudgetState.cpp',
920 'budget/NavigatorBudget.h', 921 'budget/NavigatorBudget.h',
921 'budget/NavigatorBudget.cpp', 922 'budget/NavigatorBudget.cpp',
923 'budget/WorkerNavigatorBudget.h',
924 'budget/WorkerNavigatorBudget.cpp',
922 'cachestorage/Cache.cpp', 925 'cachestorage/Cache.cpp',
923 'cachestorage/Cache.h', 926 'cachestorage/Cache.h',
924 'cachestorage/CacheStorage.cpp', 927 'cachestorage/CacheStorage.cpp',
925 'cachestorage/CacheStorage.h', 928 'cachestorage/CacheStorage.h',
926 'cachestorage/CacheStorageError.cpp', 929 'cachestorage/CacheStorageError.cpp',
927 'cachestorage/CacheStorageError.h', 930 'cachestorage/CacheStorageError.h',
928 'cachestorage/GlobalCacheStorage.cpp', 931 'cachestorage/GlobalCacheStorage.cpp',
929 'cachestorage/GlobalCacheStorage.h', 932 'cachestorage/GlobalCacheStorage.h',
930 'cachestorage/InspectorCacheStorageAgent.cpp', 933 'cachestorage/InspectorCacheStorageAgent.cpp',
931 'cachestorage/InspectorCacheStorageAgent.h', 934 'cachestorage/InspectorCacheStorageAgent.h',
(...skipping 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after
2090 'webaudio/ConvolverNodeTest.cpp', 2093 'webaudio/ConvolverNodeTest.cpp',
2091 'webaudio/DynamicsCompressorNodeTest.cpp', 2094 'webaudio/DynamicsCompressorNodeTest.cpp',
2092 'webaudio/ScriptProcessorNodeTest.cpp', 2095 'webaudio/ScriptProcessorNodeTest.cpp',
2093 'webaudio/StereoPannerNodeTest.cpp', 2096 'webaudio/StereoPannerNodeTest.cpp',
2094 'webdatabase/QuotaTrackerTest.cpp', 2097 'webdatabase/QuotaTrackerTest.cpp',
2095 'websockets/DOMWebSocketTest.cpp', 2098 'websockets/DOMWebSocketTest.cpp',
2096 'websockets/DocumentWebSocketChannelTest.cpp', 2099 'websockets/DocumentWebSocketChannelTest.cpp',
2097 ], 2100 ],
2098 }, 2101 },
2099 } 2102 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/budget/WorkerNavigatorBudget.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698