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/Notation.idl', | 85 'dom/Notation.idl', |
(...skipping 1948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2033 'dom/GlobalEventHandlers.h', | 2034 'dom/GlobalEventHandlers.h', |
2034 'dom/IconURL.cpp', | 2035 'dom/IconURL.cpp', |
2035 'dom/IconURL.h', | 2036 'dom/IconURL.h', |
2036 'dom/IdTargetObserver.cpp', | 2037 'dom/IdTargetObserver.cpp', |
2037 'dom/IdTargetObserver.h', | 2038 'dom/IdTargetObserver.h', |
2038 'dom/IdTargetObserverRegistry.cpp', | 2039 'dom/IdTargetObserverRegistry.cpp', |
2039 'dom/IdTargetObserverRegistry.h', | 2040 'dom/IdTargetObserverRegistry.h', |
2040 'dom/IgnoreDestructiveWriteCountIncrementer.h', | 2041 'dom/IgnoreDestructiveWriteCountIncrementer.h', |
2041 'dom/IncrementLoadEventDelayCount.cpp', | 2042 'dom/IncrementLoadEventDelayCount.cpp', |
2042 'dom/IncrementLoadEventDelayCount.h', | 2043 'dom/IncrementLoadEventDelayCount.h', |
| 2044 'dom/Iterator.h', |
2043 'dom/LiveNodeList.cpp', | 2045 'dom/LiveNodeList.cpp', |
2044 'dom/LiveNodeList.h', | 2046 'dom/LiveNodeList.h', |
2045 'dom/LiveNodeListBase.cpp', | 2047 'dom/LiveNodeListBase.cpp', |
2046 'dom/LiveNodeListBase.h', | 2048 'dom/LiveNodeListBase.h', |
2047 'dom/MainThreadTaskRunner.cpp', | 2049 'dom/MainThreadTaskRunner.cpp', |
2048 'dom/MainThreadTaskRunner.h', | 2050 'dom/MainThreadTaskRunner.h', |
2049 'dom/MessageChannel.cpp', | 2051 'dom/MessageChannel.cpp', |
2050 'dom/MessageChannel.h', | 2052 'dom/MessageChannel.h', |
2051 'dom/MessagePort.cpp', | 2053 'dom/MessagePort.cpp', |
2052 'dom/Microtask.cpp', | 2054 'dom/Microtask.cpp', |
(...skipping 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3463 'rendering/shapes/BoxShapeTest.cpp', | 3465 'rendering/shapes/BoxShapeTest.cpp', |
3464 'rendering/style/OutlineValueTest.cpp', | 3466 'rendering/style/OutlineValueTest.cpp', |
3465 'testing/PrivateScriptTestTest.cpp', | 3467 'testing/PrivateScriptTestTest.cpp', |
3466 'streams/ReadableStreamTest.cpp', | 3468 'streams/ReadableStreamTest.cpp', |
3467 'testing/UnitTestHelpers.cpp', | 3469 'testing/UnitTestHelpers.cpp', |
3468 'testing/UnitTestHelpers.h', | 3470 'testing/UnitTestHelpers.h', |
3469 'xml/parser/SharedBufferReaderTest.cpp', | 3471 'xml/parser/SharedBufferReaderTest.cpp', |
3470 ], | 3472 ], |
3471 } | 3473 } |
3472 } | 3474 } |
OLD | NEW |