Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Side by Side Diff: Source/core/core.gypi

Issue 483163003: Introduce ES6 iterator for DOM objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 1949 matching lines...) Expand 10 before | Expand all | Expand 10 after
2034 'dom/GlobalEventHandlers.h', 2035 'dom/GlobalEventHandlers.h',
2035 'dom/IconURL.cpp', 2036 'dom/IconURL.cpp',
2036 'dom/IconURL.h', 2037 'dom/IconURL.h',
2037 'dom/IdTargetObserver.cpp', 2038 'dom/IdTargetObserver.cpp',
2038 'dom/IdTargetObserver.h', 2039 'dom/IdTargetObserver.h',
2039 'dom/IdTargetObserverRegistry.cpp', 2040 'dom/IdTargetObserverRegistry.cpp',
2040 'dom/IdTargetObserverRegistry.h', 2041 'dom/IdTargetObserverRegistry.h',
2041 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2042 'dom/IgnoreDestructiveWriteCountIncrementer.h',
2042 'dom/IncrementLoadEventDelayCount.cpp', 2043 'dom/IncrementLoadEventDelayCount.cpp',
2043 'dom/IncrementLoadEventDelayCount.h', 2044 'dom/IncrementLoadEventDelayCount.h',
2045 'dom/Iterator.h',
2044 'dom/LiveNodeList.cpp', 2046 'dom/LiveNodeList.cpp',
2045 'dom/LiveNodeList.h', 2047 'dom/LiveNodeList.h',
2046 'dom/LiveNodeListBase.cpp', 2048 'dom/LiveNodeListBase.cpp',
2047 'dom/LiveNodeListBase.h', 2049 'dom/LiveNodeListBase.h',
2048 'dom/MainThreadTaskRunner.cpp', 2050 'dom/MainThreadTaskRunner.cpp',
2049 'dom/MainThreadTaskRunner.h', 2051 'dom/MainThreadTaskRunner.h',
2050 'dom/MessageChannel.cpp', 2052 'dom/MessageChannel.cpp',
2051 'dom/MessageChannel.h', 2053 'dom/MessageChannel.h',
2052 'dom/MessagePort.cpp', 2054 'dom/MessagePort.cpp',
2053 'dom/Microtask.cpp', 2055 'dom/Microtask.cpp',
(...skipping 1412 matching lines...) Expand 10 before | Expand all | Expand 10 after
3466 'rendering/shapes/BoxShapeTest.cpp', 3468 'rendering/shapes/BoxShapeTest.cpp',
3467 'rendering/style/OutlineValueTest.cpp', 3469 'rendering/style/OutlineValueTest.cpp',
3468 'testing/PrivateScriptTestTest.cpp', 3470 'testing/PrivateScriptTestTest.cpp',
3469 'streams/ReadableStreamTest.cpp', 3471 'streams/ReadableStreamTest.cpp',
3470 'testing/UnitTestHelpers.cpp', 3472 'testing/UnitTestHelpers.cpp',
3471 'testing/UnitTestHelpers.h', 3473 'testing/UnitTestHelpers.h',
3472 'xml/parser/SharedBufferReaderTest.cpp', 3474 'xml/parser/SharedBufferReaderTest.cpp',
3473 ], 3475 ],
3474 } 3476 }
3475 } 3477 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698