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

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: Integrated code review comments. 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 'worklet/Worklet.idl', 335 'worklet/Worklet.idl',
336 ], 336 ],
337 # 'partial interface' or target (right side of) 'implements' 337 # 'partial interface' or target (right side of) 'implements'
338 'modules_dependency_idl_files': [ 338 'modules_dependency_idl_files': [
339 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 339 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
340 'background_sync/ServiceWorkerGlobalScopeSync.idl', 340 'background_sync/ServiceWorkerGlobalScopeSync.idl',
341 'background_sync/ServiceWorkerRegistrationSync.idl', 341 'background_sync/ServiceWorkerRegistrationSync.idl',
342 'battery/NavigatorBattery.idl', 342 'battery/NavigatorBattery.idl',
343 'beacon/NavigatorBeacon.idl', 343 'beacon/NavigatorBeacon.idl',
344 'bluetooth/NavigatorBluetooth.idl', 344 'bluetooth/NavigatorBluetooth.idl',
345 'budget/BudgetChunk.idl',
346 'budget/NavigatorBudget.idl',
345 'cachestorage/WindowCacheStorage.idl', 347 'cachestorage/WindowCacheStorage.idl',
346 'cachestorage/WorkerCacheStorage.idl', 348 'cachestorage/WorkerCacheStorage.idl',
347 'canvas/HTMLCanvasElementModule.idl', 349 'canvas/HTMLCanvasElementModule.idl',
348 'canvas2d/CanvasPathMethods.idl', 350 'canvas2d/CanvasPathMethods.idl',
349 'credentialmanager/NavigatorCredentials.idl', 351 'credentialmanager/NavigatorCredentials.idl',
350 'crypto/WindowCrypto.idl', 352 'crypto/WindowCrypto.idl',
351 'crypto/WorkerGlobalScopeCrypto.idl', 353 'crypto/WorkerGlobalScopeCrypto.idl',
352 'csspaint/WindowPaintWorklet.idl', 354 'csspaint/WindowPaintWorklet.idl',
353 'device_light/WindowDeviceLight.idl', 355 'device_light/WindowDeviceLight.idl',
354 'device_orientation/WindowDeviceMotion.idl', 356 'device_orientation/WindowDeviceMotion.idl',
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 'bluetooth/BluetoothRemoteGATTService.cpp', 894 'bluetooth/BluetoothRemoteGATTService.cpp',
893 'bluetooth/BluetoothRemoteGATTService.h', 895 'bluetooth/BluetoothRemoteGATTService.h',
894 'bluetooth/BluetoothSupplement.cpp', 896 'bluetooth/BluetoothSupplement.cpp',
895 'bluetooth/BluetoothSupplement.h', 897 'bluetooth/BluetoothSupplement.h',
896 'bluetooth/BluetoothUUID.cpp', 898 'bluetooth/BluetoothUUID.cpp',
897 'bluetooth/BluetoothUUID.h', 899 'bluetooth/BluetoothUUID.h',
898 'bluetooth/NavigatorBluetooth.cpp', 900 'bluetooth/NavigatorBluetooth.cpp',
899 'bluetooth/NavigatorBluetooth.h', 901 'bluetooth/NavigatorBluetooth.h',
900 'broadcastchannel/BroadcastChannel.cpp', 902 'broadcastchannel/BroadcastChannel.cpp',
901 'broadcastchannel/BroadcastChannel.h', 903 'broadcastchannel/BroadcastChannel.h',
904 'budget/NavigatorBudget.h',
905 'budget/NavigatorBudget.cpp',
902 'cachestorage/Cache.cpp', 906 'cachestorage/Cache.cpp',
903 'cachestorage/Cache.h', 907 'cachestorage/Cache.h',
904 'cachestorage/CacheStorage.cpp', 908 'cachestorage/CacheStorage.cpp',
905 'cachestorage/CacheStorage.h', 909 'cachestorage/CacheStorage.h',
906 'cachestorage/CacheStorageError.cpp', 910 'cachestorage/CacheStorageError.cpp',
907 'cachestorage/CacheStorageError.h', 911 'cachestorage/CacheStorageError.h',
908 'cachestorage/GlobalCacheStorage.cpp', 912 'cachestorage/GlobalCacheStorage.cpp',
909 'cachestorage/GlobalCacheStorage.h', 913 'cachestorage/GlobalCacheStorage.h',
910 'cachestorage/InspectorCacheStorageAgent.cpp', 914 'cachestorage/InspectorCacheStorageAgent.cpp',
911 'cachestorage/InspectorCacheStorageAgent.h', 915 'cachestorage/InspectorCacheStorageAgent.h',
(...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after
2066 'webaudio/ConvolverNodeTest.cpp', 2070 'webaudio/ConvolverNodeTest.cpp',
2067 'webaudio/DynamicsCompressorNodeTest.cpp', 2071 'webaudio/DynamicsCompressorNodeTest.cpp',
2068 'webaudio/ScriptProcessorNodeTest.cpp', 2072 'webaudio/ScriptProcessorNodeTest.cpp',
2069 'webaudio/StereoPannerNodeTest.cpp', 2073 'webaudio/StereoPannerNodeTest.cpp',
2070 'webdatabase/QuotaTrackerTest.cpp', 2074 'webdatabase/QuotaTrackerTest.cpp',
2071 'websockets/DOMWebSocketTest.cpp', 2075 'websockets/DOMWebSocketTest.cpp',
2072 'websockets/DocumentWebSocketChannelTest.cpp', 2076 'websockets/DocumentWebSocketChannelTest.cpp',
2073 ], 2077 ],
2074 }, 2078 },
2075 } 2079 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698