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

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: 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
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 ], 337 ],
338 # 'partial interface' or target (right side of) 'implements' 338 # 'partial interface' or target (right side of) 'implements'
339 'modules_dependency_idl_files': [ 339 'modules_dependency_idl_files': [
340 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 340 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
341 'background_sync/ServiceWorkerGlobalScopeSync.idl', 341 'background_sync/ServiceWorkerGlobalScopeSync.idl',
342 'background_sync/ServiceWorkerRegistrationSync.idl', 342 'background_sync/ServiceWorkerRegistrationSync.idl',
343 'battery/NavigatorBattery.idl', 343 'battery/NavigatorBattery.idl',
344 'beacon/NavigatorBeacon.idl', 344 'beacon/NavigatorBeacon.idl',
345 'bluetooth/NavigatorBluetooth.idl', 345 'bluetooth/NavigatorBluetooth.idl',
346 'budget/NavigatorBudget.idl', 346 'budget/NavigatorBudget.idl',
347 'budget/WorkerNavigatorBudget.idl',
347 'cachestorage/WindowCacheStorage.idl', 348 'cachestorage/WindowCacheStorage.idl',
348 'cachestorage/WorkerCacheStorage.idl', 349 'cachestorage/WorkerCacheStorage.idl',
349 'canvas/HTMLCanvasElementModule.idl', 350 'canvas/HTMLCanvasElementModule.idl',
350 'canvas2d/CanvasPathMethods.idl', 351 'canvas2d/CanvasPathMethods.idl',
351 'compositorworker/WindowAnimationWorklet.idl', 352 'compositorworker/WindowAnimationWorklet.idl',
352 'credentialmanager/NavigatorCredentials.idl', 353 'credentialmanager/NavigatorCredentials.idl',
353 'crypto/WindowCrypto.idl', 354 'crypto/WindowCrypto.idl',
354 'crypto/WorkerGlobalScopeCrypto.idl', 355 'crypto/WorkerGlobalScopeCrypto.idl',
355 'csspaint/WindowPaintWorklet.idl', 356 'csspaint/WindowPaintWorklet.idl',
356 'device_light/WindowDeviceLight.idl', 357 'device_light/WindowDeviceLight.idl',
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 'bluetooth/NavigatorBluetooth.cpp', 905 'bluetooth/NavigatorBluetooth.cpp',
905 'bluetooth/NavigatorBluetooth.h', 906 'bluetooth/NavigatorBluetooth.h',
906 'broadcastchannel/BroadcastChannel.cpp', 907 'broadcastchannel/BroadcastChannel.cpp',
907 'broadcastchannel/BroadcastChannel.h', 908 'broadcastchannel/BroadcastChannel.h',
908 'budget/BudgetService.h', 909 'budget/BudgetService.h',
909 'budget/BudgetService.cpp', 910 'budget/BudgetService.cpp',
910 'budget/BudgetState.h', 911 'budget/BudgetState.h',
911 'budget/BudgetState.cpp', 912 'budget/BudgetState.cpp',
912 'budget/NavigatorBudget.h', 913 'budget/NavigatorBudget.h',
913 'budget/NavigatorBudget.cpp', 914 'budget/NavigatorBudget.cpp',
915 'budget/WorkerNavigatorBudget.h',
916 'budget/WorkerNavigatorBudget.cpp',
914 'cachestorage/Cache.cpp', 917 'cachestorage/Cache.cpp',
915 'cachestorage/Cache.h', 918 'cachestorage/Cache.h',
916 'cachestorage/CacheStorage.cpp', 919 'cachestorage/CacheStorage.cpp',
917 'cachestorage/CacheStorage.h', 920 'cachestorage/CacheStorage.h',
918 'cachestorage/CacheStorageError.cpp', 921 'cachestorage/CacheStorageError.cpp',
919 'cachestorage/CacheStorageError.h', 922 'cachestorage/CacheStorageError.h',
920 'cachestorage/GlobalCacheStorage.cpp', 923 'cachestorage/GlobalCacheStorage.cpp',
921 'cachestorage/GlobalCacheStorage.h', 924 'cachestorage/GlobalCacheStorage.h',
922 'cachestorage/InspectorCacheStorageAgent.cpp', 925 'cachestorage/InspectorCacheStorageAgent.cpp',
923 'cachestorage/InspectorCacheStorageAgent.h', 926 'cachestorage/InspectorCacheStorageAgent.h',
(...skipping 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after
2082 'webaudio/ConvolverNodeTest.cpp', 2085 'webaudio/ConvolverNodeTest.cpp',
2083 'webaudio/DynamicsCompressorNodeTest.cpp', 2086 'webaudio/DynamicsCompressorNodeTest.cpp',
2084 'webaudio/ScriptProcessorNodeTest.cpp', 2087 'webaudio/ScriptProcessorNodeTest.cpp',
2085 'webaudio/StereoPannerNodeTest.cpp', 2088 'webaudio/StereoPannerNodeTest.cpp',
2086 'webdatabase/QuotaTrackerTest.cpp', 2089 'webdatabase/QuotaTrackerTest.cpp',
2087 'websockets/DOMWebSocketTest.cpp', 2090 'websockets/DOMWebSocketTest.cpp',
2088 'websockets/DocumentWebSocketChannelTest.cpp', 2091 'websockets/DocumentWebSocketChannelTest.cpp',
2089 ], 2092 ],
2090 }, 2093 },
2091 } 2094 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698