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

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

Issue 491693003: Remove the Notation interface (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 | « Source/bindings/core/v8/custom/V8NodeCustom.cpp ('k') | Source/core/dom/Notation.h » ('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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'dom/Element.idl', 74 'dom/Element.idl',
75 'dom/MessageChannel.idl', 75 'dom/MessageChannel.idl',
76 'dom/MessagePort.idl', 76 'dom/MessagePort.idl',
77 'dom/MutationObserver.idl', 77 'dom/MutationObserver.idl',
78 'dom/MutationRecord.idl', 78 'dom/MutationRecord.idl',
79 'dom/NamedNodeMap.idl', 79 'dom/NamedNodeMap.idl',
80 'dom/Node.idl', 80 'dom/Node.idl',
81 'dom/NodeFilter.idl', 81 'dom/NodeFilter.idl',
82 'dom/NodeIterator.idl', 82 'dom/NodeIterator.idl',
83 'dom/NodeList.idl', 83 'dom/NodeList.idl',
84 'dom/Notation.idl',
85 'dom/ProcessingInstruction.idl', 84 'dom/ProcessingInstruction.idl',
86 'dom/Range.idl', 85 'dom/Range.idl',
87 'dom/RequestAnimationFrameCallback.idl', 86 'dom/RequestAnimationFrameCallback.idl',
88 'dom/StringCallback.idl', 87 'dom/StringCallback.idl',
89 'dom/Text.idl', 88 'dom/Text.idl',
90 'dom/Touch.idl', 89 'dom/Touch.idl',
91 'dom/TouchList.idl', 90 'dom/TouchList.idl',
92 'dom/TreeWalker.idl', 91 'dom/TreeWalker.idl',
93 'dom/URL.idl', 92 'dom/URL.idl',
94 'dom/XMLDocument.idl', 93 'dom/XMLDocument.idl',
(...skipping 1982 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
2082 'dom/NodeRenderingTraversal.cpp', 2081 'dom/NodeRenderingTraversal.cpp',
2083 'dom/NodeRenderingTraversal.h', 2082 'dom/NodeRenderingTraversal.h',
2084 'dom/NodeTraversal.cpp', 2083 'dom/NodeTraversal.cpp',
2085 'dom/NodeTraversal.h', 2084 'dom/NodeTraversal.h',
2086 'dom/NodeWithIndex.h', 2085 'dom/NodeWithIndex.h',
2087 'dom/Notation.h',
2088 'dom/ParentNode.h', 2086 'dom/ParentNode.h',
2089 'dom/PendingScript.cpp', 2087 'dom/PendingScript.cpp',
2090 'dom/Position.cpp', 2088 'dom/Position.cpp',
2091 'dom/PositionIterator.cpp', 2089 'dom/PositionIterator.cpp',
2092 'dom/PositionIterator.h', 2090 'dom/PositionIterator.h',
2093 'dom/PresentationAttributeStyle.cpp', 2091 'dom/PresentationAttributeStyle.cpp',
2094 'dom/PresentationAttributeStyle.h', 2092 'dom/PresentationAttributeStyle.h',
2095 'dom/ProcessingInstruction.cpp', 2093 'dom/ProcessingInstruction.cpp',
2096 'dom/ProcessingInstruction.h', 2094 'dom/ProcessingInstruction.h',
2097 'dom/PseudoElement.cpp', 2095 'dom/PseudoElement.cpp',
(...skipping 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after
3467 'rendering/shapes/BoxShapeTest.cpp', 3465 'rendering/shapes/BoxShapeTest.cpp',
3468 'rendering/style/OutlineValueTest.cpp', 3466 'rendering/style/OutlineValueTest.cpp',
3469 'testing/PrivateScriptTestTest.cpp', 3467 'testing/PrivateScriptTestTest.cpp',
3470 'streams/ReadableStreamTest.cpp', 3468 'streams/ReadableStreamTest.cpp',
3471 'testing/UnitTestHelpers.cpp', 3469 'testing/UnitTestHelpers.cpp',
3472 'testing/UnitTestHelpers.h', 3470 'testing/UnitTestHelpers.h',
3473 'xml/parser/SharedBufferReaderTest.cpp', 3471 'xml/parser/SharedBufferReaderTest.cpp',
3474 ], 3472 ],
3475 } 3473 }
3476 } 3474 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/custom/V8NodeCustom.cpp ('k') | Source/core/dom/Notation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698