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

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

Issue 390043003: Move NodeListsNodeData class out of NodeRareData.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 2019 matching lines...) Expand 10 before | Expand all | Expand 10 after
2030 'dom/NodeChildRemovalTracker.cpp', 2030 'dom/NodeChildRemovalTracker.cpp',
2031 'dom/NodeChildRemovalTracker.h', 2031 'dom/NodeChildRemovalTracker.h',
2032 'dom/NodeFilter.cpp', 2032 'dom/NodeFilter.cpp',
2033 'dom/NodeFilter.h', 2033 'dom/NodeFilter.h',
2034 'dom/NodeFilterCondition.cpp', 2034 'dom/NodeFilterCondition.cpp',
2035 'dom/NodeFilterCondition.h', 2035 'dom/NodeFilterCondition.h',
2036 'dom/NodeIterator.cpp', 2036 'dom/NodeIterator.cpp',
2037 'dom/NodeIterator.h', 2037 'dom/NodeIterator.h',
2038 'dom/NodeIteratorBase.cpp', 2038 'dom/NodeIteratorBase.cpp',
2039 'dom/NodeIteratorBase.h', 2039 'dom/NodeIteratorBase.h',
2040 'dom/NodeListsNodeData.cpp',
2041 'dom/NodeListsNodeData.h',
2040 'dom/NodeRareData.cpp', 2042 'dom/NodeRareData.cpp',
2041 'dom/NodeRareData.h', 2043 'dom/NodeRareData.h',
2042 'dom/NodeRenderStyle.h', 2044 'dom/NodeRenderStyle.h',
2043 'dom/NodeRenderingTraversal.cpp', 2045 'dom/NodeRenderingTraversal.cpp',
2044 'dom/NodeRenderingTraversal.h', 2046 'dom/NodeRenderingTraversal.h',
2045 'dom/NodeTraversal.cpp', 2047 'dom/NodeTraversal.cpp',
2046 'dom/NodeTraversal.h', 2048 'dom/NodeTraversal.h',
2047 'dom/NodeWithIndex.h', 2049 'dom/NodeWithIndex.h',
2048 'dom/Notation.h', 2050 'dom/Notation.h',
2049 'dom/ParentNode.h', 2051 'dom/ParentNode.h',
(...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after
3407 'rendering/RenderOverflowTest.cpp', 3409 'rendering/RenderOverflowTest.cpp',
3408 'rendering/RenderTableCellTest.cpp', 3410 'rendering/RenderTableCellTest.cpp',
3409 'rendering/RenderTableRowTest.cpp', 3411 'rendering/RenderTableRowTest.cpp',
3410 'rendering/shapes/BoxShapeTest.cpp', 3412 'rendering/shapes/BoxShapeTest.cpp',
3411 'testing/UnitTestHelpers.cpp', 3413 'testing/UnitTestHelpers.cpp',
3412 'testing/UnitTestHelpers.h', 3414 'testing/UnitTestHelpers.h',
3413 'xml/parser/SharedBufferReaderTest.cpp', 3415 'xml/parser/SharedBufferReaderTest.cpp',
3414 ], 3416 ],
3415 } 3417 }
3416 } 3418 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/NodeListsNodeData.h » ('j') | Source/core/dom/NodeListsNodeData.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698