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

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

Issue 203143002: Simplify EventTarget bindings generation (2) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add test 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 | « Source/bindings/tests/results/V8TestObjectPython.cpp ('k') | Source/core/dom/Node.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 '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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 'xml/XMLHttpRequestEventTarget.idl', 439 'xml/XMLHttpRequestEventTarget.idl',
440 'xml/XMLHttpRequestProgressEvent.idl', 440 'xml/XMLHttpRequestProgressEvent.idl',
441 'xml/XMLHttpRequestUpload.idl', 441 'xml/XMLHttpRequestUpload.idl',
442 'xml/XMLSerializer.idl', 442 'xml/XMLSerializer.idl',
443 'xml/XPathEvaluator.idl', 443 'xml/XPathEvaluator.idl',
444 'xml/XPathExpression.idl', 444 'xml/XPathExpression.idl',
445 'xml/XPathNSResolver.idl', 445 'xml/XPathNSResolver.idl',
446 'xml/XPathResult.idl', 446 'xml/XPathResult.idl',
447 'xml/XSLTProcessor.idl', 447 'xml/XSLTProcessor.idl',
448 ], 448 ],
449 # 'partial interface' or target (right side of) 'implements' 449 # 'partial interface', target (right side of) 'implements', and
450 # static bindings (in bindings/v8/)
450 'core_dependency_idl_files': [ 451 'core_dependency_idl_files': [
451 'animation/DocumentAnimation.idl', 452 'animation/DocumentAnimation.idl',
452 'animation/ElementAnimation.idl', 453 'animation/ElementAnimation.idl',
453 'css/DocumentFontFaceSet.idl', 454 'css/DocumentFontFaceSet.idl',
454 'dom/ChildNode.idl', 455 'dom/ChildNode.idl',
455 'dom/DocumentFullscreen.idl', 456 'dom/DocumentFullscreen.idl',
456 'dom/GlobalEventHandlers.idl', 457 'dom/GlobalEventHandlers.idl',
457 'dom/ParentNode.idl', 458 'dom/ParentNode.idl',
458 'dom/URLUtils.idl', 459 'dom/URLUtils.idl',
459 'dom/URLUtilsReadOnly.idl', 460 'dom/URLUtilsReadOnly.idl',
461 'events/EventListener.idl',
460 'events/NavigatorEvents.idl', 462 'events/NavigatorEvents.idl',
461 'frame/NavigatorID.idl', 463 'frame/NavigatorID.idl',
462 'frame/NavigatorOnLine.idl', 464 'frame/NavigatorOnLine.idl',
463 'frame/WindowBase64.idl', 465 'frame/WindowBase64.idl',
464 'frame/WindowEventHandlers.idl', 466 'frame/WindowEventHandlers.idl',
465 'frame/WindowTimers.idl', 467 'frame/WindowTimers.idl',
466 'html/canvas/CanvasPathMethods.idl', 468 'html/canvas/CanvasPathMethods.idl',
467 'page/WindowPagePopup.idl', 469 'page/WindowPagePopup.idl',
468 'svg/SVGDocument.idl', 470 'svg/SVGDocument.idl',
469 'svg/SVGFilterPrimitiveStandardAttributes.idl', 471 'svg/SVGFilterPrimitiveStandardAttributes.idl',
(...skipping 2853 matching lines...) Expand 10 before | Expand all | Expand 10 after
3323 'html/track/vtt/BufferedLineReaderTest.cpp', 3325 'html/track/vtt/BufferedLineReaderTest.cpp',
3324 'html/track/vtt/VTTScannerTest.cpp', 3326 'html/track/vtt/VTTScannerTest.cpp',
3325 'rendering/RenderOverflowTest.cpp', 3327 'rendering/RenderOverflowTest.cpp',
3326 'rendering/shapes/BoxShapeTest.cpp', 3328 'rendering/shapes/BoxShapeTest.cpp',
3327 'testing/UnitTestHelpers.cpp', 3329 'testing/UnitTestHelpers.cpp',
3328 'testing/UnitTestHelpers.h', 3330 'testing/UnitTestHelpers.h',
3329 'xml/parser/SharedBufferReaderTest.cpp', 3331 'xml/parser/SharedBufferReaderTest.cpp',
3330 ], 3332 ],
3331 } 3333 }
3332 } 3334 }
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestObjectPython.cpp ('k') | Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698