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

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

Issue 465483002: Merge NamedNodesCollection and StaticNodeList classes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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 | 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 2047 matching lines...) Expand 10 before | Expand all | Expand 10 after
2058 'dom/MutationObserver.h', 2058 'dom/MutationObserver.h',
2059 'dom/MutationObserverInterestGroup.cpp', 2059 'dom/MutationObserverInterestGroup.cpp',
2060 'dom/MutationObserverInterestGroup.h', 2060 'dom/MutationObserverInterestGroup.h',
2061 'dom/MutationObserverRegistration.cpp', 2061 'dom/MutationObserverRegistration.cpp',
2062 'dom/MutationObserverRegistration.h', 2062 'dom/MutationObserverRegistration.h',
2063 'dom/MutationRecord.cpp', 2063 'dom/MutationRecord.cpp',
2064 'dom/MutationRecord.h', 2064 'dom/MutationRecord.h',
2065 'dom/NameNodeList.cpp', 2065 'dom/NameNodeList.cpp',
2066 'dom/NameNodeList.h', 2066 'dom/NameNodeList.h',
2067 'dom/NamedNodeMap.cpp', 2067 'dom/NamedNodeMap.cpp',
2068 'dom/NamedNodesCollection.cpp',
2069 'dom/NamedNodesCollection.h',
2070 'dom/Node.cpp', 2068 'dom/Node.cpp',
2071 'dom/NodeChildRemovalTracker.cpp', 2069 'dom/NodeChildRemovalTracker.cpp',
2072 'dom/NodeChildRemovalTracker.h', 2070 'dom/NodeChildRemovalTracker.h',
2073 'dom/NodeFilter.cpp', 2071 'dom/NodeFilter.cpp',
2074 'dom/NodeFilter.h', 2072 'dom/NodeFilter.h',
2075 'dom/NodeFilterCondition.cpp', 2073 'dom/NodeFilterCondition.cpp',
2076 'dom/NodeFilterCondition.h', 2074 'dom/NodeFilterCondition.h',
2077 'dom/NodeIterator.cpp', 2075 'dom/NodeIterator.cpp',
2078 'dom/NodeIterator.h', 2076 'dom/NodeIterator.h',
2079 'dom/NodeIteratorBase.cpp', 2077 'dom/NodeIteratorBase.cpp',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
2116 'dom/ScriptedAnimationController.cpp', 2114 'dom/ScriptedAnimationController.cpp',
2117 'dom/ScriptedAnimationController.h', 2115 'dom/ScriptedAnimationController.h',
2118 'dom/SecurityContext.cpp', 2116 'dom/SecurityContext.cpp',
2119 'dom/SecurityContext.h', 2117 'dom/SecurityContext.h',
2120 'dom/SelectorQuery.cpp', 2118 'dom/SelectorQuery.cpp',
2121 'dom/SelectorQuery.h', 2119 'dom/SelectorQuery.h',
2122 'dom/ShadowTreeStyleSheetCollection.cpp', 2120 'dom/ShadowTreeStyleSheetCollection.cpp',
2123 'dom/ShadowTreeStyleSheetCollection.h', 2121 'dom/ShadowTreeStyleSheetCollection.h',
2124 'dom/SimulatedClickOptions.h', 2122 'dom/SimulatedClickOptions.h',
2125 'dom/SpaceSplitString.cpp', 2123 'dom/SpaceSplitString.cpp',
2126 'dom/StaticNodeList.cpp',
2127 'dom/StaticNodeList.h', 2124 'dom/StaticNodeList.h',
2128 'dom/StringCallback.cpp', 2125 'dom/StringCallback.cpp',
2129 'dom/StringCallback.h', 2126 'dom/StringCallback.h',
2130 'dom/StyleElement.cpp', 2127 'dom/StyleElement.cpp',
2131 'dom/StyleElement.h', 2128 'dom/StyleElement.h',
2132 'dom/StyleEngine.cpp', 2129 'dom/StyleEngine.cpp',
2133 'dom/StyleEngine.h', 2130 'dom/StyleEngine.h',
2134 'dom/StyleSheetCandidate.cpp', 2131 'dom/StyleSheetCandidate.cpp',
2135 'dom/StyleSheetCandidate.h', 2132 'dom/StyleSheetCandidate.h',
2136 'dom/StyleSheetCollection.cpp', 2133 'dom/StyleSheetCollection.cpp',
(...skipping 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after
3469 'rendering/shapes/BoxShapeTest.cpp', 3466 'rendering/shapes/BoxShapeTest.cpp',
3470 'rendering/style/OutlineValueTest.cpp', 3467 'rendering/style/OutlineValueTest.cpp',
3471 'testing/PrivateScriptTestTest.cpp', 3468 'testing/PrivateScriptTestTest.cpp',
3472 'streams/ReadableStreamTest.cpp', 3469 'streams/ReadableStreamTest.cpp',
3473 'testing/UnitTestHelpers.cpp', 3470 'testing/UnitTestHelpers.cpp',
3474 'testing/UnitTestHelpers.h', 3471 'testing/UnitTestHelpers.h',
3475 'xml/parser/SharedBufferReaderTest.cpp', 3472 'xml/parser/SharedBufferReaderTest.cpp',
3476 ], 3473 ],
3477 } 3474 }
3478 } 3475 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/custom/V8HTMLOptionsCollectionCustom.cpp ('k') | Source/core/dom/ContainerNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698