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

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: Rebasing 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 2874 matching lines...) Expand 10 before | Expand all | Expand 10 after
2885 'events/UIEvent.cpp', 2885 'events/UIEvent.cpp',
2886 'events/UIEventWithKeyState.cpp', 2886 'events/UIEventWithKeyState.cpp',
2887 'events/VisualViewportResizeEvent.cpp', 2887 'events/VisualViewportResizeEvent.cpp',
2888 'events/VisualViewportResizeEvent.h', 2888 'events/VisualViewportResizeEvent.h',
2889 'events/VisualViewportScrollEvent.cpp', 2889 'events/VisualViewportScrollEvent.cpp',
2890 'events/VisualViewportScrollEvent.h', 2890 'events/VisualViewportScrollEvent.h',
2891 'events/WheelEvent.cpp', 2891 'events/WheelEvent.cpp',
2892 'events/WheelEvent.h', 2892 'events/WheelEvent.h',
2893 'events/WindowEventContext.cpp', 2893 'events/WindowEventContext.cpp',
2894 'events/WindowEventContext.h', 2894 'events/WindowEventContext.h',
2895 'input/BoundaryEventDispatcher.cpp',
2896 'input/BoundaryEventDispatcher.h',
2895 'input/EventHandler.cpp', 2897 'input/EventHandler.cpp',
2896 'input/EventHandler.h', 2898 'input/EventHandler.h',
2899 'input/EventHandlingUtil.cpp',
2900 'input/EventHandlingUtil.h',
2897 'input/GestureManager.cpp', 2901 'input/GestureManager.cpp',
2898 'input/GestureManager.h', 2902 'input/GestureManager.h',
2899 'input/InputDeviceCapabilities.cpp', 2903 'input/InputDeviceCapabilities.cpp',
2900 'input/InputDeviceCapabilities.h', 2904 'input/InputDeviceCapabilities.h',
2901 'input/KeyboardEventManager.cpp', 2905 'input/KeyboardEventManager.cpp',
2902 'input/KeyboardEventManager.h', 2906 'input/KeyboardEventManager.h',
2907 'input/MouseEventManager.cpp',
2908 'input/MouseEventManager.h',
2903 'input/PointerEventManager.cpp', 2909 'input/PointerEventManager.cpp',
2904 'input/PointerEventManager.h', 2910 'input/PointerEventManager.h',
2905 'input/ScrollManager.cpp', 2911 'input/ScrollManager.cpp',
2906 'input/ScrollManager.h', 2912 'input/ScrollManager.h',
2907 'input/TouchActionUtil.cpp', 2913 'input/TouchActionUtil.cpp',
2908 'input/TouchActionUtil.h', 2914 'input/TouchActionUtil.h',
2909 'input/TouchEventManager.cpp', 2915 'input/TouchEventManager.cpp',
2910 'input/TouchEventManager.h', 2916 'input/TouchEventManager.h',
2911 'observer/ResizeObservation.h', 2917 'observer/ResizeObservation.h',
2912 'observer/ResizeObservation.cpp', 2918 'observer/ResizeObservation.cpp',
(...skipping 1396 matching lines...) Expand 10 before | Expand all | Expand 10 after
4309 'timing/MemoryInfoTest.cpp', 4315 'timing/MemoryInfoTest.cpp',
4310 'timing/PerformanceBaseTest.cpp', 4316 'timing/PerformanceBaseTest.cpp',
4311 'timing/PerformanceObserverTest.cpp', 4317 'timing/PerformanceObserverTest.cpp',
4312 'workers/DedicatedWorkerTest.cpp', 4318 'workers/DedicatedWorkerTest.cpp',
4313 'workers/WorkerThreadTest.cpp', 4319 'workers/WorkerThreadTest.cpp',
4314 'workers/WorkerThreadTestHelper.h', 4320 'workers/WorkerThreadTestHelper.h',
4315 'xml/parser/SharedBufferReaderTest.cpp', 4321 'xml/parser/SharedBufferReaderTest.cpp',
4316 ], 4322 ],
4317 } 4323 }
4318 } 4324 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698