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

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

Issue 161083002: Make NodeList::ownerNode() virtual and rename to virtualOwnerNode() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reupload Created 6 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'clipboard/Clipboard.idl', 9 'clipboard/Clipboard.idl',
10 'clipboard/DataTransferItem.idl', 10 'clipboard/DataTransferItem.idl',
(...skipping 1938 matching lines...) Expand 10 before | Expand all | Expand 10 after
1949 'dom/NameNodeList.h', 1949 'dom/NameNodeList.h',
1950 'dom/Node.cpp', 1950 'dom/Node.cpp',
1951 'dom/NodeChildRemovalTracker.h', 1951 'dom/NodeChildRemovalTracker.h',
1952 'dom/NodeChildRemovalTracker.cpp', 1952 'dom/NodeChildRemovalTracker.cpp',
1953 'dom/NodeFilter.cpp', 1953 'dom/NodeFilter.cpp',
1954 'dom/NodeFilter.h', 1954 'dom/NodeFilter.h',
1955 'dom/NodeFilterCondition.cpp', 1955 'dom/NodeFilterCondition.cpp',
1956 'dom/NodeFilterCondition.h', 1956 'dom/NodeFilterCondition.h',
1957 'dom/NodeIterator.cpp', 1957 'dom/NodeIterator.cpp',
1958 'dom/NodeIterator.h', 1958 'dom/NodeIterator.h',
1959 'dom/NodeList.cpp',
1960 'dom/NodeRareData.cpp', 1959 'dom/NodeRareData.cpp',
1961 'dom/NodeRareData.h', 1960 'dom/NodeRareData.h',
1962 'dom/RenderTreeBuilder.cpp', 1961 'dom/RenderTreeBuilder.cpp',
1963 'dom/RenderTreeBuilder.h', 1962 'dom/RenderTreeBuilder.h',
1964 'dom/NodeRenderingTraversal.cpp', 1963 'dom/NodeRenderingTraversal.cpp',
1965 'dom/NodeRenderingTraversal.h', 1964 'dom/NodeRenderingTraversal.h',
1966 'dom/NodeRenderStyle.h', 1965 'dom/NodeRenderStyle.h',
1967 'dom/NodeTraversal.cpp', 1966 'dom/NodeTraversal.cpp',
1968 'dom/NodeTraversal.h', 1967 'dom/NodeTraversal.h',
1969 'dom/NodeWithIndex.h', 1968 'dom/NodeWithIndex.h',
(...skipping 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after
3258 'html/parser/HTMLParserThreadTest.cpp', 3257 'html/parser/HTMLParserThreadTest.cpp',
3259 'html/track/vtt/BufferedLineReaderTest.cpp', 3258 'html/track/vtt/BufferedLineReaderTest.cpp',
3260 'html/track/vtt/VTTScannerTest.cpp', 3259 'html/track/vtt/VTTScannerTest.cpp',
3261 'rendering/RenderOverflowTest.cpp', 3260 'rendering/RenderOverflowTest.cpp',
3262 'rendering/shapes/BoxShapeTest.cpp', 3261 'rendering/shapes/BoxShapeTest.cpp',
3263 'testing/UnitTestHelpers.cpp', 3262 'testing/UnitTestHelpers.cpp',
3264 'testing/UnitTestHelpers.h', 3263 'testing/UnitTestHelpers.h',
3265 ], 3264 ],
3266 } 3265 }
3267 } 3266 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698