| 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/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
| (...skipping 1895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1906 'xml/parser/XMLDocumentParserScope.h', | 1906 'xml/parser/XMLDocumentParserScope.h', |
| 1907 'xml/parser/XMLErrors.cpp', | 1907 'xml/parser/XMLErrors.cpp', |
| 1908 'xml/parser/XMLErrors.h', | 1908 'xml/parser/XMLErrors.h', |
| 1909 'xml/parser/XMLParserInput.h', | 1909 'xml/parser/XMLParserInput.h', |
| 1910 ], | 1910 ], |
| 1911 'webcore_dom_files': [ | 1911 'webcore_dom_files': [ |
| 1912 'dom/ActiveDOMObject.cpp', | 1912 'dom/ActiveDOMObject.cpp', |
| 1913 'dom/AddConsoleMessageTask.cpp', | 1913 'dom/AddConsoleMessageTask.cpp', |
| 1914 'dom/AddConsoleMessageTask.h', | 1914 'dom/AddConsoleMessageTask.h', |
| 1915 'dom/Attr.cpp', | 1915 'dom/Attr.cpp', |
| 1916 'dom/AttributeCollection.cpp', | |
| 1917 'dom/AttributeCollection.h', | 1916 'dom/AttributeCollection.h', |
| 1918 'dom/CDATASection.cpp', | 1917 'dom/CDATASection.cpp', |
| 1919 'dom/CDATASection.h', | 1918 'dom/CDATASection.h', |
| 1920 'dom/CSSSelectorWatch.cpp', | 1919 'dom/CSSSelectorWatch.cpp', |
| 1921 'dom/CharacterData.cpp', | 1920 'dom/CharacterData.cpp', |
| 1922 'dom/ChildFrameDisconnector.cpp', | 1921 'dom/ChildFrameDisconnector.cpp', |
| 1923 'dom/ChildFrameDisconnector.h', | 1922 'dom/ChildFrameDisconnector.h', |
| 1924 'dom/ChildListMutationScope.cpp', | 1923 'dom/ChildListMutationScope.cpp', |
| 1925 'dom/ChildListMutationScope.h', | 1924 'dom/ChildListMutationScope.h', |
| 1926 'dom/ChildNodeList.cpp', | 1925 'dom/ChildNodeList.cpp', |
| (...skipping 1515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3442 'rendering/RenderTableRowTest.cpp', | 3441 'rendering/RenderTableRowTest.cpp', |
| 3443 'rendering/shapes/BoxShapeTest.cpp', | 3442 'rendering/shapes/BoxShapeTest.cpp', |
| 3444 'testing/PrivateScriptTestTest.cpp', | 3443 'testing/PrivateScriptTestTest.cpp', |
| 3445 'streams/ReadableStreamTest.cpp', | 3444 'streams/ReadableStreamTest.cpp', |
| 3446 'testing/UnitTestHelpers.cpp', | 3445 'testing/UnitTestHelpers.cpp', |
| 3447 'testing/UnitTestHelpers.h', | 3446 'testing/UnitTestHelpers.h', |
| 3448 'xml/parser/SharedBufferReaderTest.cpp', | 3447 'xml/parser/SharedBufferReaderTest.cpp', |
| 3449 ], | 3448 ], |
| 3450 } | 3449 } |
| 3451 } | 3450 } |
| OLD | NEW |