| 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 1919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1930 'xml/parser/XMLDocumentParser.h', | 1930 'xml/parser/XMLDocumentParser.h', |
| 1931 'xml/parser/XMLDocumentParserScope.cpp', | 1931 'xml/parser/XMLDocumentParserScope.cpp', |
| 1932 'xml/parser/XMLDocumentParserScope.h', | 1932 'xml/parser/XMLDocumentParserScope.h', |
| 1933 'xml/parser/XMLParserInput.h', | 1933 'xml/parser/XMLParserInput.h', |
| 1934 ], | 1934 ], |
| 1935 'webcore_dom_files': [ | 1935 'webcore_dom_files': [ |
| 1936 'dom/ActiveDOMObject.cpp', | 1936 'dom/ActiveDOMObject.cpp', |
| 1937 'dom/AddConsoleMessageTask.cpp', | 1937 'dom/AddConsoleMessageTask.cpp', |
| 1938 'dom/AddConsoleMessageTask.h', | 1938 'dom/AddConsoleMessageTask.h', |
| 1939 'dom/Attr.cpp', | 1939 'dom/Attr.cpp', |
| 1940 'dom/AttributeCollection.cpp', |
| 1941 'dom/AttributeCollection.h', |
| 1940 'dom/CDATASection.cpp', | 1942 'dom/CDATASection.cpp', |
| 1941 'dom/CDATASection.h', | 1943 'dom/CDATASection.h', |
| 1942 'dom/CSSSelectorWatch.cpp', | 1944 'dom/CSSSelectorWatch.cpp', |
| 1943 'dom/CharacterData.cpp', | 1945 'dom/CharacterData.cpp', |
| 1944 'dom/ChildFrameDisconnector.cpp', | 1946 'dom/ChildFrameDisconnector.cpp', |
| 1945 'dom/ChildFrameDisconnector.h', | 1947 'dom/ChildFrameDisconnector.h', |
| 1946 'dom/ChildListMutationScope.cpp', | 1948 'dom/ChildListMutationScope.cpp', |
| 1947 'dom/ChildListMutationScope.h', | 1949 'dom/ChildListMutationScope.h', |
| 1948 'dom/ChildNodeList.cpp', | 1950 'dom/ChildNodeList.cpp', |
| 1949 'dom/ChildNodeList.h', | 1951 'dom/ChildNodeList.h', |
| (...skipping 1492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3442 'loader/MixedContentCheckerTest.cpp', | 3444 'loader/MixedContentCheckerTest.cpp', |
| 3443 'page/NetworkStateNotifierTest.cpp', | 3445 'page/NetworkStateNotifierTest.cpp', |
| 3444 'rendering/RenderOverflowTest.cpp', | 3446 'rendering/RenderOverflowTest.cpp', |
| 3445 'rendering/shapes/BoxShapeTest.cpp', | 3447 'rendering/shapes/BoxShapeTest.cpp', |
| 3446 'testing/UnitTestHelpers.cpp', | 3448 'testing/UnitTestHelpers.cpp', |
| 3447 'testing/UnitTestHelpers.h', | 3449 'testing/UnitTestHelpers.h', |
| 3448 'xml/parser/SharedBufferReaderTest.cpp', | 3450 'xml/parser/SharedBufferReaderTest.cpp', |
| 3449 ], | 3451 ], |
| 3450 } | 3452 } |
| 3451 } | 3453 } |
| OLD | NEW |