OLD | NEW |
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/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 'dom/Uint8Array.idl', | 114 'dom/Uint8Array.idl', |
115 'dom/Uint8ClampedArray.idl', | 115 'dom/Uint8ClampedArray.idl', |
116 'dom/URLSearchParams.idl', | 116 'dom/URLSearchParams.idl', |
117 'dom/XMLDocument.idl', | 117 'dom/XMLDocument.idl', |
118 'dom/custom/CustomElementsRegistry.idl', | 118 'dom/custom/CustomElementsRegistry.idl', |
119 'dom/shadow/ShadowRoot.idl', | 119 'dom/shadow/ShadowRoot.idl', |
120 'editing/Selection.idl', | 120 'editing/Selection.idl', |
121 'events/AnimationEvent.idl', | 121 'events/AnimationEvent.idl', |
122 'events/AnimationPlayerEvent.idl', | 122 'events/AnimationPlayerEvent.idl', |
123 'events/ApplicationCacheErrorEvent.idl', | 123 'events/ApplicationCacheErrorEvent.idl', |
124 'events/AutocompleteErrorEvent.idl', | |
125 'events/BeforeUnloadEvent.idl', | 124 'events/BeforeUnloadEvent.idl', |
126 'events/ClipboardEvent.idl', | 125 'events/ClipboardEvent.idl', |
127 'events/CompositionEvent.idl', | 126 'events/CompositionEvent.idl', |
128 'events/CustomEvent.idl', | 127 'events/CustomEvent.idl', |
129 'events/DragEvent.idl', | 128 'events/DragEvent.idl', |
130 'events/ErrorEvent.idl', | 129 'events/ErrorEvent.idl', |
131 'events/Event.idl', | 130 'events/Event.idl', |
132 'events/EventTarget.idl', | 131 'events/EventTarget.idl', |
133 'events/FocusEvent.idl', | 132 'events/FocusEvent.idl', |
134 'events/HashChangeEvent.idl', | 133 'events/HashChangeEvent.idl', |
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
455 'xml/DocumentXMLTreeViewer.idl', | 454 'xml/DocumentXMLTreeViewer.idl', |
456 'xml/DocumentXPathEvaluator.idl', | 455 'xml/DocumentXPathEvaluator.idl', |
457 ], | 456 ], |
458 # interfaces that inherit from Event, including Event itself | 457 # interfaces that inherit from Event, including Event itself |
459 'core_event_idl_files': [ | 458 'core_event_idl_files': [ |
460 'css/FontFaceSetLoadEvent.idl', | 459 'css/FontFaceSetLoadEvent.idl', |
461 'css/MediaQueryListEvent.idl', | 460 'css/MediaQueryListEvent.idl', |
462 'events/AnimationEvent.idl', | 461 'events/AnimationEvent.idl', |
463 'events/AnimationPlayerEvent.idl', | 462 'events/AnimationPlayerEvent.idl', |
464 'events/ApplicationCacheErrorEvent.idl', | 463 'events/ApplicationCacheErrorEvent.idl', |
465 'events/AutocompleteErrorEvent.idl', | |
466 'events/BeforeUnloadEvent.idl', | 464 'events/BeforeUnloadEvent.idl', |
467 'events/ClipboardEvent.idl', | 465 'events/ClipboardEvent.idl', |
468 'events/CompositionEvent.idl', | 466 'events/CompositionEvent.idl', |
469 'events/CustomEvent.idl', | 467 'events/CustomEvent.idl', |
470 'events/DragEvent.idl', | 468 'events/DragEvent.idl', |
471 'events/ErrorEvent.idl', | 469 'events/ErrorEvent.idl', |
472 'events/Event.idl', | 470 'events/Event.idl', |
473 'events/FocusEvent.idl', | 471 'events/FocusEvent.idl', |
474 'events/HashChangeEvent.idl', | 472 'events/HashChangeEvent.idl', |
475 'events/InputEvent.idl', | 473 'events/InputEvent.idl', |
(...skipping 2218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2694 'dom/shadow/SlotAssignment.cpp', | 2692 'dom/shadow/SlotAssignment.cpp', |
2695 'dom/shadow/SlotAssignment.h', | 2693 'dom/shadow/SlotAssignment.h', |
2696 'dom/shadow/SlotScopedTraversal.cpp', | 2694 'dom/shadow/SlotScopedTraversal.cpp', |
2697 'dom/shadow/SlotScopedTraversal.h', | 2695 'dom/shadow/SlotScopedTraversal.h', |
2698 'events/AnimationEvent.cpp', | 2696 'events/AnimationEvent.cpp', |
2699 'events/AnimationEvent.h', | 2697 'events/AnimationEvent.h', |
2700 'events/AnimationPlayerEvent.cpp', | 2698 'events/AnimationPlayerEvent.cpp', |
2701 'events/AnimationPlayerEvent.h', | 2699 'events/AnimationPlayerEvent.h', |
2702 'events/ApplicationCacheErrorEvent.cpp', | 2700 'events/ApplicationCacheErrorEvent.cpp', |
2703 'events/ApplicationCacheErrorEvent.h', | 2701 'events/ApplicationCacheErrorEvent.h', |
2704 'events/AutocompleteErrorEvent.h', | |
2705 'events/BeforeTextInsertedEvent.cpp', | 2702 'events/BeforeTextInsertedEvent.cpp', |
2706 'events/BeforeTextInsertedEvent.h', | 2703 'events/BeforeTextInsertedEvent.h', |
2707 'events/BeforeUnloadEvent.cpp', | 2704 'events/BeforeUnloadEvent.cpp', |
2708 'events/BeforeUnloadEvent.h', | 2705 'events/BeforeUnloadEvent.h', |
2709 'events/ClipboardEvent.cpp', | 2706 'events/ClipboardEvent.cpp', |
2710 'events/ClipboardEvent.h', | 2707 'events/ClipboardEvent.h', |
2711 'events/CompositionEvent.cpp', | 2708 'events/CompositionEvent.cpp', |
2712 'events/CompositionEvent.h', | 2709 'events/CompositionEvent.h', |
2713 'events/CustomEvent.cpp', | 2710 'events/CustomEvent.cpp', |
2714 'events/CustomEvent.h', | 2711 'events/CustomEvent.h', |
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3673 'dom/DOMPointInit.idl', | 3670 'dom/DOMPointInit.idl', |
3674 'dom/ElementRegistrationOptions.idl', | 3671 'dom/ElementRegistrationOptions.idl', |
3675 'dom/IdleRequestOptions.idl', | 3672 'dom/IdleRequestOptions.idl', |
3676 'dom/IntersectionObserverInit.idl', | 3673 'dom/IntersectionObserverInit.idl', |
3677 'dom/MutationObserverInit.idl', | 3674 'dom/MutationObserverInit.idl', |
3678 'dom/shadow/ShadowRootInit.idl', | 3675 'dom/shadow/ShadowRootInit.idl', |
3679 'dom/TouchInit.idl', | 3676 'dom/TouchInit.idl', |
3680 'events/AnimationEventInit.idl', | 3677 'events/AnimationEventInit.idl', |
3681 'events/AnimationPlayerEventInit.idl', | 3678 'events/AnimationPlayerEventInit.idl', |
3682 'events/ApplicationCacheErrorEventInit.idl', | 3679 'events/ApplicationCacheErrorEventInit.idl', |
3683 'events/AutocompleteErrorEventInit.idl', | |
3684 'events/CompositionEventInit.idl', | 3680 'events/CompositionEventInit.idl', |
3685 'events/CustomEventInit.idl', | 3681 'events/CustomEventInit.idl', |
3686 'events/DragEventInit.idl', | 3682 'events/DragEventInit.idl', |
3687 'events/ErrorEventInit.idl', | 3683 'events/ErrorEventInit.idl', |
3688 'events/EventInit.idl', | 3684 'events/EventInit.idl', |
3689 'events/EventListenerOptions.idl', | 3685 'events/EventListenerOptions.idl', |
3690 'events/EventModifierInit.idl', | 3686 'events/EventModifierInit.idl', |
3691 'events/FocusEventInit.idl', | 3687 'events/FocusEventInit.idl', |
3692 'events/HashChangeEventInit.idl', | 3688 'events/HashChangeEventInit.idl', |
3693 'events/InputEventInit.idl', | 3689 'events/InputEventInit.idl', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3744 '<(blink_core_output_dir)/dom/shadow/ShadowRootInit.cpp', | 3740 '<(blink_core_output_dir)/dom/shadow/ShadowRootInit.cpp', |
3745 '<(blink_core_output_dir)/dom/shadow/ShadowRootInit.h', | 3741 '<(blink_core_output_dir)/dom/shadow/ShadowRootInit.h', |
3746 '<(blink_core_output_dir)/dom/TouchInit.cpp', | 3742 '<(blink_core_output_dir)/dom/TouchInit.cpp', |
3747 '<(blink_core_output_dir)/dom/TouchInit.h', | 3743 '<(blink_core_output_dir)/dom/TouchInit.h', |
3748 '<(blink_core_output_dir)/events/AnimationEventInit.cpp', | 3744 '<(blink_core_output_dir)/events/AnimationEventInit.cpp', |
3749 '<(blink_core_output_dir)/events/AnimationEventInit.h', | 3745 '<(blink_core_output_dir)/events/AnimationEventInit.h', |
3750 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.cpp', | 3746 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.cpp', |
3751 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.h', | 3747 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.h', |
3752 '<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.cpp'
, | 3748 '<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.cpp'
, |
3753 '<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.h', | 3749 '<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.h', |
3754 '<(blink_core_output_dir)/events/AutocompleteErrorEventInit.cpp', | |
3755 '<(blink_core_output_dir)/events/AutocompleteErrorEventInit.h', | |
3756 '<(blink_core_output_dir)/events/CompositionEventInit.cpp', | 3750 '<(blink_core_output_dir)/events/CompositionEventInit.cpp', |
3757 '<(blink_core_output_dir)/events/CompositionEventInit.h', | 3751 '<(blink_core_output_dir)/events/CompositionEventInit.h', |
3758 '<(blink_core_output_dir)/events/CustomEventInit.cpp', | 3752 '<(blink_core_output_dir)/events/CustomEventInit.cpp', |
3759 '<(blink_core_output_dir)/events/CustomEventInit.h', | 3753 '<(blink_core_output_dir)/events/CustomEventInit.h', |
3760 '<(blink_core_output_dir)/events/DragEventInit.cpp', | 3754 '<(blink_core_output_dir)/events/DragEventInit.cpp', |
3761 '<(blink_core_output_dir)/events/DragEventInit.h', | 3755 '<(blink_core_output_dir)/events/DragEventInit.h', |
3762 '<(blink_core_output_dir)/events/ErrorEventInit.cpp', | 3756 '<(blink_core_output_dir)/events/ErrorEventInit.cpp', |
3763 '<(blink_core_output_dir)/events/ErrorEventInit.h', | 3757 '<(blink_core_output_dir)/events/ErrorEventInit.h', |
3764 '<(blink_core_output_dir)/events/EventInit.cpp', | 3758 '<(blink_core_output_dir)/events/EventInit.cpp', |
3765 '<(blink_core_output_dir)/events/EventInit.h', | 3759 '<(blink_core_output_dir)/events/EventInit.h', |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4117 'svg/SVGPathParserTest.cpp', | 4111 'svg/SVGPathParserTest.cpp', |
4118 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4112 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4119 'testing/PrivateScriptTestTest.cpp', | 4113 'testing/PrivateScriptTestTest.cpp', |
4120 'timing/MemoryInfoTest.cpp', | 4114 'timing/MemoryInfoTest.cpp', |
4121 'workers/WorkerThreadTest.cpp', | 4115 'workers/WorkerThreadTest.cpp', |
4122 'workers/WorkerThreadTestHelper.h', | 4116 'workers/WorkerThreadTestHelper.h', |
4123 'xml/parser/SharedBufferReaderTest.cpp', | 4117 'xml/parser/SharedBufferReaderTest.cpp', |
4124 ], | 4118 ], |
4125 } | 4119 } |
4126 } | 4120 } |
OLD | NEW |