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

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

Issue 1257613003: bindings: Supports inheritance of [Unforgeable] attributes as accessor-type properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Made inherit_unforgeable_attributes more robust. Created 5 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 | Annotate | Revision Log
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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'websockets/WebSocket.idl', 292 'websockets/WebSocket.idl',
293 ], 293 ],
294 # 'partial interface' or target (right side of) 'implements' 294 # 'partial interface' or target (right side of) 'implements'
295 'modules_dependency_idl_files': [ 295 'modules_dependency_idl_files': [
296 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 296 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
297 'background_sync/ServiceWorkerGlobalScopeSync.idl', 297 'background_sync/ServiceWorkerGlobalScopeSync.idl',
298 'background_sync/ServiceWorkerRegistrationSync.idl', 298 'background_sync/ServiceWorkerRegistrationSync.idl',
299 'battery/NavigatorBattery.idl', 299 'battery/NavigatorBattery.idl',
300 'beacon/NavigatorBeacon.idl', 300 'beacon/NavigatorBeacon.idl',
301 'bluetooth/NavigatorBluetooth.idl', 301 'bluetooth/NavigatorBluetooth.idl',
302 'cachestorage/CompositorWorkerCacheStorage.idl',
303 'cachestorage/DedicatedWorkerCacheStorage.idl',
304 'cachestorage/ServiceWorkerCacheStorage.idl',
305 'cachestorage/SharedWorkerCacheStorage.idl',
306 'cachestorage/WindowCacheStorage.idl', 302 'cachestorage/WindowCacheStorage.idl',
307 'cachestorage/WorkerCacheStorage.idl', 303 'cachestorage/WorkerCacheStorage.idl',
308 'canvas2d/CanvasPathMethods.idl', 304 'canvas2d/CanvasPathMethods.idl',
309 'canvas2d/MouseEventHitRegion.idl', 305 'canvas2d/MouseEventHitRegion.idl',
310 'canvas2d/TouchHitRegion.idl', 306 'canvas2d/TouchHitRegion.idl',
311 'credentialmanager/NavigatorCredentials.idl', 307 'credentialmanager/NavigatorCredentials.idl',
312 'crypto/WindowCrypto.idl', 308 'crypto/WindowCrypto.idl',
313 'crypto/WorkerGlobalScopeCrypto.idl', 309 'crypto/WorkerGlobalScopeCrypto.idl',
314 'device_light/WindowDeviceLight.idl', 310 'device_light/WindowDeviceLight.idl',
315 'device_orientation/WindowDeviceMotion.idl', 311 'device_orientation/WindowDeviceMotion.idl',
(...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after
1734 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1730 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1735 'webaudio/ConvolverNodeTest.cpp', 1731 'webaudio/ConvolverNodeTest.cpp',
1736 'webaudio/DynamicsCompressorNodeTest.cpp', 1732 'webaudio/DynamicsCompressorNodeTest.cpp',
1737 'webaudio/ScriptProcessorNodeTest.cpp', 1733 'webaudio/ScriptProcessorNodeTest.cpp',
1738 'webaudio/StereoPannerNodeTest.cpp', 1734 'webaudio/StereoPannerNodeTest.cpp',
1739 'websockets/DOMWebSocketTest.cpp', 1735 'websockets/DOMWebSocketTest.cpp',
1740 'websockets/DocumentWebSocketChannelTest.cpp', 1736 'websockets/DocumentWebSocketChannelTest.cpp',
1741 ], 1737 ],
1742 }, 1738 },
1743 } 1739 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698