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

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

Issue 2229283003: Convert Budget to BudgetService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated global interface list 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
« no previous file with comments | « third_party/WebKit/Source/modules/budget/NavigatorBudget.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
11 # ways. 11 # ways.
12 'extra_blink_module_idl_files': [], 12 'extra_blink_module_idl_files': [],
13 'extra_blink_module_files': [], 13 'extra_blink_module_files': [],
14 # Files for which bindings (.cpp and .h files) will be generated 14 # Files for which bindings (.cpp and .h files) will be generated
15 'modules_idl_files': [ 15 'modules_idl_files': [
16 '<@(extra_blink_module_idl_files)', 16 '<@(extra_blink_module_idl_files)',
17 'app_banner/AppBannerPromptResult.idl', 17 'app_banner/AppBannerPromptResult.idl',
18 'app_banner/BeforeInstallPromptEvent.idl', 18 'app_banner/BeforeInstallPromptEvent.idl',
19 'background_sync/SyncEvent.idl', 19 'background_sync/SyncEvent.idl',
20 'background_sync/SyncManager.idl', 20 'background_sync/SyncManager.idl',
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/Budget.idl', 30 'budget/BudgetService.idl',
31 'cachestorage/Cache.idl', 31 'cachestorage/Cache.idl',
32 'cachestorage/CacheStorage.idl', 32 'cachestorage/CacheStorage.idl',
33 'canvas2d/CanvasGradient.idl', 33 'canvas2d/CanvasGradient.idl',
34 'canvas2d/CanvasPattern.idl', 34 'canvas2d/CanvasPattern.idl',
35 'canvas2d/CanvasRenderingContext2D.idl', 35 'canvas2d/CanvasRenderingContext2D.idl',
36 'canvas2d/Path2D.idl', 36 'canvas2d/Path2D.idl',
37 'compositorworker/CompositorWorker.idl', 37 'compositorworker/CompositorWorker.idl',
38 'compositorworker/CompositorWorkerGlobalScope.idl', 38 'compositorworker/CompositorWorkerGlobalScope.idl',
39 'credentialmanager/Credential.idl', 39 'credentialmanager/Credential.idl',
40 'credentialmanager/CredentialsContainer.idl', 40 'credentialmanager/CredentialsContainer.idl',
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 'bluetooth/BluetoothRemoteGATTService.cpp', 899 'bluetooth/BluetoothRemoteGATTService.cpp',
900 'bluetooth/BluetoothRemoteGATTService.h', 900 'bluetooth/BluetoothRemoteGATTService.h',
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/Budget.h', 909 'budget/BudgetService.h',
910 'budget/Budget.cpp', 910 'budget/BudgetService.cpp',
911 'budget/NavigatorBudget.h', 911 'budget/NavigatorBudget.h',
912 'budget/NavigatorBudget.cpp', 912 'budget/NavigatorBudget.cpp',
913 'cachestorage/Cache.cpp', 913 'cachestorage/Cache.cpp',
914 'cachestorage/Cache.h', 914 'cachestorage/Cache.h',
915 'cachestorage/CacheStorage.cpp', 915 'cachestorage/CacheStorage.cpp',
916 'cachestorage/CacheStorage.h', 916 'cachestorage/CacheStorage.h',
917 'cachestorage/CacheStorageError.cpp', 917 'cachestorage/CacheStorageError.cpp',
918 'cachestorage/CacheStorageError.h', 918 'cachestorage/CacheStorageError.h',
919 'cachestorage/GlobalCacheStorage.cpp', 919 'cachestorage/GlobalCacheStorage.cpp',
920 'cachestorage/GlobalCacheStorage.h', 920 'cachestorage/GlobalCacheStorage.h',
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
2080 'webaudio/ConvolverNodeTest.cpp', 2080 'webaudio/ConvolverNodeTest.cpp',
2081 'webaudio/DynamicsCompressorNodeTest.cpp', 2081 'webaudio/DynamicsCompressorNodeTest.cpp',
2082 'webaudio/ScriptProcessorNodeTest.cpp', 2082 'webaudio/ScriptProcessorNodeTest.cpp',
2083 'webaudio/StereoPannerNodeTest.cpp', 2083 'webaudio/StereoPannerNodeTest.cpp',
2084 'webdatabase/QuotaTrackerTest.cpp', 2084 'webdatabase/QuotaTrackerTest.cpp',
2085 'websockets/DOMWebSocketTest.cpp', 2085 'websockets/DOMWebSocketTest.cpp',
2086 'websockets/DocumentWebSocketChannelTest.cpp', 2086 'websockets/DocumentWebSocketChannelTest.cpp',
2087 ], 2087 ],
2088 }, 2088 },
2089 } 2089 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/budget/NavigatorBudget.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698