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

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

Issue 848673002: Add keys(), values() and entries() methods on iterable<> interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « Source/bindings/tests/results/modules/V8TestInterface5.cpp ('k') | Source/core/dom/Iterable.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2164 'dom/GlobalEventHandlers.h', 2164 'dom/GlobalEventHandlers.h',
2165 'dom/IconURL.cpp', 2165 'dom/IconURL.cpp',
2166 'dom/IconURL.h', 2166 'dom/IconURL.h',
2167 'dom/IdTargetObserver.cpp', 2167 'dom/IdTargetObserver.cpp',
2168 'dom/IdTargetObserver.h', 2168 'dom/IdTargetObserver.h',
2169 'dom/IdTargetObserverRegistry.cpp', 2169 'dom/IdTargetObserverRegistry.cpp',
2170 'dom/IdTargetObserverRegistry.h', 2170 'dom/IdTargetObserverRegistry.h',
2171 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2171 'dom/IgnoreDestructiveWriteCountIncrementer.h',
2172 'dom/IncrementLoadEventDelayCount.cpp', 2172 'dom/IncrementLoadEventDelayCount.cpp',
2173 'dom/IncrementLoadEventDelayCount.h', 2173 'dom/IncrementLoadEventDelayCount.h',
2174 'dom/Iterable.h',
2174 'dom/Iterator.h', 2175 'dom/Iterator.h',
2175 'dom/LiveNodeList.cpp', 2176 'dom/LiveNodeList.cpp',
2176 'dom/LiveNodeList.h', 2177 'dom/LiveNodeList.h',
2177 'dom/LiveNodeListBase.cpp', 2178 'dom/LiveNodeListBase.cpp',
2178 'dom/LiveNodeListBase.h', 2179 'dom/LiveNodeListBase.h',
2179 'dom/MainThreadTaskRunner.cpp', 2180 'dom/MainThreadTaskRunner.cpp',
2180 'dom/MainThreadTaskRunner.h', 2181 'dom/MainThreadTaskRunner.h',
2181 'dom/MessageChannel.cpp', 2182 'dom/MessageChannel.cpp',
2182 'dom/MessageChannel.h', 2183 'dom/MessageChannel.h',
2183 'dom/MessagePort.cpp', 2184 'dom/MessagePort.cpp',
(...skipping 1551 matching lines...) Expand 10 before | Expand all | Expand 10 after
3735 'rendering/style/RenderStyleTest.cpp', 3736 'rendering/style/RenderStyleTest.cpp',
3736 'rendering/style/SVGRenderStyleTest.cpp', 3737 'rendering/style/SVGRenderStyleTest.cpp',
3737 'streams/ReadableStreamTest.cpp', 3738 'streams/ReadableStreamTest.cpp',
3738 'testing/PrivateScriptTestTest.cpp', 3739 'testing/PrivateScriptTestTest.cpp',
3739 'testing/UnitTestHelpers.cpp', 3740 'testing/UnitTestHelpers.cpp',
3740 'testing/UnitTestHelpers.h', 3741 'testing/UnitTestHelpers.h',
3741 'xml/parser/SharedBufferReaderTest.cpp', 3742 'xml/parser/SharedBufferReaderTest.cpp',
3742 ], 3743 ],
3743 } 3744 }
3744 } 3745 }
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/modules/V8TestInterface5.cpp ('k') | Source/core/dom/Iterable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698