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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 'dom/DOMRect.idl', | 65 'dom/DOMRect.idl', |
66 'dom/DOMRectReadOnly.idl', | 66 'dom/DOMRectReadOnly.idl', |
67 'dom/DOMSettableTokenList.idl', | 67 'dom/DOMSettableTokenList.idl', |
68 'dom/DOMStringList.idl', | 68 'dom/DOMStringList.idl', |
69 'dom/DOMStringMap.idl', | 69 'dom/DOMStringMap.idl', |
70 'dom/DOMTokenList.idl', | 70 'dom/DOMTokenList.idl', |
71 'dom/Document.idl', | 71 'dom/Document.idl', |
72 'dom/DocumentFragment.idl', | 72 'dom/DocumentFragment.idl', |
73 'dom/DocumentType.idl', | 73 'dom/DocumentType.idl', |
74 'dom/Element.idl', | 74 'dom/Element.idl', |
| 75 'dom/Iterator.idl', |
75 'dom/MessageChannel.idl', | 76 'dom/MessageChannel.idl', |
76 'dom/MessagePort.idl', | 77 'dom/MessagePort.idl', |
77 'dom/MutationObserver.idl', | 78 'dom/MutationObserver.idl', |
78 'dom/MutationRecord.idl', | 79 'dom/MutationRecord.idl', |
79 'dom/NamedNodeMap.idl', | 80 'dom/NamedNodeMap.idl', |
80 'dom/Node.idl', | 81 'dom/Node.idl', |
81 'dom/NodeFilter.idl', | 82 'dom/NodeFilter.idl', |
82 'dom/NodeIterator.idl', | 83 'dom/NodeIterator.idl', |
83 'dom/NodeList.idl', | 84 'dom/NodeList.idl', |
84 'dom/ProcessingInstruction.idl', | 85 'dom/ProcessingInstruction.idl', |
(...skipping 1951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2036 'dom/GlobalEventHandlers.h', | 2037 'dom/GlobalEventHandlers.h', |
2037 'dom/IconURL.cpp', | 2038 'dom/IconURL.cpp', |
2038 'dom/IconURL.h', | 2039 'dom/IconURL.h', |
2039 'dom/IdTargetObserver.cpp', | 2040 'dom/IdTargetObserver.cpp', |
2040 'dom/IdTargetObserver.h', | 2041 'dom/IdTargetObserver.h', |
2041 'dom/IdTargetObserverRegistry.cpp', | 2042 'dom/IdTargetObserverRegistry.cpp', |
2042 'dom/IdTargetObserverRegistry.h', | 2043 'dom/IdTargetObserverRegistry.h', |
2043 'dom/IgnoreDestructiveWriteCountIncrementer.h', | 2044 'dom/IgnoreDestructiveWriteCountIncrementer.h', |
2044 'dom/IncrementLoadEventDelayCount.cpp', | 2045 'dom/IncrementLoadEventDelayCount.cpp', |
2045 'dom/IncrementLoadEventDelayCount.h', | 2046 'dom/IncrementLoadEventDelayCount.h', |
| 2047 'dom/Iterator.h', |
2046 'dom/LiveNodeList.cpp', | 2048 'dom/LiveNodeList.cpp', |
2047 'dom/LiveNodeList.h', | 2049 'dom/LiveNodeList.h', |
2048 'dom/LiveNodeListBase.cpp', | 2050 'dom/LiveNodeListBase.cpp', |
2049 'dom/LiveNodeListBase.h', | 2051 'dom/LiveNodeListBase.h', |
2050 'dom/MainThreadTaskRunner.cpp', | 2052 'dom/MainThreadTaskRunner.cpp', |
2051 'dom/MainThreadTaskRunner.h', | 2053 'dom/MainThreadTaskRunner.h', |
2052 'dom/MessageChannel.cpp', | 2054 'dom/MessageChannel.cpp', |
2053 'dom/MessageChannel.h', | 2055 'dom/MessageChannel.h', |
2054 'dom/MessagePort.cpp', | 2056 'dom/MessagePort.cpp', |
2055 'dom/Microtask.cpp', | 2057 'dom/Microtask.cpp', |
(...skipping 1412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3468 'rendering/shapes/BoxShapeTest.cpp', | 3470 'rendering/shapes/BoxShapeTest.cpp', |
3469 'rendering/style/OutlineValueTest.cpp', | 3471 'rendering/style/OutlineValueTest.cpp', |
3470 'testing/PrivateScriptTestTest.cpp', | 3472 'testing/PrivateScriptTestTest.cpp', |
3471 'streams/ReadableStreamTest.cpp', | 3473 'streams/ReadableStreamTest.cpp', |
3472 'testing/UnitTestHelpers.cpp', | 3474 'testing/UnitTestHelpers.cpp', |
3473 'testing/UnitTestHelpers.h', | 3475 'testing/UnitTestHelpers.h', |
3474 'xml/parser/SharedBufferReaderTest.cpp', | 3476 'xml/parser/SharedBufferReaderTest.cpp', |
3475 ], | 3477 ], |
3476 } | 3478 } |
3477 } | 3479 } |
OLD | NEW |