| 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 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/AddEventListenerOptions.idl', | 3677 'events/AddEventListenerOptions.idl', |
| 3681 'events/AnimationEventInit.idl', | 3678 'events/AnimationEventInit.idl', |
| 3682 'events/AnimationPlayerEventInit.idl', | 3679 'events/AnimationPlayerEventInit.idl', |
| 3683 'events/ApplicationCacheErrorEventInit.idl', | 3680 'events/ApplicationCacheErrorEventInit.idl', |
| 3684 'events/AutocompleteErrorEventInit.idl', | |
| 3685 'events/CompositionEventInit.idl', | 3681 'events/CompositionEventInit.idl', |
| 3686 'events/CustomEventInit.idl', | 3682 'events/CustomEventInit.idl', |
| 3687 'events/DragEventInit.idl', | 3683 'events/DragEventInit.idl', |
| 3688 'events/ErrorEventInit.idl', | 3684 'events/ErrorEventInit.idl', |
| 3689 'events/EventInit.idl', | 3685 'events/EventInit.idl', |
| 3690 'events/EventListenerOptions.idl', | 3686 'events/EventListenerOptions.idl', |
| 3691 'events/EventModifierInit.idl', | 3687 'events/EventModifierInit.idl', |
| 3692 'events/FocusEventInit.idl', | 3688 'events/FocusEventInit.idl', |
| 3693 'events/HashChangeEventInit.idl', | 3689 'events/HashChangeEventInit.idl', |
| 3694 'events/InputEventInit.idl', | 3690 'events/InputEventInit.idl', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3747 '<(blink_core_output_dir)/dom/TouchInit.cpp', | 3743 '<(blink_core_output_dir)/dom/TouchInit.cpp', |
| 3748 '<(blink_core_output_dir)/dom/TouchInit.h', | 3744 '<(blink_core_output_dir)/dom/TouchInit.h', |
| 3749 '<(blink_core_output_dir)/events/AddEventListenerOptions.cpp', | 3745 '<(blink_core_output_dir)/events/AddEventListenerOptions.cpp', |
| 3750 '<(blink_core_output_dir)/events/AddEventListenerOptions.h', | 3746 '<(blink_core_output_dir)/events/AddEventListenerOptions.h', |
| 3751 '<(blink_core_output_dir)/events/AnimationEventInit.cpp', | 3747 '<(blink_core_output_dir)/events/AnimationEventInit.cpp', |
| 3752 '<(blink_core_output_dir)/events/AnimationEventInit.h', | 3748 '<(blink_core_output_dir)/events/AnimationEventInit.h', |
| 3753 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.cpp', | 3749 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.cpp', |
| 3754 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.h', | 3750 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.h', |
| 3755 '<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.cpp'
, | 3751 '<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.cpp'
, |
| 3756 '<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.h', | 3752 '<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.h', |
| 3757 '<(blink_core_output_dir)/events/AutocompleteErrorEventInit.cpp', | |
| 3758 '<(blink_core_output_dir)/events/AutocompleteErrorEventInit.h', | |
| 3759 '<(blink_core_output_dir)/events/CompositionEventInit.cpp', | 3753 '<(blink_core_output_dir)/events/CompositionEventInit.cpp', |
| 3760 '<(blink_core_output_dir)/events/CompositionEventInit.h', | 3754 '<(blink_core_output_dir)/events/CompositionEventInit.h', |
| 3761 '<(blink_core_output_dir)/events/CustomEventInit.cpp', | 3755 '<(blink_core_output_dir)/events/CustomEventInit.cpp', |
| 3762 '<(blink_core_output_dir)/events/CustomEventInit.h', | 3756 '<(blink_core_output_dir)/events/CustomEventInit.h', |
| 3763 '<(blink_core_output_dir)/events/DragEventInit.cpp', | 3757 '<(blink_core_output_dir)/events/DragEventInit.cpp', |
| 3764 '<(blink_core_output_dir)/events/DragEventInit.h', | 3758 '<(blink_core_output_dir)/events/DragEventInit.h', |
| 3765 '<(blink_core_output_dir)/events/ErrorEventInit.cpp', | 3759 '<(blink_core_output_dir)/events/ErrorEventInit.cpp', |
| 3766 '<(blink_core_output_dir)/events/ErrorEventInit.h', | 3760 '<(blink_core_output_dir)/events/ErrorEventInit.h', |
| 3767 '<(blink_core_output_dir)/events/EventInit.cpp', | 3761 '<(blink_core_output_dir)/events/EventInit.cpp', |
| 3768 '<(blink_core_output_dir)/events/EventInit.h', | 3762 '<(blink_core_output_dir)/events/EventInit.h', |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4121 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4115 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4122 'testing/PrivateScriptTestTest.cpp', | 4116 'testing/PrivateScriptTestTest.cpp', |
| 4123 'timing/MemoryInfoTest.cpp', | 4117 'timing/MemoryInfoTest.cpp', |
| 4124 'timing/PerformanceBaseTest.cpp', | 4118 'timing/PerformanceBaseTest.cpp', |
| 4125 'workers/WorkerThreadTest.cpp', | 4119 'workers/WorkerThreadTest.cpp', |
| 4126 'workers/WorkerThreadTestHelper.h', | 4120 'workers/WorkerThreadTestHelper.h', |
| 4127 'xml/parser/SharedBufferReaderTest.cpp', | 4121 'xml/parser/SharedBufferReaderTest.cpp', |
| 4128 ], | 4122 ], |
| 4129 } | 4123 } |
| 4130 } | 4124 } |
| OLD | NEW |