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

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

Issue 1086873002: Rename NodeRenderingTraversal to LayoutTreeBuilderTraversal (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 8 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 | Annotate | Revision Log
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 2205 matching lines...) Expand 10 before | Expand all | Expand 10 after
2216 'dom/IdTargetObserver.cpp', 2216 'dom/IdTargetObserver.cpp',
2217 'dom/IdTargetObserver.h', 2217 'dom/IdTargetObserver.h',
2218 'dom/IdTargetObserverRegistry.cpp', 2218 'dom/IdTargetObserverRegistry.cpp',
2219 'dom/IdTargetObserverRegistry.h', 2219 'dom/IdTargetObserverRegistry.h',
2220 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2220 'dom/IgnoreDestructiveWriteCountIncrementer.h',
2221 'dom/IncrementLoadEventDelayCount.cpp', 2221 'dom/IncrementLoadEventDelayCount.cpp',
2222 'dom/IncrementLoadEventDelayCount.h', 2222 'dom/IncrementLoadEventDelayCount.h',
2223 'dom/Iterator.h', 2223 'dom/Iterator.h',
2224 'dom/LayoutTreeBuilder.cpp', 2224 'dom/LayoutTreeBuilder.cpp',
2225 'dom/LayoutTreeBuilder.h', 2225 'dom/LayoutTreeBuilder.h',
2226 'dom/LayoutTreeBuilderTraversal.cpp',
2227 'dom/LayoutTreeBuilderTraversal.h',
2226 'dom/LiveNodeList.cpp', 2228 'dom/LiveNodeList.cpp',
2227 'dom/LiveNodeList.h', 2229 'dom/LiveNodeList.h',
2228 'dom/LiveNodeListBase.cpp', 2230 'dom/LiveNodeListBase.cpp',
2229 'dom/LiveNodeListBase.h', 2231 'dom/LiveNodeListBase.h',
2230 'dom/MainThreadTaskRunner.cpp', 2232 'dom/MainThreadTaskRunner.cpp',
2231 'dom/MainThreadTaskRunner.h', 2233 'dom/MainThreadTaskRunner.h',
2232 'dom/MessageChannel.cpp', 2234 'dom/MessageChannel.cpp',
2233 'dom/MessageChannel.h', 2235 'dom/MessageChannel.h',
2234 'dom/MessagePort.cpp', 2236 'dom/MessagePort.cpp',
2235 'dom/Microtask.cpp', 2237 'dom/Microtask.cpp',
(...skipping 18 matching lines...) Expand all
2254 'dom/NodeFilterCondition.h', 2256 'dom/NodeFilterCondition.h',
2255 'dom/NodeIterator.cpp', 2257 'dom/NodeIterator.cpp',
2256 'dom/NodeIterator.h', 2258 'dom/NodeIterator.h',
2257 'dom/NodeIteratorBase.cpp', 2259 'dom/NodeIteratorBase.cpp',
2258 'dom/NodeIteratorBase.h', 2260 'dom/NodeIteratorBase.h',
2259 'dom/NodeComputedStyle.h', 2261 'dom/NodeComputedStyle.h',
2260 'dom/NodeListsNodeData.cpp', 2262 'dom/NodeListsNodeData.cpp',
2261 'dom/NodeListsNodeData.h', 2263 'dom/NodeListsNodeData.h',
2262 'dom/NodeRareData.cpp', 2264 'dom/NodeRareData.cpp',
2263 'dom/NodeRareData.h', 2265 'dom/NodeRareData.h',
2264 'dom/NodeRenderingTraversal.cpp',
2265 'dom/NodeRenderingTraversal.h',
2266 'dom/NodeTraversal.cpp', 2266 'dom/NodeTraversal.cpp',
2267 'dom/NodeTraversal.h', 2267 'dom/NodeTraversal.h',
2268 'dom/NodeWithIndex.h', 2268 'dom/NodeWithIndex.h',
2269 'dom/NonDocumentTypeChildNode.h', 2269 'dom/NonDocumentTypeChildNode.h',
2270 'dom/NonElementParentNode.h', 2270 'dom/NonElementParentNode.h',
2271 'dom/NthIndexCache.cpp', 2271 'dom/NthIndexCache.cpp',
2272 'dom/NthIndexCache.h', 2272 'dom/NthIndexCache.h',
2273 'dom/ParentNode.h', 2273 'dom/ParentNode.h',
2274 'dom/PendingScript.cpp', 2274 'dom/PendingScript.cpp',
2275 'dom/Position.cpp', 2275 'dom/Position.cpp',
(...skipping 1543 matching lines...) Expand 10 before | Expand all | Expand 10 after
3819 'paint/LayerClipRecorderTest.cpp', 3819 'paint/LayerClipRecorderTest.cpp',
3820 'paint/LayoutObjectDrawingRecorderTest.cpp', 3820 'paint/LayoutObjectDrawingRecorderTest.cpp',
3821 'paint/TextPainterTest.cpp', 3821 'paint/TextPainterTest.cpp',
3822 'streams/ReadableStreamReaderTest.cpp', 3822 'streams/ReadableStreamReaderTest.cpp',
3823 'streams/ReadableStreamTest.cpp', 3823 'streams/ReadableStreamTest.cpp',
3824 'testing/PrivateScriptTestTest.cpp', 3824 'testing/PrivateScriptTestTest.cpp',
3825 'xml/parser/SharedBufferReaderTest.cpp', 3825 'xml/parser/SharedBufferReaderTest.cpp',
3826 ], 3826 ],
3827 } 3827 }
3828 } 3828 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/resolver/ElementResolveContext.cpp » ('j') | Source/core/dom/LayoutTreeBuilderTraversal.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698