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

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

Issue 1193793003: bindings: Makes almost all attributes accessor-type properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 5 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 | Annotate | Revision Log
« no previous file with comments | « Source/modules/cachestorage/WorkerCacheStorage.idl ('k') | Source/web/tests/WebFrameTest.cpp » ('j') | 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'websockets/WebSocket.idl', 293 'websockets/WebSocket.idl',
294 ], 294 ],
295 # 'partial interface' or target (right side of) 'implements' 295 # 'partial interface' or target (right side of) 'implements'
296 'modules_dependency_idl_files': [ 296 'modules_dependency_idl_files': [
297 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 297 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
298 'background_sync/ServiceWorkerGlobalScopeSync.idl', 298 'background_sync/ServiceWorkerGlobalScopeSync.idl',
299 'background_sync/ServiceWorkerRegistrationSync.idl', 299 'background_sync/ServiceWorkerRegistrationSync.idl',
300 'battery/NavigatorBattery.idl', 300 'battery/NavigatorBattery.idl',
301 'beacon/NavigatorBeacon.idl', 301 'beacon/NavigatorBeacon.idl',
302 'bluetooth/NavigatorBluetooth.idl', 302 'bluetooth/NavigatorBluetooth.idl',
303 'cachestorage/CompositorWorkerCacheStorage.idl',
304 'cachestorage/DedicatedWorkerCacheStorage.idl',
305 'cachestorage/ServiceWorkerCacheStorage.idl',
306 'cachestorage/SharedWorkerCacheStorage.idl',
303 'cachestorage/WindowCacheStorage.idl', 307 'cachestorage/WindowCacheStorage.idl',
304 'cachestorage/WorkerCacheStorage.idl', 308 'cachestorage/WorkerCacheStorage.idl',
305 'canvas2d/CanvasPathMethods.idl', 309 'canvas2d/CanvasPathMethods.idl',
306 'canvas2d/MouseEventHitRegion.idl', 310 'canvas2d/MouseEventHitRegion.idl',
307 'credentialmanager/NavigatorCredentials.idl', 311 'credentialmanager/NavigatorCredentials.idl',
308 'crypto/WindowCrypto.idl', 312 'crypto/WindowCrypto.idl',
309 'crypto/WorkerGlobalScopeCrypto.idl', 313 'crypto/WorkerGlobalScopeCrypto.idl',
310 'device_light/WindowDeviceLight.idl', 314 'device_light/WindowDeviceLight.idl',
311 'device_orientation/WindowDeviceMotion.idl', 315 'device_orientation/WindowDeviceMotion.idl',
312 'device_orientation/WindowDeviceOrientation.idl', 316 'device_orientation/WindowDeviceOrientation.idl',
(...skipping 1411 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1728 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1725 'webaudio/ConvolverNodeTest.cpp', 1729 'webaudio/ConvolverNodeTest.cpp',
1726 'webaudio/DynamicsCompressorNodeTest.cpp', 1730 'webaudio/DynamicsCompressorNodeTest.cpp',
1727 'webaudio/ScriptProcessorNodeTest.cpp', 1731 'webaudio/ScriptProcessorNodeTest.cpp',
1728 'webaudio/StereoPannerNodeTest.cpp', 1732 'webaudio/StereoPannerNodeTest.cpp',
1729 'websockets/DOMWebSocketTest.cpp', 1733 'websockets/DOMWebSocketTest.cpp',
1730 'websockets/DocumentWebSocketChannelTest.cpp', 1734 'websockets/DocumentWebSocketChannelTest.cpp',
1731 ], 1735 ],
1732 }, 1736 },
1733 } 1737 }
OLDNEW
« no previous file with comments | « Source/modules/cachestorage/WorkerCacheStorage.idl ('k') | Source/web/tests/WebFrameTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698