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 2613 matching lines...) Loading... |
2624 'events/MutationEvent.cpp', | 2624 'events/MutationEvent.cpp', |
2625 'events/MutationEvent.h', | 2625 'events/MutationEvent.h', |
2626 'events/NavigatorEvents.cpp', | 2626 'events/NavigatorEvents.cpp', |
2627 'events/NavigatorEvents.h', | 2627 'events/NavigatorEvents.h', |
2628 'events/NodeEventContext.cpp', | 2628 'events/NodeEventContext.cpp', |
2629 'events/NodeEventContext.h', | 2629 'events/NodeEventContext.h', |
2630 'events/PageTransitionEvent.cpp', | 2630 'events/PageTransitionEvent.cpp', |
2631 'events/PageTransitionEvent.h', | 2631 'events/PageTransitionEvent.h', |
2632 'events/PointerEvent.cpp', | 2632 'events/PointerEvent.cpp', |
2633 'events/PointerEvent.h', | 2633 'events/PointerEvent.h', |
2634 'events/PointerIdManager.cpp', | 2634 'events/PointerEventFactory.cpp', |
2635 'events/PointerIdManager.h', | 2635 'events/PointerEventFactory.h', |
2636 'events/PopStateEvent.cpp', | 2636 'events/PopStateEvent.cpp', |
2637 'events/PopStateEvent.h', | 2637 'events/PopStateEvent.h', |
2638 'events/ProgressEvent.cpp', | 2638 'events/ProgressEvent.cpp', |
2639 'events/ProgressEvent.h', | 2639 'events/ProgressEvent.h', |
2640 'events/PromiseRejectionEvent.cpp', | 2640 'events/PromiseRejectionEvent.cpp', |
2641 'events/PromiseRejectionEvent.h', | 2641 'events/PromiseRejectionEvent.h', |
2642 'events/RelatedEvent.cpp', | 2642 'events/RelatedEvent.cpp', |
2643 'events/RelatedEvent.h', | 2643 'events/RelatedEvent.h', |
2644 'events/ResourceProgressEvent.cpp', | 2644 'events/ResourceProgressEvent.cpp', |
2645 'events/ResourceProgressEvent.h', | 2645 'events/ResourceProgressEvent.h', |
(...skipping 1189 matching lines...) Loading... |
3835 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', | 3835 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', |
3836 'editing/iterators/TextIteratorTest.cpp', | 3836 'editing/iterators/TextIteratorTest.cpp', |
3837 'editing/markers/DocumentMarkerControllerTest.cpp', | 3837 'editing/markers/DocumentMarkerControllerTest.cpp', |
3838 'editing/PositionTest.cpp', | 3838 'editing/PositionTest.cpp', |
3839 'editing/SurroundingTextTest.cpp', | 3839 'editing/SurroundingTextTest.cpp', |
3840 'editing/VisiblePositionTest.cpp', | 3840 'editing/VisiblePositionTest.cpp', |
3841 'editing/VisibleSelectionTest.cpp', | 3841 'editing/VisibleSelectionTest.cpp', |
3842 'editing/VisibleUnitsTest.cpp', | 3842 'editing/VisibleUnitsTest.cpp', |
3843 'editing/serializers/StyledMarkupSerializerTest.cpp', | 3843 'editing/serializers/StyledMarkupSerializerTest.cpp', |
3844 'events/EventPathTest.cpp', | 3844 'events/EventPathTest.cpp', |
| 3845 'events/PointerEventFactoryTest.cpp', |
3845 'experiments/ExperimentsTest.cpp', | 3846 'experiments/ExperimentsTest.cpp', |
3846 'fetch/CachingCorrectnessTest.cpp', | 3847 'fetch/CachingCorrectnessTest.cpp', |
3847 'fetch/ClientHintsPreferencesTest.cpp', | 3848 'fetch/ClientHintsPreferencesTest.cpp', |
3848 'fetch/FetchUtilsTest.cpp', | 3849 'fetch/FetchUtilsTest.cpp', |
3849 'fetch/ImageResourceTest.cpp', | 3850 'fetch/ImageResourceTest.cpp', |
3850 'fetch/MemoryCacheTest.cpp', | 3851 'fetch/MemoryCacheTest.cpp', |
3851 'fetch/MockImageResourceClient.cpp', | 3852 'fetch/MockImageResourceClient.cpp', |
3852 'fetch/RawResourceTest.cpp', | 3853 'fetch/RawResourceTest.cpp', |
3853 'fetch/ResourceFetcherTest.cpp', | 3854 'fetch/ResourceFetcherTest.cpp', |
3854 'fetch/ResourceLoaderOptionsTest.cpp', | 3855 'fetch/ResourceLoaderOptionsTest.cpp', |
(...skipping 78 matching lines...) Loading... |
3933 'style/SVGComputedStyleTest.cpp', | 3934 'style/SVGComputedStyleTest.cpp', |
3934 'svg/SVGPathParserTest.cpp', | 3935 'svg/SVGPathParserTest.cpp', |
3935 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3936 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3936 'testing/PrivateScriptTestTest.cpp', | 3937 'testing/PrivateScriptTestTest.cpp', |
3937 'timing/MemoryInfoTest.cpp', | 3938 'timing/MemoryInfoTest.cpp', |
3938 'workers/WorkerThreadTest.cpp', | 3939 'workers/WorkerThreadTest.cpp', |
3939 'xml/parser/SharedBufferReaderTest.cpp', | 3940 'xml/parser/SharedBufferReaderTest.cpp', |
3940 ], | 3941 ], |
3941 } | 3942 } |
3942 } | 3943 } |
OLD | NEW |