| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'dom/DOMRect.idl', | 66 'dom/DOMRect.idl', |
| 67 'dom/DOMRectReadOnly.idl', | 67 'dom/DOMRectReadOnly.idl', |
| 68 'dom/DOMSettableTokenList.idl', | 68 'dom/DOMSettableTokenList.idl', |
| 69 'dom/DOMStringList.idl', | 69 'dom/DOMStringList.idl', |
| 70 'dom/DOMStringMap.idl', | 70 'dom/DOMStringMap.idl', |
| 71 'dom/DOMTokenList.idl', | 71 'dom/DOMTokenList.idl', |
| 72 'dom/Document.idl', | 72 'dom/Document.idl', |
| 73 'dom/DocumentFragment.idl', | 73 'dom/DocumentFragment.idl', |
| 74 'dom/DocumentType.idl', | 74 'dom/DocumentType.idl', |
| 75 'dom/Element.idl', | 75 'dom/Element.idl', |
| 76 'dom/Iterator.idl', |
| 76 'dom/MessageChannel.idl', | 77 'dom/MessageChannel.idl', |
| 77 'dom/MessagePort.idl', | 78 'dom/MessagePort.idl', |
| 78 'dom/MutationObserver.idl', | 79 'dom/MutationObserver.idl', |
| 79 'dom/MutationRecord.idl', | 80 'dom/MutationRecord.idl', |
| 80 'dom/NamedNodeMap.idl', | 81 'dom/NamedNodeMap.idl', |
| 81 'dom/Node.idl', | 82 'dom/Node.idl', |
| 82 'dom/NodeFilter.idl', | 83 'dom/NodeFilter.idl', |
| 83 'dom/NodeIterator.idl', | 84 'dom/NodeIterator.idl', |
| 84 'dom/NodeList.idl', | 85 'dom/NodeList.idl', |
| 85 'dom/ProcessingInstruction.idl', | 86 'dom/ProcessingInstruction.idl', |
| (...skipping 1951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2037 'dom/GlobalEventHandlers.h', | 2038 'dom/GlobalEventHandlers.h', |
| 2038 'dom/IconURL.cpp', | 2039 'dom/IconURL.cpp', |
| 2039 'dom/IconURL.h', | 2040 'dom/IconURL.h', |
| 2040 'dom/IdTargetObserver.cpp', | 2041 'dom/IdTargetObserver.cpp', |
| 2041 'dom/IdTargetObserver.h', | 2042 'dom/IdTargetObserver.h', |
| 2042 'dom/IdTargetObserverRegistry.cpp', | 2043 'dom/IdTargetObserverRegistry.cpp', |
| 2043 'dom/IdTargetObserverRegistry.h', | 2044 'dom/IdTargetObserverRegistry.h', |
| 2044 'dom/IgnoreDestructiveWriteCountIncrementer.h', | 2045 'dom/IgnoreDestructiveWriteCountIncrementer.h', |
| 2045 'dom/IncrementLoadEventDelayCount.cpp', | 2046 'dom/IncrementLoadEventDelayCount.cpp', |
| 2046 'dom/IncrementLoadEventDelayCount.h', | 2047 'dom/IncrementLoadEventDelayCount.h', |
| 2048 'dom/Iterator.h', |
| 2047 'dom/LiveNodeList.cpp', | 2049 'dom/LiveNodeList.cpp', |
| 2048 'dom/LiveNodeList.h', | 2050 'dom/LiveNodeList.h', |
| 2049 'dom/LiveNodeListBase.cpp', | 2051 'dom/LiveNodeListBase.cpp', |
| 2050 'dom/LiveNodeListBase.h', | 2052 'dom/LiveNodeListBase.h', |
| 2051 'dom/MainThreadTaskRunner.cpp', | 2053 'dom/MainThreadTaskRunner.cpp', |
| 2052 'dom/MainThreadTaskRunner.h', | 2054 'dom/MainThreadTaskRunner.h', |
| 2053 'dom/MessageChannel.cpp', | 2055 'dom/MessageChannel.cpp', |
| 2054 'dom/MessageChannel.h', | 2056 'dom/MessageChannel.h', |
| 2055 'dom/MessagePort.cpp', | 2057 'dom/MessagePort.cpp', |
| 2056 'dom/Microtask.cpp', | 2058 'dom/Microtask.cpp', |
| (...skipping 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3500 'rendering/shapes/BoxShapeTest.cpp', | 3502 'rendering/shapes/BoxShapeTest.cpp', |
| 3501 'rendering/style/OutlineValueTest.cpp', | 3503 'rendering/style/OutlineValueTest.cpp', |
| 3502 'testing/PrivateScriptTestTest.cpp', | 3504 'testing/PrivateScriptTestTest.cpp', |
| 3503 'streams/ReadableStreamTest.cpp', | 3505 'streams/ReadableStreamTest.cpp', |
| 3504 'testing/UnitTestHelpers.cpp', | 3506 'testing/UnitTestHelpers.cpp', |
| 3505 'testing/UnitTestHelpers.h', | 3507 'testing/UnitTestHelpers.h', |
| 3506 'xml/parser/SharedBufferReaderTest.cpp', | 3508 'xml/parser/SharedBufferReaderTest.cpp', |
| 3507 ], | 3509 ], |
| 3508 } | 3510 } |
| 3509 } | 3511 } |
| OLD | NEW |