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

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

Issue 967753003: Add the NonElementParentNode interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 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/dom/Document.idl » ('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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 # interfaces with static bindings (in bindings/core/v8/) 463 # interfaces with static bindings (in bindings/core/v8/)
464 'core_dependency_idl_files': [ 464 'core_dependency_idl_files': [
465 'animation/DocumentAnimation.idl', 465 'animation/DocumentAnimation.idl',
466 'animation/ElementAnimation.idl', 466 'animation/ElementAnimation.idl',
467 'css/DocumentFontFaceSet.idl', 467 'css/DocumentFontFaceSet.idl',
468 'dom/ChildNode.idl', 468 'dom/ChildNode.idl',
469 'dom/DocumentFullscreen.idl', 469 'dom/DocumentFullscreen.idl',
470 'dom/ElementFullscreen.idl', 470 'dom/ElementFullscreen.idl',
471 'dom/GlobalEventHandlers.idl', 471 'dom/GlobalEventHandlers.idl',
472 'dom/NonDocumentTypeChildNode.idl', 472 'dom/NonDocumentTypeChildNode.idl',
473 'dom/NonElementParentNode.idl',
473 'dom/ParentNode.idl', 474 'dom/ParentNode.idl',
474 'dom/URLUtils.idl', 475 'dom/URLUtils.idl',
475 'dom/URLUtilsReadOnly.idl', 476 'dom/URLUtilsReadOnly.idl',
476 'events/EventListener.idl', 477 'events/EventListener.idl',
477 'events/NavigatorEvents.idl', 478 'events/NavigatorEvents.idl',
478 'frame/NavigatorCPU.idl', 479 'frame/NavigatorCPU.idl',
479 'frame/NavigatorID.idl', 480 'frame/NavigatorID.idl',
480 'frame/NavigatorLanguage.idl', 481 'frame/NavigatorLanguage.idl',
481 'frame/NavigatorOnLine.idl', 482 'frame/NavigatorOnLine.idl',
482 'frame/WindowBase64.idl', 483 'frame/WindowBase64.idl',
(...skipping 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after
2267 'dom/NodeLayoutStyle.h', 2268 'dom/NodeLayoutStyle.h',
2268 'dom/NodeListsNodeData.cpp', 2269 'dom/NodeListsNodeData.cpp',
2269 'dom/NodeListsNodeData.h', 2270 'dom/NodeListsNodeData.h',
2270 'dom/NodeRareData.cpp', 2271 'dom/NodeRareData.cpp',
2271 'dom/NodeRareData.h', 2272 'dom/NodeRareData.h',
2272 'dom/NodeRenderingTraversal.cpp', 2273 'dom/NodeRenderingTraversal.cpp',
2273 'dom/NodeRenderingTraversal.h', 2274 'dom/NodeRenderingTraversal.h',
2274 'dom/NodeTraversal.cpp', 2275 'dom/NodeTraversal.cpp',
2275 'dom/NodeTraversal.h', 2276 'dom/NodeTraversal.h',
2276 'dom/NodeWithIndex.h', 2277 'dom/NodeWithIndex.h',
2278 'dom/NonDocumentTypeChildNode.h',
2279 'dom/NonElementParentNode.h',
2277 'dom/ParentNode.h', 2280 'dom/ParentNode.h',
2278 'dom/PendingScript.cpp', 2281 'dom/PendingScript.cpp',
2279 'dom/Position.cpp', 2282 'dom/Position.cpp',
2280 'dom/PositionIterator.cpp', 2283 'dom/PositionIterator.cpp',
2281 'dom/PositionIterator.h', 2284 'dom/PositionIterator.h',
2282 'dom/PresentationAttributeStyle.cpp', 2285 'dom/PresentationAttributeStyle.cpp',
2283 'dom/PresentationAttributeStyle.h', 2286 'dom/PresentationAttributeStyle.h',
2284 'dom/ProcessingInstruction.cpp', 2287 'dom/ProcessingInstruction.cpp',
2285 'dom/ProcessingInstruction.h', 2288 'dom/ProcessingInstruction.h',
2286 'dom/PseudoElement.cpp', 2289 'dom/PseudoElement.cpp',
(...skipping 1532 matching lines...) Expand 10 before | Expand all | Expand 10 after
3819 'paint/ViewDisplayListTest.cpp', 3822 'paint/ViewDisplayListTest.cpp',
3820 'streams/ExclusiveStreamReaderTest.cpp', 3823 'streams/ExclusiveStreamReaderTest.cpp',
3821 'streams/ReadableStreamTest.cpp', 3824 'streams/ReadableStreamTest.cpp',
3822 'testing/PrivateScriptTestTest.cpp', 3825 'testing/PrivateScriptTestTest.cpp',
3823 'testing/UnitTestHelpers.cpp', 3826 'testing/UnitTestHelpers.cpp',
3824 'testing/UnitTestHelpers.h', 3827 'testing/UnitTestHelpers.h',
3825 'xml/parser/SharedBufferReaderTest.cpp', 3828 'xml/parser/SharedBufferReaderTest.cpp',
3826 ], 3829 ],
3827 } 3830 }
3828 } 3831 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698