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

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

Issue 1761003003: Use a union typdef for the return type of canvas.getContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: final touches Created 4 years, 9 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 # 'partial interface' or target (right side of) 'implements' 329 # 'partial interface' or target (right side of) 'implements'
330 'modules_dependency_idl_files': [ 330 'modules_dependency_idl_files': [
331 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 331 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
332 'background_sync/ServiceWorkerGlobalScopeSync.idl', 332 'background_sync/ServiceWorkerGlobalScopeSync.idl',
333 'background_sync/ServiceWorkerRegistrationSync.idl', 333 'background_sync/ServiceWorkerRegistrationSync.idl',
334 'battery/NavigatorBattery.idl', 334 'battery/NavigatorBattery.idl',
335 'beacon/NavigatorBeacon.idl', 335 'beacon/NavigatorBeacon.idl',
336 'bluetooth/NavigatorBluetooth.idl', 336 'bluetooth/NavigatorBluetooth.idl',
337 'cachestorage/WindowCacheStorage.idl', 337 'cachestorage/WindowCacheStorage.idl',
338 'cachestorage/WorkerCacheStorage.idl', 338 'cachestorage/WorkerCacheStorage.idl',
339 'canvas/HTMLCanvasElementModule.idl',
339 'canvas2d/CanvasPathMethods.idl', 340 'canvas2d/CanvasPathMethods.idl',
340 'canvas2d/MouseEventHitRegion.idl', 341 'canvas2d/MouseEventHitRegion.idl',
341 'canvas2d/TouchHitRegion.idl', 342 'canvas2d/TouchHitRegion.idl',
342 'credentialmanager/NavigatorCredentials.idl', 343 'credentialmanager/NavigatorCredentials.idl',
343 'crypto/WindowCrypto.idl', 344 'crypto/WindowCrypto.idl',
344 'crypto/WorkerGlobalScopeCrypto.idl', 345 'crypto/WorkerGlobalScopeCrypto.idl',
345 'device_light/WindowDeviceLight.idl', 346 'device_light/WindowDeviceLight.idl',
346 'device_orientation/WindowDeviceMotion.idl', 347 'device_orientation/WindowDeviceMotion.idl',
347 'device_orientation/WindowDeviceOrientation.idl', 348 'device_orientation/WindowDeviceOrientation.idl',
348 'donottrack/NavigatorDoNotTrack.idl', 349 'donottrack/NavigatorDoNotTrack.idl',
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 'cachestorage/Cache.cpp', 848 'cachestorage/Cache.cpp',
848 'cachestorage/Cache.h', 849 'cachestorage/Cache.h',
849 'cachestorage/CacheStorage.cpp', 850 'cachestorage/CacheStorage.cpp',
850 'cachestorage/CacheStorage.h', 851 'cachestorage/CacheStorage.h',
851 'cachestorage/CacheStorageError.cpp', 852 'cachestorage/CacheStorageError.cpp',
852 'cachestorage/CacheStorageError.h', 853 'cachestorage/CacheStorageError.h',
853 'cachestorage/GlobalCacheStorage.cpp', 854 'cachestorage/GlobalCacheStorage.cpp',
854 'cachestorage/GlobalCacheStorage.h', 855 'cachestorage/GlobalCacheStorage.h',
855 'cachestorage/InspectorCacheStorageAgent.cpp', 856 'cachestorage/InspectorCacheStorageAgent.cpp',
856 'cachestorage/InspectorCacheStorageAgent.h', 857 'cachestorage/InspectorCacheStorageAgent.h',
858 'canvas/HTMLCanvasElementModule.cpp',
859 'canvas/HTMLCanvasElementModule.h',
857 'canvas2d/BaseRenderingContext2D.cpp', 860 'canvas2d/BaseRenderingContext2D.cpp',
858 'canvas2d/BaseRenderingContext2D.h', 861 'canvas2d/BaseRenderingContext2D.h',
859 'canvas2d/CanvasGradient.cpp', 862 'canvas2d/CanvasGradient.cpp',
860 'canvas2d/CanvasGradient.h', 863 'canvas2d/CanvasGradient.h',
861 'canvas2d/CanvasPathMethods.cpp', 864 'canvas2d/CanvasPathMethods.cpp',
862 'canvas2d/CanvasPathMethods.h', 865 'canvas2d/CanvasPathMethods.h',
863 'canvas2d/CanvasPattern.cpp', 866 'canvas2d/CanvasPattern.cpp',
864 'canvas2d/CanvasPattern.h', 867 'canvas2d/CanvasPattern.h',
865 'canvas2d/CanvasRenderingContext2D.cpp', 868 'canvas2d/CanvasRenderingContext2D.cpp',
866 'canvas2d/CanvasRenderingContext2D.h', 869 'canvas2d/CanvasRenderingContext2D.h',
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1972 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1975 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1973 'webaudio/ConvolverNodeTest.cpp', 1976 'webaudio/ConvolverNodeTest.cpp',
1974 'webaudio/DynamicsCompressorNodeTest.cpp', 1977 'webaudio/DynamicsCompressorNodeTest.cpp',
1975 'webaudio/ScriptProcessorNodeTest.cpp', 1978 'webaudio/ScriptProcessorNodeTest.cpp',
1976 'webaudio/StereoPannerNodeTest.cpp', 1979 'webaudio/StereoPannerNodeTest.cpp',
1977 'websockets/DOMWebSocketTest.cpp', 1980 'websockets/DOMWebSocketTest.cpp',
1978 'websockets/DocumentWebSocketChannelTest.cpp', 1981 'websockets/DocumentWebSocketChannelTest.cpp',
1979 ], 1982 ],
1980 }, 1983 },
1981 } 1984 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698