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

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

Issue 1914233006: Implement offscreenCanvas.getContext('webgl') on a worker thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make expose to worker experimental Created 4 years, 7 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 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1806 'webgl/WebGLCompressedTextureS3TC.cpp', 1806 'webgl/WebGLCompressedTextureS3TC.cpp',
1807 'webgl/WebGLCompressedTextureS3TC.h', 1807 'webgl/WebGLCompressedTextureS3TC.h',
1808 'webgl/WebGLContextAttributeHelpers.cpp', 1808 'webgl/WebGLContextAttributeHelpers.cpp',
1809 'webgl/WebGLContextAttributeHelpers.h', 1809 'webgl/WebGLContextAttributeHelpers.h',
1810 'webgl/WebGLContextEvent.cpp', 1810 'webgl/WebGLContextEvent.cpp',
1811 'webgl/WebGLContextEvent.h', 1811 'webgl/WebGLContextEvent.h',
1812 'webgl/WebGLContextGroup.cpp', 1812 'webgl/WebGLContextGroup.cpp',
1813 'webgl/WebGLContextGroup.h', 1813 'webgl/WebGLContextGroup.h',
1814 'webgl/WebGLContextObject.cpp', 1814 'webgl/WebGLContextObject.cpp',
1815 'webgl/WebGLContextObject.h', 1815 'webgl/WebGLContextObject.h',
1816 'webgl/WebGLContextProviderCreationInfo.h',
1816 'webgl/WebGLDebugRendererInfo.cpp', 1817 'webgl/WebGLDebugRendererInfo.cpp',
1817 'webgl/WebGLDebugRendererInfo.h', 1818 'webgl/WebGLDebugRendererInfo.h',
1818 'webgl/WebGLDebugShaders.cpp', 1819 'webgl/WebGLDebugShaders.cpp',
1819 'webgl/WebGLDebugShaders.h', 1820 'webgl/WebGLDebugShaders.h',
1820 'webgl/WebGLDepthTexture.cpp', 1821 'webgl/WebGLDepthTexture.cpp',
1821 'webgl/WebGLDepthTexture.h', 1822 'webgl/WebGLDepthTexture.h',
1822 'webgl/WebGLDrawBuffers.cpp', 1823 'webgl/WebGLDrawBuffers.cpp',
1823 'webgl/WebGLDrawBuffers.h', 1824 'webgl/WebGLDrawBuffers.h',
1824 'webgl/WebGLExtension.cpp', 1825 'webgl/WebGLExtension.cpp',
1825 'webgl/WebGLExtension.h', 1826 'webgl/WebGLExtension.h',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
2021 'webaudio/ConvolverNodeTest.cpp', 2022 'webaudio/ConvolverNodeTest.cpp',
2022 'webaudio/DynamicsCompressorNodeTest.cpp', 2023 'webaudio/DynamicsCompressorNodeTest.cpp',
2023 'webaudio/ScriptProcessorNodeTest.cpp', 2024 'webaudio/ScriptProcessorNodeTest.cpp',
2024 'webaudio/StereoPannerNodeTest.cpp', 2025 'webaudio/StereoPannerNodeTest.cpp',
2025 'webdatabase/QuotaTrackerTest.cpp', 2026 'webdatabase/QuotaTrackerTest.cpp',
2026 'websockets/DOMWebSocketTest.cpp', 2027 'websockets/DOMWebSocketTest.cpp',
2027 'websockets/DocumentWebSocketChannelTest.cpp', 2028 'websockets/DocumentWebSocketChannelTest.cpp',
2028 ], 2029 ],
2029 }, 2030 },
2030 } 2031 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698