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

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: Fixed crash, all tests working 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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 'worklet/Worklet.idl', 336 'worklet/Worklet.idl',
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/BudgetChunk.idl',
347 'budget/NavigatorBudget.idl', 346 'budget/NavigatorBudget.idl',
348 'cachestorage/WindowCacheStorage.idl', 347 'cachestorage/WindowCacheStorage.idl',
349 'cachestorage/WorkerCacheStorage.idl', 348 'cachestorage/WorkerCacheStorage.idl',
350 'canvas/HTMLCanvasElementModule.idl', 349 'canvas/HTMLCanvasElementModule.idl',
351 'canvas2d/CanvasPathMethods.idl', 350 'canvas2d/CanvasPathMethods.idl',
352 'compositorworker/WindowAnimationWorklet.idl', 351 'compositorworker/WindowAnimationWorklet.idl',
353 'credentialmanager/NavigatorCredentials.idl', 352 'credentialmanager/NavigatorCredentials.idl',
354 'crypto/WindowCrypto.idl', 353 'crypto/WindowCrypto.idl',
355 'crypto/WorkerGlobalScopeCrypto.idl', 354 'crypto/WorkerGlobalScopeCrypto.idl',
356 'csspaint/WindowPaintWorklet.idl', 355 'csspaint/WindowPaintWorklet.idl',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'webgl/WebGLContextEvent.idl', 456 'webgl/WebGLContextEvent.idl',
458 'webmidi/MIDIConnectionEvent.idl', 457 'webmidi/MIDIConnectionEvent.idl',
459 'webmidi/MIDIMessageEvent.idl', 458 'webmidi/MIDIMessageEvent.idl',
460 'websockets/CloseEvent.idl', 459 'websockets/CloseEvent.idl',
461 ], 460 ],
462 'modules_dictionary_idl_files': [ 461 'modules_dictionary_idl_files': [
463 'app_banner/BeforeInstallPromptEventInit.idl', 462 'app_banner/BeforeInstallPromptEventInit.idl',
464 'background_sync/SyncEventInit.idl', 463 'background_sync/SyncEventInit.idl',
465 'bluetooth/BluetoothScanFilter.idl', 464 'bluetooth/BluetoothScanFilter.idl',
466 'bluetooth/RequestDeviceOptions.idl', 465 'bluetooth/RequestDeviceOptions.idl',
466 'budget/BudgetChunk.idl',
johnme 2016/08/17 13:54:02 What's a BudgetChunk? The spec seems to call this
harkness 2016/08/18 10:23:26 Yeah, that's the drawback of submitting code befor
467 'cachestorage/CacheQueryOptions.idl', 467 'cachestorage/CacheQueryOptions.idl',
468 'canvas2d/Canvas2DContextAttributes.idl', 468 'canvas2d/Canvas2DContextAttributes.idl',
469 'canvas2d/HitRegionOptions.idl', 469 'canvas2d/HitRegionOptions.idl',
470 'credentialmanager/CredentialData.idl', 470 'credentialmanager/CredentialData.idl',
471 'credentialmanager/CredentialRequestOptions.idl', 471 'credentialmanager/CredentialRequestOptions.idl',
472 'credentialmanager/FederatedCredentialData.idl', 472 'credentialmanager/FederatedCredentialData.idl',
473 'credentialmanager/FederatedCredentialRequestOptions.idl', 473 'credentialmanager/FederatedCredentialRequestOptions.idl',
474 'credentialmanager/FormDataOptions.idl', 474 'credentialmanager/FormDataOptions.idl',
475 'credentialmanager/LocallyStoredCredentialData.idl', 475 'credentialmanager/LocallyStoredCredentialData.idl',
476 'credentialmanager/PasswordCredentialData.idl', 476 'credentialmanager/PasswordCredentialData.idl',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 ], 578 ],
579 'generated_modules_dictionary_files': [ 579 'generated_modules_dictionary_files': [
580 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.cpp', 580 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.cpp',
581 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.h', 581 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.h',
582 '<(blink_modules_output_dir)/background_sync/SyncEventInit.cpp', 582 '<(blink_modules_output_dir)/background_sync/SyncEventInit.cpp',
583 '<(blink_modules_output_dir)/background_sync/SyncEventInit.h', 583 '<(blink_modules_output_dir)/background_sync/SyncEventInit.h',
584 '<(blink_modules_output_dir)/bluetooth/BluetoothScanFilter.cpp', 584 '<(blink_modules_output_dir)/bluetooth/BluetoothScanFilter.cpp',
585 '<(blink_modules_output_dir)/bluetooth/BluetoothScanFilter.h', 585 '<(blink_modules_output_dir)/bluetooth/BluetoothScanFilter.h',
586 '<(blink_modules_output_dir)/bluetooth/RequestDeviceOptions.cpp', 586 '<(blink_modules_output_dir)/bluetooth/RequestDeviceOptions.cpp',
587 '<(blink_modules_output_dir)/bluetooth/RequestDeviceOptions.h', 587 '<(blink_modules_output_dir)/bluetooth/RequestDeviceOptions.h',
588 '<(blink_modules_output_dir)/budget/BudgetChunk.cpp',
589 '<(blink_modules_output_dir)/budget/BudgetChunk.h',
588 '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.cpp', 590 '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.cpp',
589 '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.h', 591 '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.h',
590 '<(blink_modules_output_dir)/canvas2d/Canvas2DContextAttributes.cpp', 592 '<(blink_modules_output_dir)/canvas2d/Canvas2DContextAttributes.cpp',
591 '<(blink_modules_output_dir)/canvas2d/Canvas2DContextAttributes.h', 593 '<(blink_modules_output_dir)/canvas2d/Canvas2DContextAttributes.h',
592 '<(blink_modules_output_dir)/canvas2d/HitRegionOptions.cpp', 594 '<(blink_modules_output_dir)/canvas2d/HitRegionOptions.cpp',
593 '<(blink_modules_output_dir)/canvas2d/HitRegionOptions.h', 595 '<(blink_modules_output_dir)/canvas2d/HitRegionOptions.h',
594 '<(blink_modules_output_dir)/credentialmanager/CredentialData.cpp', 596 '<(blink_modules_output_dir)/credentialmanager/CredentialData.cpp',
595 '<(blink_modules_output_dir)/credentialmanager/CredentialData.h', 597 '<(blink_modules_output_dir)/credentialmanager/CredentialData.h',
596 '<(blink_modules_output_dir)/credentialmanager/CredentialRequestOptions.cp p', 598 '<(blink_modules_output_dir)/credentialmanager/CredentialRequestOptions.cp p',
597 '<(blink_modules_output_dir)/credentialmanager/CredentialRequestOptions.h' , 599 '<(blink_modules_output_dir)/credentialmanager/CredentialRequestOptions.h' ,
(...skipping 1488 matching lines...) Expand 10 before | Expand all | Expand 10 after
2086 'webaudio/ConvolverNodeTest.cpp', 2088 'webaudio/ConvolverNodeTest.cpp',
2087 'webaudio/DynamicsCompressorNodeTest.cpp', 2089 'webaudio/DynamicsCompressorNodeTest.cpp',
2088 'webaudio/ScriptProcessorNodeTest.cpp', 2090 'webaudio/ScriptProcessorNodeTest.cpp',
2089 'webaudio/StereoPannerNodeTest.cpp', 2091 'webaudio/StereoPannerNodeTest.cpp',
2090 'webdatabase/QuotaTrackerTest.cpp', 2092 'webdatabase/QuotaTrackerTest.cpp',
2091 'websockets/DOMWebSocketTest.cpp', 2093 'websockets/DOMWebSocketTest.cpp',
2092 'websockets/DocumentWebSocketChannelTest.cpp', 2094 'websockets/DocumentWebSocketChannelTest.cpp',
2093 ], 2095 ],
2094 }, 2096 },
2095 } 2097 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698