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

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: Fix oilpan -ahem- non-oilpan build 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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 # 'partial interface' or target (right side of) 'implements' 326 # 'partial interface' or target (right side of) 'implements'
327 'modules_dependency_idl_files': [ 327 'modules_dependency_idl_files': [
328 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 328 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
329 'background_sync/ServiceWorkerGlobalScopeSync.idl', 329 'background_sync/ServiceWorkerGlobalScopeSync.idl',
330 'background_sync/ServiceWorkerRegistrationSync.idl', 330 'background_sync/ServiceWorkerRegistrationSync.idl',
331 'battery/NavigatorBattery.idl', 331 'battery/NavigatorBattery.idl',
332 'beacon/NavigatorBeacon.idl', 332 'beacon/NavigatorBeacon.idl',
333 'bluetooth/NavigatorBluetooth.idl', 333 'bluetooth/NavigatorBluetooth.idl',
334 'cachestorage/WindowCacheStorage.idl', 334 'cachestorage/WindowCacheStorage.idl',
335 'cachestorage/WorkerCacheStorage.idl', 335 'cachestorage/WorkerCacheStorage.idl',
336 'canvas/HTMLCanvasElementModule.idl',
336 'canvas2d/CanvasPathMethods.idl', 337 'canvas2d/CanvasPathMethods.idl',
337 'canvas2d/MouseEventHitRegion.idl', 338 'canvas2d/MouseEventHitRegion.idl',
338 'canvas2d/TouchHitRegion.idl', 339 'canvas2d/TouchHitRegion.idl',
339 'credentialmanager/NavigatorCredentials.idl', 340 'credentialmanager/NavigatorCredentials.idl',
340 'crypto/WindowCrypto.idl', 341 'crypto/WindowCrypto.idl',
341 'crypto/WorkerGlobalScopeCrypto.idl', 342 'crypto/WorkerGlobalScopeCrypto.idl',
342 'device_light/WindowDeviceLight.idl', 343 'device_light/WindowDeviceLight.idl',
343 'device_orientation/WindowDeviceMotion.idl', 344 'device_orientation/WindowDeviceMotion.idl',
344 'device_orientation/WindowDeviceOrientation.idl', 345 'device_orientation/WindowDeviceOrientation.idl',
345 'donottrack/NavigatorDoNotTrack.idl', 346 'donottrack/NavigatorDoNotTrack.idl',
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 'cachestorage/Cache.cpp', 843 'cachestorage/Cache.cpp',
843 'cachestorage/Cache.h', 844 'cachestorage/Cache.h',
844 'cachestorage/CacheStorage.cpp', 845 'cachestorage/CacheStorage.cpp',
845 'cachestorage/CacheStorage.h', 846 'cachestorage/CacheStorage.h',
846 'cachestorage/CacheStorageError.cpp', 847 'cachestorage/CacheStorageError.cpp',
847 'cachestorage/CacheStorageError.h', 848 'cachestorage/CacheStorageError.h',
848 'cachestorage/GlobalCacheStorage.cpp', 849 'cachestorage/GlobalCacheStorage.cpp',
849 'cachestorage/GlobalCacheStorage.h', 850 'cachestorage/GlobalCacheStorage.h',
850 'cachestorage/InspectorCacheStorageAgent.cpp', 851 'cachestorage/InspectorCacheStorageAgent.cpp',
851 'cachestorage/InspectorCacheStorageAgent.h', 852 'cachestorage/InspectorCacheStorageAgent.h',
853 'canvas/HTMLCanvasElementModule.cpp',
854 'canvas/HTMLCanvasElementModule.h',
852 'canvas2d/BaseRenderingContext2D.cpp', 855 'canvas2d/BaseRenderingContext2D.cpp',
853 'canvas2d/BaseRenderingContext2D.h', 856 'canvas2d/BaseRenderingContext2D.h',
854 'canvas2d/CanvasGradient.cpp', 857 'canvas2d/CanvasGradient.cpp',
855 'canvas2d/CanvasGradient.h', 858 'canvas2d/CanvasGradient.h',
856 'canvas2d/CanvasPathMethods.cpp', 859 'canvas2d/CanvasPathMethods.cpp',
857 'canvas2d/CanvasPathMethods.h', 860 'canvas2d/CanvasPathMethods.h',
858 'canvas2d/CanvasPattern.cpp', 861 'canvas2d/CanvasPattern.cpp',
859 'canvas2d/CanvasPattern.h', 862 'canvas2d/CanvasPattern.h',
860 'canvas2d/CanvasRenderingContext2D.cpp', 863 'canvas2d/CanvasRenderingContext2D.cpp',
861 'canvas2d/CanvasRenderingContext2D.h', 864 'canvas2d/CanvasRenderingContext2D.h',
(...skipping 1096 matching lines...) Expand 10 before | Expand all | Expand 10 after
1958 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1961 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1959 'webaudio/ConvolverNodeTest.cpp', 1962 'webaudio/ConvolverNodeTest.cpp',
1960 'webaudio/DynamicsCompressorNodeTest.cpp', 1963 'webaudio/DynamicsCompressorNodeTest.cpp',
1961 'webaudio/ScriptProcessorNodeTest.cpp', 1964 'webaudio/ScriptProcessorNodeTest.cpp',
1962 'webaudio/StereoPannerNodeTest.cpp', 1965 'webaudio/StereoPannerNodeTest.cpp',
1963 'websockets/DOMWebSocketTest.cpp', 1966 'websockets/DOMWebSocketTest.cpp',
1964 'websockets/DocumentWebSocketChannelTest.cpp', 1967 'websockets/DocumentWebSocketChannelTest.cpp',
1965 ], 1968 ],
1966 }, 1969 },
1967 } 1970 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698