| 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 1900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1911 'xml/parser/XMLDocumentParser.cpp', | 1911 'xml/parser/XMLDocumentParser.cpp', |
| 1912 'xml/parser/XMLDocumentParser.h', | 1912 'xml/parser/XMLDocumentParser.h', |
| 1913 'xml/parser/XMLDocumentParserScope.cpp', | 1913 'xml/parser/XMLDocumentParserScope.cpp', |
| 1914 'xml/parser/XMLDocumentParserScope.h', | 1914 'xml/parser/XMLDocumentParserScope.h', |
| 1915 'xml/parser/XMLParserInput.h', | 1915 'xml/parser/XMLParserInput.h', |
| 1916 ], | 1916 ], |
| 1917 'webcore_dom_files': [ | 1917 'webcore_dom_files': [ |
| 1918 'dom/ActiveDOMObject.cpp', | 1918 'dom/ActiveDOMObject.cpp', |
| 1919 'dom/AddConsoleMessageTask.cpp', | 1919 'dom/AddConsoleMessageTask.cpp', |
| 1920 'dom/AddConsoleMessageTask.h', | 1920 'dom/AddConsoleMessageTask.h', |
| 1921 'dom/AsyncInitializerResolver.h', |
| 1921 'dom/Attr.cpp', | 1922 'dom/Attr.cpp', |
| 1922 'dom/CDATASection.cpp', | 1923 'dom/CDATASection.cpp', |
| 1923 'dom/CDATASection.h', | 1924 'dom/CDATASection.h', |
| 1924 'dom/CSSSelectorWatch.cpp', | 1925 'dom/CSSSelectorWatch.cpp', |
| 1925 'dom/CharacterData.cpp', | 1926 'dom/CharacterData.cpp', |
| 1926 'dom/ChildFrameDisconnector.cpp', | 1927 'dom/ChildFrameDisconnector.cpp', |
| 1927 'dom/ChildFrameDisconnector.h', | 1928 'dom/ChildFrameDisconnector.h', |
| 1928 'dom/ChildListMutationScope.cpp', | 1929 'dom/ChildListMutationScope.cpp', |
| 1929 'dom/ChildListMutationScope.h', | 1930 'dom/ChildListMutationScope.h', |
| 1930 'dom/ChildNodeList.cpp', | 1931 'dom/ChildNodeList.cpp', |
| (...skipping 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3404 'loader/MixedContentCheckerTest.cpp', | 3405 'loader/MixedContentCheckerTest.cpp', |
| 3405 'page/NetworkStateNotifierTest.cpp', | 3406 'page/NetworkStateNotifierTest.cpp', |
| 3406 'rendering/RenderOverflowTest.cpp', | 3407 'rendering/RenderOverflowTest.cpp', |
| 3407 'rendering/shapes/BoxShapeTest.cpp', | 3408 'rendering/shapes/BoxShapeTest.cpp', |
| 3408 'testing/UnitTestHelpers.cpp', | 3409 'testing/UnitTestHelpers.cpp', |
| 3409 'testing/UnitTestHelpers.h', | 3410 'testing/UnitTestHelpers.h', |
| 3410 'xml/parser/SharedBufferReaderTest.cpp', | 3411 'xml/parser/SharedBufferReaderTest.cpp', |
| 3411 ], | 3412 ], |
| 3412 } | 3413 } |
| 3413 } | 3414 } |
| OLD | NEW |