OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 'core_generated.gypi', | 3 'core_generated.gypi', |
4 ], | 4 ], |
5 'variables': { | 5 'variables': { |
6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
7 'core_idl_files': [ | 7 'core_idl_files': [ |
8 'animation/Animation.idl', | 8 'animation/Animation.idl', |
9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
(...skipping 2031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2042 'workers/WorkerLoaderProxy.cpp', | 2042 'workers/WorkerLoaderProxy.cpp', |
2043 'workers/WorkerLoaderProxy.h', | 2043 'workers/WorkerLoaderProxy.h', |
2044 'workers/WorkerLocation.h', | 2044 'workers/WorkerLocation.h', |
2045 'workers/WorkerMessagingProxy.cpp', | 2045 'workers/WorkerMessagingProxy.cpp', |
2046 'workers/WorkerMessagingProxy.h', | 2046 'workers/WorkerMessagingProxy.h', |
2047 'workers/WorkerNavigator.cpp', | 2047 'workers/WorkerNavigator.cpp', |
2048 'workers/WorkerNavigator.h', | 2048 'workers/WorkerNavigator.h', |
2049 'workers/WorkerObjectProxy.cpp', | 2049 'workers/WorkerObjectProxy.cpp', |
2050 'workers/WorkerObjectProxy.h', | 2050 'workers/WorkerObjectProxy.h', |
2051 'workers/WorkerReportingProxy.h', | 2051 'workers/WorkerReportingProxy.h', |
| 2052 'workers/WorkerScript.cpp', |
2052 'workers/WorkerScriptLoader.cpp', | 2053 'workers/WorkerScriptLoader.cpp', |
2053 'workers/WorkerScriptLoader.h', | 2054 'workers/WorkerScriptLoader.h', |
2054 'workers/WorkerScriptLoaderClient.h', | 2055 'workers/WorkerScriptLoaderClient.h', |
2055 'workers/WorkerThread.cpp', | 2056 'workers/WorkerScriptStartupData.cpp', |
2056 'workers/WorkerThreadStartupData.cpp', | 2057 'workers/WorkerScriptStartupData.h', |
2057 'workers/WorkerThreadStartupData.h', | |
2058 'xml/DOMParser.cpp', | 2058 'xml/DOMParser.cpp', |
2059 'xml/DOMParser.h', | 2059 'xml/DOMParser.h', |
2060 'xml/DocumentXPathEvaluator.cpp', | 2060 'xml/DocumentXPathEvaluator.cpp', |
2061 'xml/DocumentXPathEvaluator.h', | 2061 'xml/DocumentXPathEvaluator.h', |
2062 'xml/DocumentXSLT.cpp', | 2062 'xml/DocumentXSLT.cpp', |
2063 'xml/DocumentXSLT.h', | 2063 'xml/DocumentXSLT.h', |
2064 'xml/NativeXPathNSResolver.cpp', | 2064 'xml/NativeXPathNSResolver.cpp', |
2065 'xml/NativeXPathNSResolver.h', | 2065 'xml/NativeXPathNSResolver.h', |
2066 'xml/XMLSerializer.cpp', | 2066 'xml/XMLSerializer.cpp', |
2067 'xml/XMLSerializer.h', | 2067 'xml/XMLSerializer.h', |
(...skipping 1814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3882 'paint/LayerClipRecorderTest.cpp', | 3882 'paint/LayerClipRecorderTest.cpp', |
3883 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3883 'paint/LayoutObjectDrawingRecorderTest.cpp', |
3884 'paint/TextPainterTest.cpp', | 3884 'paint/TextPainterTest.cpp', |
3885 'streams/ReadableStreamReaderTest.cpp', | 3885 'streams/ReadableStreamReaderTest.cpp', |
3886 'streams/ReadableStreamTest.cpp', | 3886 'streams/ReadableStreamTest.cpp', |
3887 'testing/PrivateScriptTestTest.cpp', | 3887 'testing/PrivateScriptTestTest.cpp', |
3888 'xml/parser/SharedBufferReaderTest.cpp', | 3888 'xml/parser/SharedBufferReaderTest.cpp', |
3889 ], | 3889 ], |
3890 } | 3890 } |
3891 } | 3891 } |
OLD | NEW |