| 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 1896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1907 'workers/WorkerScriptLoader.cpp', | 1907 'workers/WorkerScriptLoader.cpp', |
| 1908 'workers/WorkerScriptLoader.h', | 1908 'workers/WorkerScriptLoader.h', |
| 1909 'workers/WorkerScriptLoaderClient.h', | 1909 'workers/WorkerScriptLoaderClient.h', |
| 1910 'workers/WorkerThread.cpp', | 1910 'workers/WorkerThread.cpp', |
| 1911 'workers/WorkerThreadStartupData.cpp', | 1911 'workers/WorkerThreadStartupData.cpp', |
| 1912 'workers/WorkerThreadStartupData.h', | 1912 'workers/WorkerThreadStartupData.h', |
| 1913 'xml/DOMParser.cpp', | 1913 'xml/DOMParser.cpp', |
| 1914 'xml/DOMParser.h', | 1914 'xml/DOMParser.h', |
| 1915 'xml/DocumentXPathEvaluator.cpp', | 1915 'xml/DocumentXPathEvaluator.cpp', |
| 1916 'xml/DocumentXPathEvaluator.h', | 1916 'xml/DocumentXPathEvaluator.h', |
| 1917 'xml/DocumentXSLT.cpp', |
| 1918 'xml/DocumentXSLT.h', |
| 1917 'xml/NativeXPathNSResolver.cpp', | 1919 'xml/NativeXPathNSResolver.cpp', |
| 1918 'xml/NativeXPathNSResolver.h', | 1920 'xml/NativeXPathNSResolver.h', |
| 1919 'xml/XMLSerializer.cpp', | 1921 'xml/XMLSerializer.cpp', |
| 1920 'xml/XMLSerializer.h', | 1922 'xml/XMLSerializer.h', |
| 1921 'xml/XPathEvaluator.cpp', | 1923 'xml/XPathEvaluator.cpp', |
| 1922 'xml/XPathEvaluator.h', | 1924 'xml/XPathEvaluator.h', |
| 1923 'xml/XPathExpression.cpp', | 1925 'xml/XPathExpression.cpp', |
| 1924 'xml/XPathExpression.h', | 1926 'xml/XPathExpression.h', |
| 1925 'xml/XPathExpressionNode.cpp', | 1927 'xml/XPathExpressionNode.cpp', |
| 1926 'xml/XPathExpressionNode.h', | 1928 'xml/XPathExpressionNode.h', |
| (...skipping 1638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3565 'rendering/style/OutlineValueTest.cpp', | 3567 'rendering/style/OutlineValueTest.cpp', |
| 3566 'rendering/style/RenderStyleTest.cpp', | 3568 'rendering/style/RenderStyleTest.cpp', |
| 3567 'testing/PrivateScriptTestTest.cpp', | 3569 'testing/PrivateScriptTestTest.cpp', |
| 3568 'streams/ReadableStreamTest.cpp', | 3570 'streams/ReadableStreamTest.cpp', |
| 3569 'testing/UnitTestHelpers.cpp', | 3571 'testing/UnitTestHelpers.cpp', |
| 3570 'testing/UnitTestHelpers.h', | 3572 'testing/UnitTestHelpers.h', |
| 3571 'xml/parser/SharedBufferReaderTest.cpp', | 3573 'xml/parser/SharedBufferReaderTest.cpp', |
| 3572 ], | 3574 ], |
| 3573 } | 3575 } |
| 3574 } | 3576 } |
| OLD | NEW |