OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |