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

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

Issue 926563002: Move Iterable.h and Maplike.h to bindings/core/v8/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/core/v8/v8.gypi ('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 2203 matching lines...) Expand 10 before | Expand all | Expand 10 after
2214 'dom/GlobalEventHandlers.h', 2214 'dom/GlobalEventHandlers.h',
2215 'dom/IconURL.cpp', 2215 'dom/IconURL.cpp',
2216 'dom/IconURL.h', 2216 'dom/IconURL.h',
2217 'dom/IdTargetObserver.cpp', 2217 'dom/IdTargetObserver.cpp',
2218 'dom/IdTargetObserver.h', 2218 'dom/IdTargetObserver.h',
2219 'dom/IdTargetObserverRegistry.cpp', 2219 'dom/IdTargetObserverRegistry.cpp',
2220 'dom/IdTargetObserverRegistry.h', 2220 'dom/IdTargetObserverRegistry.h',
2221 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2221 'dom/IgnoreDestructiveWriteCountIncrementer.h',
2222 'dom/IncrementLoadEventDelayCount.cpp', 2222 'dom/IncrementLoadEventDelayCount.cpp',
2223 'dom/IncrementLoadEventDelayCount.h', 2223 'dom/IncrementLoadEventDelayCount.h',
2224 'dom/Iterable.h',
2225 'dom/Iterator.h', 2224 'dom/Iterator.h',
2226 'dom/LiveNodeList.cpp', 2225 'dom/LiveNodeList.cpp',
2227 'dom/LiveNodeList.h', 2226 'dom/LiveNodeList.h',
2228 'dom/LiveNodeListBase.cpp', 2227 'dom/LiveNodeListBase.cpp',
2229 'dom/LiveNodeListBase.h', 2228 'dom/LiveNodeListBase.h',
2230 'dom/MainThreadTaskRunner.cpp', 2229 'dom/MainThreadTaskRunner.cpp',
2231 'dom/MainThreadTaskRunner.h', 2230 'dom/MainThreadTaskRunner.h',
2232 'dom/MessageChannel.cpp', 2231 'dom/MessageChannel.cpp',
2233 'dom/MessageChannel.h', 2232 'dom/MessageChannel.h',
2234 'dom/MessagePort.cpp', 2233 'dom/MessagePort.cpp',
(...skipping 1567 matching lines...) Expand 10 before | Expand all | Expand 10 after
3802 'rendering/RenderingTestHelper.h', 3801 'rendering/RenderingTestHelper.h',
3803 'streams/ExclusiveStreamReaderTest.cpp', 3802 'streams/ExclusiveStreamReaderTest.cpp',
3804 'streams/ReadableStreamTest.cpp', 3803 'streams/ReadableStreamTest.cpp',
3805 'testing/PrivateScriptTestTest.cpp', 3804 'testing/PrivateScriptTestTest.cpp',
3806 'testing/UnitTestHelpers.cpp', 3805 'testing/UnitTestHelpers.cpp',
3807 'testing/UnitTestHelpers.h', 3806 'testing/UnitTestHelpers.h',
3808 'xml/parser/SharedBufferReaderTest.cpp', 3807 'xml/parser/SharedBufferReaderTest.cpp',
3809 ], 3808 ],
3810 } 3809 }
3811 } 3810 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/v8.gypi ('k') | Source/core/dom/Iterable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698