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

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

Issue 1670073004: Send node transition events for touch events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing the comment Created 4 years, 10 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
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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2700 matching lines...) Expand 10 before | Expand all | Expand 10 after
2711 'events/MutationEvent.cpp', 2711 'events/MutationEvent.cpp',
2712 'events/MutationEvent.h', 2712 'events/MutationEvent.h',
2713 'events/NavigatorEvents.cpp', 2713 'events/NavigatorEvents.cpp',
2714 'events/NavigatorEvents.h', 2714 'events/NavigatorEvents.h',
2715 'events/NodeEventContext.cpp', 2715 'events/NodeEventContext.cpp',
2716 'events/NodeEventContext.h', 2716 'events/NodeEventContext.h',
2717 'events/PageTransitionEvent.cpp', 2717 'events/PageTransitionEvent.cpp',
2718 'events/PageTransitionEvent.h', 2718 'events/PageTransitionEvent.h',
2719 'events/PointerEvent.cpp', 2719 'events/PointerEvent.cpp',
2720 'events/PointerEvent.h', 2720 'events/PointerEvent.h',
2721 'events/PointerEventManager.cpp', 2721 'events/PointerEventFactory.cpp',
2722 'events/PointerEventManager.h', 2722 'events/PointerEventFactory.h',
2723 'events/PopStateEvent.cpp', 2723 'events/PopStateEvent.cpp',
2724 'events/PopStateEvent.h', 2724 'events/PopStateEvent.h',
2725 'events/ProgressEvent.cpp', 2725 'events/ProgressEvent.cpp',
2726 'events/ProgressEvent.h', 2726 'events/ProgressEvent.h',
2727 'events/PromiseRejectionEvent.cpp', 2727 'events/PromiseRejectionEvent.cpp',
2728 'events/PromiseRejectionEvent.h', 2728 'events/PromiseRejectionEvent.h',
2729 'events/RelatedEvent.cpp', 2729 'events/RelatedEvent.cpp',
2730 'events/RelatedEvent.h', 2730 'events/RelatedEvent.h',
2731 'events/ResourceProgressEvent.cpp', 2731 'events/ResourceProgressEvent.cpp',
2732 'events/ResourceProgressEvent.h', 2732 'events/ResourceProgressEvent.h',
(...skipping 13 matching lines...) Expand all
2746 'events/UIEvent.cpp', 2746 'events/UIEvent.cpp',
2747 'events/UIEventWithKeyState.cpp', 2747 'events/UIEventWithKeyState.cpp',
2748 'events/WheelEvent.cpp', 2748 'events/WheelEvent.cpp',
2749 'events/WheelEvent.h', 2749 'events/WheelEvent.h',
2750 'events/WindowEventContext.cpp', 2750 'events/WindowEventContext.cpp',
2751 'events/WindowEventContext.h', 2751 'events/WindowEventContext.h',
2752 'input/EventHandler.cpp', 2752 'input/EventHandler.cpp',
2753 'input/EventHandler.h', 2753 'input/EventHandler.h',
2754 'input/InputDeviceCapabilities.cpp', 2754 'input/InputDeviceCapabilities.cpp',
2755 'input/InputDeviceCapabilities.h', 2755 'input/InputDeviceCapabilities.h',
2756 'input/PointerEventManager.cpp',
2757 'input/PointerEventManager.h',
2756 'input/TouchActionUtil.cpp', 2758 'input/TouchActionUtil.cpp',
2757 'input/TouchActionUtil.h', 2759 'input/TouchActionUtil.h',
2758 ], 2760 ],
2759 'webcore_html_files': [ 2761 'webcore_html_files': [
2760 'html/AutoplayExperimentHelper.cpp', 2762 'html/AutoplayExperimentHelper.cpp',
2761 'html/AutoplayExperimentHelper.h', 2763 'html/AutoplayExperimentHelper.h',
2762 'html/ClassList.cpp', 2764 'html/ClassList.cpp',
2763 'html/ClassList.h', 2765 'html/ClassList.h',
2764 'html/CrossOriginAttribute.cpp', 2766 'html/CrossOriginAttribute.cpp',
2765 'html/CrossOriginAttribute.h', 2767 'html/CrossOriginAttribute.h',
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
3954 'editing/markers/DocumentMarkerControllerTest.cpp', 3956 'editing/markers/DocumentMarkerControllerTest.cpp',
3955 'editing/PositionTest.cpp', 3957 'editing/PositionTest.cpp',
3956 'editing/SelectionAdjusterTest.cpp', 3958 'editing/SelectionAdjusterTest.cpp',
3957 'editing/SurroundingTextTest.cpp', 3959 'editing/SurroundingTextTest.cpp',
3958 'editing/VisiblePositionTest.cpp', 3960 'editing/VisiblePositionTest.cpp',
3959 'editing/VisibleSelectionTest.cpp', 3961 'editing/VisibleSelectionTest.cpp',
3960 'editing/VisibleUnitsTest.cpp', 3962 'editing/VisibleUnitsTest.cpp',
3961 'editing/serializers/StyledMarkupSerializerTest.cpp', 3963 'editing/serializers/StyledMarkupSerializerTest.cpp',
3962 'editing/spellcheck/SpellCheckerTest.cpp', 3964 'editing/spellcheck/SpellCheckerTest.cpp',
3963 'events/EventPathTest.cpp', 3965 'events/EventPathTest.cpp',
3964 'events/PointerEventManagerTest.cpp', 3966 'events/PointerEventFactoryTest.cpp',
3965 'fetch/CachingCorrectnessTest.cpp', 3967 'fetch/CachingCorrectnessTest.cpp',
3966 'fetch/ClientHintsPreferencesTest.cpp', 3968 'fetch/ClientHintsPreferencesTest.cpp',
3967 'fetch/FetchUtilsTest.cpp', 3969 'fetch/FetchUtilsTest.cpp',
3968 'fetch/ImageResourceTest.cpp', 3970 'fetch/ImageResourceTest.cpp',
3969 'fetch/MemoryCacheTest.cpp', 3971 'fetch/MemoryCacheTest.cpp',
3970 'fetch/MockImageResourceClient.cpp', 3972 'fetch/MockImageResourceClient.cpp',
3971 'fetch/RawResourceTest.cpp', 3973 'fetch/RawResourceTest.cpp',
3972 'fetch/ResourceFetcherTest.cpp', 3974 'fetch/ResourceFetcherTest.cpp',
3973 'fetch/ResourceLoaderOptionsTest.cpp', 3975 'fetch/ResourceLoaderOptionsTest.cpp',
3974 'fetch/ResourceTest.cpp', 3976 'fetch/ResourceTest.cpp',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
4061 'style/SVGComputedStyleTest.cpp', 4063 'style/SVGComputedStyleTest.cpp',
4062 'svg/SVGPathParserTest.cpp', 4064 'svg/SVGPathParserTest.cpp',
4063 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4065 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4064 'testing/PrivateScriptTestTest.cpp', 4066 'testing/PrivateScriptTestTest.cpp',
4065 'timing/MemoryInfoTest.cpp', 4067 'timing/MemoryInfoTest.cpp',
4066 'workers/WorkerThreadTest.cpp', 4068 'workers/WorkerThreadTest.cpp',
4067 'xml/parser/SharedBufferReaderTest.cpp', 4069 'xml/parser/SharedBufferReaderTest.cpp',
4068 ], 4070 ],
4069 } 4071 }
4070 } 4072 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698