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

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

Issue 2255323004: Create MouseEventManager and EventHandlingUtil (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Applying comments Created 4 years, 3 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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 2882 matching lines...) Expand 10 before | Expand all | Expand 10 after
2893 'events/UIEvent.cpp', 2893 'events/UIEvent.cpp',
2894 'events/UIEventWithKeyState.cpp', 2894 'events/UIEventWithKeyState.cpp',
2895 'events/VisualViewportResizeEvent.cpp', 2895 'events/VisualViewportResizeEvent.cpp',
2896 'events/VisualViewportResizeEvent.h', 2896 'events/VisualViewportResizeEvent.h',
2897 'events/VisualViewportScrollEvent.cpp', 2897 'events/VisualViewportScrollEvent.cpp',
2898 'events/VisualViewportScrollEvent.h', 2898 'events/VisualViewportScrollEvent.h',
2899 'events/WheelEvent.cpp', 2899 'events/WheelEvent.cpp',
2900 'events/WheelEvent.h', 2900 'events/WheelEvent.h',
2901 'events/WindowEventContext.cpp', 2901 'events/WindowEventContext.cpp',
2902 'events/WindowEventContext.h', 2902 'events/WindowEventContext.h',
2903 'input/BoundaryEventDispatcher.cpp',
2904 'input/BoundaryEventDispatcher.h',
2903 'input/EventHandler.cpp', 2905 'input/EventHandler.cpp',
2904 'input/EventHandler.h', 2906 'input/EventHandler.h',
2907 'input/EventHandlingUtil.cpp',
2908 'input/EventHandlingUtil.h',
2905 'input/GestureManager.cpp', 2909 'input/GestureManager.cpp',
2906 'input/GestureManager.h', 2910 'input/GestureManager.h',
2907 'input/InputDeviceCapabilities.cpp', 2911 'input/InputDeviceCapabilities.cpp',
2908 'input/InputDeviceCapabilities.h', 2912 'input/InputDeviceCapabilities.h',
2909 'input/KeyboardEventManager.cpp', 2913 'input/KeyboardEventManager.cpp',
2910 'input/KeyboardEventManager.h', 2914 'input/KeyboardEventManager.h',
2915 'input/MouseEventManager.cpp',
2916 'input/MouseEventManager.h',
2911 'input/PointerEventManager.cpp', 2917 'input/PointerEventManager.cpp',
2912 'input/PointerEventManager.h', 2918 'input/PointerEventManager.h',
2913 'input/ScrollManager.cpp', 2919 'input/ScrollManager.cpp',
2914 'input/ScrollManager.h', 2920 'input/ScrollManager.h',
2915 'input/TouchActionUtil.cpp', 2921 'input/TouchActionUtil.cpp',
2916 'input/TouchActionUtil.h', 2922 'input/TouchActionUtil.h',
2917 'input/TouchEventManager.cpp', 2923 'input/TouchEventManager.cpp',
2918 'input/TouchEventManager.h', 2924 'input/TouchEventManager.h',
2919 'observer/ResizeObservation.h', 2925 'observer/ResizeObservation.h',
2920 'observer/ResizeObservation.cpp', 2926 'observer/ResizeObservation.cpp',
(...skipping 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after
4036 'testing/TypeConversions.h', 4042 'testing/TypeConversions.h',
4037 'testing/UnionTypesTest.cpp', 4043 'testing/UnionTypesTest.cpp',
4038 'testing/UnionTypesTest.h', 4044 'testing/UnionTypesTest.h',
4039 'testing/v8/WebCoreTestSupport.cpp', 4045 'testing/v8/WebCoreTestSupport.cpp',
4040 'testing/v8/WebCoreTestSupport.h', 4046 'testing/v8/WebCoreTestSupport.h',
4041 'testing/WorkerInternals.cpp', 4047 'testing/WorkerInternals.cpp',
4042 'testing/WorkerInternals.h', 4048 'testing/WorkerInternals.h',
4043 ], 4049 ],
4044 } 4050 }
4045 } 4051 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698