| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 # Files for which bindings (.cpp and .h files) will be generated | 3 # Files for which bindings (.cpp and .h files) will be generated |
| 4 'core_idl_files': [ | 4 'core_idl_files': [ |
| 5 'animation/Animation.idl', | 5 'animation/Animation.idl', |
| 6 'animation/AnimationEffect.idl', | 6 'animation/AnimationEffect.idl', |
| 7 'animation/AnimationPlayer.idl', | 7 'animation/AnimationPlayer.idl', |
| 8 'animation/AnimationTimeline.idl', | 8 'animation/AnimationTimeline.idl', |
| 9 'animation/TimedItem.idl', | 9 'animation/TimedItem.idl', |
| 10 'animation/Timing.idl', | 10 'animation/Timing.idl', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'dom/MessagePort.idl', | 67 'dom/MessagePort.idl', |
| 68 'dom/MutationObserver.idl', | 68 'dom/MutationObserver.idl', |
| 69 'dom/MutationRecord.idl', | 69 'dom/MutationRecord.idl', |
| 70 'dom/NamedNodeMap.idl', | 70 'dom/NamedNodeMap.idl', |
| 71 'dom/Node.idl', | 71 'dom/Node.idl', |
| 72 'dom/NodeFilter.idl', | 72 'dom/NodeFilter.idl', |
| 73 'dom/NodeIterator.idl', | 73 'dom/NodeIterator.idl', |
| 74 'dom/NodeList.idl', | 74 'dom/NodeList.idl', |
| 75 'dom/Notation.idl', | 75 'dom/Notation.idl', |
| 76 'dom/ProcessingInstruction.idl', | 76 'dom/ProcessingInstruction.idl', |
| 77 'dom/Promise.idl', | |
| 78 'dom/Range.idl', | 77 'dom/Range.idl', |
| 79 'dom/RequestAnimationFrameCallback.idl', | 78 'dom/RequestAnimationFrameCallback.idl', |
| 80 'dom/StringCallback.idl', | 79 'dom/StringCallback.idl', |
| 81 'dom/Text.idl', | 80 'dom/Text.idl', |
| 82 'dom/Touch.idl', | 81 'dom/Touch.idl', |
| 83 'dom/TouchList.idl', | 82 'dom/TouchList.idl', |
| 84 'dom/TreeWalker.idl', | 83 'dom/TreeWalker.idl', |
| 85 'dom/URL.idl', | 84 'dom/URL.idl', |
| 86 'dom/XMLDocument.idl', | 85 'dom/XMLDocument.idl', |
| 87 'dom/shadow/ShadowRoot.idl', | 86 'dom/shadow/ShadowRoot.idl', |
| (...skipping 1968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2056 'dom/Notation.h', | 2055 'dom/Notation.h', |
| 2057 'dom/ParentNode.h', | 2056 'dom/ParentNode.h', |
| 2058 'dom/PendingScript.cpp', | 2057 'dom/PendingScript.cpp', |
| 2059 'dom/Position.cpp', | 2058 'dom/Position.cpp', |
| 2060 'dom/PositionIterator.cpp', | 2059 'dom/PositionIterator.cpp', |
| 2061 'dom/PositionIterator.h', | 2060 'dom/PositionIterator.h', |
| 2062 'dom/PresentationAttributeStyle.cpp', | 2061 'dom/PresentationAttributeStyle.cpp', |
| 2063 'dom/PresentationAttributeStyle.h', | 2062 'dom/PresentationAttributeStyle.h', |
| 2064 'dom/ProcessingInstruction.cpp', | 2063 'dom/ProcessingInstruction.cpp', |
| 2065 'dom/ProcessingInstruction.h', | 2064 'dom/ProcessingInstruction.h', |
| 2066 'dom/Promise.h', | |
| 2067 'dom/PseudoElement.cpp', | 2065 'dom/PseudoElement.cpp', |
| 2068 'dom/QualifiedName.cpp', | 2066 'dom/QualifiedName.cpp', |
| 2069 'dom/Range.cpp', | 2067 'dom/Range.cpp', |
| 2070 'dom/RawDataDocumentParser.h', | 2068 'dom/RawDataDocumentParser.h', |
| 2071 'dom/RenderTreeBuilder.cpp', | 2069 'dom/RenderTreeBuilder.cpp', |
| 2072 'dom/RenderTreeBuilder.h', | 2070 'dom/RenderTreeBuilder.h', |
| 2073 'dom/RequestAnimationFrameCallback.h', | 2071 'dom/RequestAnimationFrameCallback.h', |
| 2074 'dom/SandboxFlags.cpp', | 2072 'dom/SandboxFlags.cpp', |
| 2075 'dom/SandboxFlags.h', | 2073 'dom/SandboxFlags.h', |
| 2076 'dom/ScriptForbiddenScope.cpp', | 2074 'dom/ScriptForbiddenScope.cpp', |
| (...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3387 'html/track/vtt/VTTScannerTest.cpp', | 3385 'html/track/vtt/VTTScannerTest.cpp', |
| 3388 'loader/MixedContentCheckerTest.cpp', | 3386 'loader/MixedContentCheckerTest.cpp', |
| 3389 'rendering/RenderOverflowTest.cpp', | 3387 'rendering/RenderOverflowTest.cpp', |
| 3390 'rendering/shapes/BoxShapeTest.cpp', | 3388 'rendering/shapes/BoxShapeTest.cpp', |
| 3391 'testing/UnitTestHelpers.cpp', | 3389 'testing/UnitTestHelpers.cpp', |
| 3392 'testing/UnitTestHelpers.h', | 3390 'testing/UnitTestHelpers.h', |
| 3393 'xml/parser/SharedBufferReaderTest.cpp', | 3391 'xml/parser/SharedBufferReaderTest.cpp', |
| 3394 ], | 3392 ], |
| 3395 } | 3393 } |
| 3396 } | 3394 } |
| OLD | NEW |