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

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

Issue 208933003: Remove SiblingRuleHelper (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tighten types to ContainerNode Created 6 years, 9 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
« no previous file with comments | « no previous file | Source/core/css/SelectorChecker.cpp » ('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 '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/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 1941 matching lines...) Expand 10 before | Expand all | Expand 10 after
1952 'dom/ElementRareData.h', 1952 'dom/ElementRareData.h',
1953 'dom/ElementTraversal.h', 1953 'dom/ElementTraversal.h',
1954 'dom/EmptyNodeList.cpp', 1954 'dom/EmptyNodeList.cpp',
1955 'dom/EmptyNodeList.h', 1955 'dom/EmptyNodeList.h',
1956 'dom/ExecutionContextTask.h', 1956 'dom/ExecutionContextTask.h',
1957 'dom/MainThreadTaskRunner.cpp', 1957 'dom/MainThreadTaskRunner.cpp',
1958 'dom/MainThreadTaskRunner.h', 1958 'dom/MainThreadTaskRunner.h',
1959 'dom/FullscreenElementStack.cpp', 1959 'dom/FullscreenElementStack.cpp',
1960 'dom/FullscreenElementStack.h', 1960 'dom/FullscreenElementStack.h',
1961 'dom/GlobalEventHandlers.h', 1961 'dom/GlobalEventHandlers.h',
1962 'dom/SiblingRuleHelper.cpp',
1963 'dom/SiblingRuleHelper.h',
1964 'dom/IconURL.cpp', 1962 'dom/IconURL.cpp',
1965 'dom/IconURL.h', 1963 'dom/IconURL.h',
1966 'dom/IdTargetObserver.cpp', 1964 'dom/IdTargetObserver.cpp',
1967 'dom/IdTargetObserver.h', 1965 'dom/IdTargetObserver.h',
1968 'dom/IdTargetObserverRegistry.cpp', 1966 'dom/IdTargetObserverRegistry.cpp',
1969 'dom/IdTargetObserverRegistry.h', 1967 'dom/IdTargetObserverRegistry.h',
1970 'dom/IgnoreDestructiveWriteCountIncrementer.h', 1968 'dom/IgnoreDestructiveWriteCountIncrementer.h',
1971 'dom/LiveNodeList.cpp', 1969 'dom/LiveNodeList.cpp',
1972 'dom/LiveNodeList.h', 1970 'dom/LiveNodeList.h',
1973 'dom/LiveNodeListBase.cpp', 1971 'dom/LiveNodeListBase.cpp',
(...skipping 1353 matching lines...) Expand 10 before | Expand all | Expand 10 after
3327 'html/track/vtt/BufferedLineReaderTest.cpp', 3325 'html/track/vtt/BufferedLineReaderTest.cpp',
3328 'html/track/vtt/VTTScannerTest.cpp', 3326 'html/track/vtt/VTTScannerTest.cpp',
3329 'rendering/RenderOverflowTest.cpp', 3327 'rendering/RenderOverflowTest.cpp',
3330 'rendering/shapes/BoxShapeTest.cpp', 3328 'rendering/shapes/BoxShapeTest.cpp',
3331 'testing/UnitTestHelpers.cpp', 3329 'testing/UnitTestHelpers.cpp',
3332 'testing/UnitTestHelpers.h', 3330 'testing/UnitTestHelpers.h',
3333 'xml/parser/SharedBufferReaderTest.cpp', 3331 'xml/parser/SharedBufferReaderTest.cpp',
3334 ], 3332 ],
3335 } 3333 }
3336 } 3334 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/SelectorChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698