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

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

Issue 799523002: Split NonDocumentTypeChildNode from ChildNode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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
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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 # 'partial interface', target (right side of) 'implements', and 458 # 'partial interface', target (right side of) 'implements', and
459 # interfaces with static bindings (in bindings/core/v8/) 459 # interfaces with static bindings (in bindings/core/v8/)
460 'core_dependency_idl_files': [ 460 'core_dependency_idl_files': [
461 'animation/DocumentAnimation.idl', 461 'animation/DocumentAnimation.idl',
462 'animation/ElementAnimation.idl', 462 'animation/ElementAnimation.idl',
463 'css/DocumentFontFaceSet.idl', 463 'css/DocumentFontFaceSet.idl',
464 'dom/ChildNode.idl', 464 'dom/ChildNode.idl',
465 'dom/DocumentFullscreen.idl', 465 'dom/DocumentFullscreen.idl',
466 'dom/ElementFullscreen.idl', 466 'dom/ElementFullscreen.idl',
467 'dom/GlobalEventHandlers.idl', 467 'dom/GlobalEventHandlers.idl',
468 'dom/NonDocumentTypeChildNode.idl',
468 'dom/ParentNode.idl', 469 'dom/ParentNode.idl',
469 'dom/URLUtils.idl', 470 'dom/URLUtils.idl',
470 'dom/URLUtilsReadOnly.idl', 471 'dom/URLUtilsReadOnly.idl',
471 'events/EventListener.idl', 472 'events/EventListener.idl',
472 'events/NavigatorEvents.idl', 473 'events/NavigatorEvents.idl',
473 'frame/NavigatorCPU.idl', 474 'frame/NavigatorCPU.idl',
474 'frame/NavigatorID.idl', 475 'frame/NavigatorID.idl',
475 'frame/NavigatorLanguage.idl', 476 'frame/NavigatorLanguage.idl',
476 'frame/NavigatorOnLine.idl', 477 'frame/NavigatorOnLine.idl',
477 'frame/WindowBase64.idl', 478 'frame/WindowBase64.idl',
(...skipping 3132 matching lines...) Expand 10 before | Expand all | Expand 10 after
3610 'rendering/style/OutlineValueTest.cpp', 3611 'rendering/style/OutlineValueTest.cpp',
3611 'rendering/style/RenderStyleTest.cpp', 3612 'rendering/style/RenderStyleTest.cpp',
3612 'streams/ReadableStreamTest.cpp', 3613 'streams/ReadableStreamTest.cpp',
3613 'testing/PrivateScriptTestTest.cpp', 3614 'testing/PrivateScriptTestTest.cpp',
3614 'testing/UnitTestHelpers.cpp', 3615 'testing/UnitTestHelpers.cpp',
3615 'testing/UnitTestHelpers.h', 3616 'testing/UnitTestHelpers.h',
3616 'xml/parser/SharedBufferReaderTest.cpp', 3617 'xml/parser/SharedBufferReaderTest.cpp',
3617 ], 3618 ],
3618 } 3619 }
3619 } 3620 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Text/previous-element-sibling-expected.txt ('k') | Source/core/dom/CharacterData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698