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 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1910 'workers/WorkerScriptLoader.cpp', | 1910 'workers/WorkerScriptLoader.cpp', |
1911 'workers/WorkerScriptLoader.h', | 1911 'workers/WorkerScriptLoader.h', |
1912 'workers/WorkerScriptLoaderClient.h', | 1912 'workers/WorkerScriptLoaderClient.h', |
1913 'workers/WorkerThread.cpp', | 1913 'workers/WorkerThread.cpp', |
1914 'workers/WorkerThreadStartupData.cpp', | 1914 'workers/WorkerThreadStartupData.cpp', |
1915 'workers/WorkerThreadStartupData.h', | 1915 'workers/WorkerThreadStartupData.h', |
1916 'xml/DOMParser.cpp', | 1916 'xml/DOMParser.cpp', |
1917 'xml/DOMParser.h', | 1917 'xml/DOMParser.h', |
1918 'xml/DocumentXPathEvaluator.cpp', | 1918 'xml/DocumentXPathEvaluator.cpp', |
1919 'xml/DocumentXPathEvaluator.h', | 1919 'xml/DocumentXPathEvaluator.h', |
| 1920 'xml/DocumentXSLT.cpp', |
| 1921 'xml/DocumentXSLT.h', |
1920 'xml/NativeXPathNSResolver.cpp', | 1922 'xml/NativeXPathNSResolver.cpp', |
1921 'xml/NativeXPathNSResolver.h', | 1923 'xml/NativeXPathNSResolver.h', |
1922 'xml/XMLSerializer.cpp', | 1924 'xml/XMLSerializer.cpp', |
1923 'xml/XMLSerializer.h', | 1925 'xml/XMLSerializer.h', |
1924 'xml/XPathEvaluator.cpp', | 1926 'xml/XPathEvaluator.cpp', |
1925 'xml/XPathEvaluator.h', | 1927 'xml/XPathEvaluator.h', |
1926 'xml/XPathExpression.cpp', | 1928 'xml/XPathExpression.cpp', |
1927 'xml/XPathExpression.h', | 1929 'xml/XPathExpression.h', |
1928 'xml/XPathExpressionNode.cpp', | 1930 'xml/XPathExpressionNode.cpp', |
1929 'xml/XPathExpressionNode.h', | 1931 'xml/XPathExpressionNode.h', |
(...skipping 1641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3571 'rendering/style/OutlineValueTest.cpp', | 3573 'rendering/style/OutlineValueTest.cpp', |
3572 'rendering/style/RenderStyleTest.cpp', | 3574 'rendering/style/RenderStyleTest.cpp', |
3573 'testing/PrivateScriptTestTest.cpp', | 3575 'testing/PrivateScriptTestTest.cpp', |
3574 'streams/ReadableStreamTest.cpp', | 3576 'streams/ReadableStreamTest.cpp', |
3575 'testing/UnitTestHelpers.cpp', | 3577 'testing/UnitTestHelpers.cpp', |
3576 'testing/UnitTestHelpers.h', | 3578 'testing/UnitTestHelpers.h', |
3577 'xml/parser/SharedBufferReaderTest.cpp', | 3579 'xml/parser/SharedBufferReaderTest.cpp', |
3578 ], | 3580 ], |
3579 } | 3581 } |
3580 } | 3582 } |
OLD | NEW |