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

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

Issue 483843003: Remove unnecessary NodeFilterCondition.cpp file (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « no previous file | Source/core/dom/NodeFilterCondition.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 '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 2050 matching lines...) Expand 10 before | Expand all | Expand 10 after
2061 'dom/MutationRecord.cpp', 2061 'dom/MutationRecord.cpp',
2062 'dom/MutationRecord.h', 2062 'dom/MutationRecord.h',
2063 'dom/NameNodeList.cpp', 2063 'dom/NameNodeList.cpp',
2064 'dom/NameNodeList.h', 2064 'dom/NameNodeList.h',
2065 'dom/NamedNodeMap.cpp', 2065 'dom/NamedNodeMap.cpp',
2066 'dom/Node.cpp', 2066 'dom/Node.cpp',
2067 'dom/NodeChildRemovalTracker.cpp', 2067 'dom/NodeChildRemovalTracker.cpp',
2068 'dom/NodeChildRemovalTracker.h', 2068 'dom/NodeChildRemovalTracker.h',
2069 'dom/NodeFilter.cpp', 2069 'dom/NodeFilter.cpp',
2070 'dom/NodeFilter.h', 2070 'dom/NodeFilter.h',
2071 'dom/NodeFilterCondition.cpp',
2072 'dom/NodeFilterCondition.h', 2071 'dom/NodeFilterCondition.h',
2073 'dom/NodeIterator.cpp', 2072 'dom/NodeIterator.cpp',
2074 'dom/NodeIterator.h', 2073 'dom/NodeIterator.h',
2075 'dom/NodeIteratorBase.cpp', 2074 'dom/NodeIteratorBase.cpp',
2076 'dom/NodeIteratorBase.h', 2075 'dom/NodeIteratorBase.h',
2077 'dom/NodeListsNodeData.cpp', 2076 'dom/NodeListsNodeData.cpp',
2078 'dom/NodeListsNodeData.h', 2077 'dom/NodeListsNodeData.h',
2079 'dom/NodeRareData.cpp', 2078 'dom/NodeRareData.cpp',
2080 'dom/NodeRareData.h', 2079 'dom/NodeRareData.h',
2081 'dom/NodeRenderStyle.h', 2080 'dom/NodeRenderStyle.h',
(...skipping 1382 matching lines...) Expand 10 before | Expand all | Expand 10 after
3464 'rendering/shapes/BoxShapeTest.cpp', 3463 'rendering/shapes/BoxShapeTest.cpp',
3465 'rendering/style/OutlineValueTest.cpp', 3464 'rendering/style/OutlineValueTest.cpp',
3466 'testing/PrivateScriptTestTest.cpp', 3465 'testing/PrivateScriptTestTest.cpp',
3467 'streams/ReadableStreamTest.cpp', 3466 'streams/ReadableStreamTest.cpp',
3468 'testing/UnitTestHelpers.cpp', 3467 'testing/UnitTestHelpers.cpp',
3469 'testing/UnitTestHelpers.h', 3468 'testing/UnitTestHelpers.h',
3470 'xml/parser/SharedBufferReaderTest.cpp', 3469 'xml/parser/SharedBufferReaderTest.cpp',
3471 ], 3470 ],
3472 } 3471 }
3473 } 3472 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/NodeFilterCondition.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698