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

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

Issue 2137113002: Create GestureManager class and move related logic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the nits Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/input/EventHandler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2811 matching lines...) Expand 10 before | Expand all | Expand 10 after
2822 'events/TreeScopeEventContext.cpp', 2822 'events/TreeScopeEventContext.cpp',
2823 'events/TreeScopeEventContext.h', 2823 'events/TreeScopeEventContext.h',
2824 'events/UIEvent.cpp', 2824 'events/UIEvent.cpp',
2825 'events/UIEventWithKeyState.cpp', 2825 'events/UIEventWithKeyState.cpp',
2826 'events/WheelEvent.cpp', 2826 'events/WheelEvent.cpp',
2827 'events/WheelEvent.h', 2827 'events/WheelEvent.h',
2828 'events/WindowEventContext.cpp', 2828 'events/WindowEventContext.cpp',
2829 'events/WindowEventContext.h', 2829 'events/WindowEventContext.h',
2830 'input/EventHandler.cpp', 2830 'input/EventHandler.cpp',
2831 'input/EventHandler.h', 2831 'input/EventHandler.h',
2832 'input/GestureManager.cpp',
2833 'input/GestureManager.h',
2832 'input/InputDeviceCapabilities.cpp', 2834 'input/InputDeviceCapabilities.cpp',
2833 'input/InputDeviceCapabilities.h', 2835 'input/InputDeviceCapabilities.h',
2834 'input/KeyboardEventManager.cpp', 2836 'input/KeyboardEventManager.cpp',
2835 'input/KeyboardEventManager.h', 2837 'input/KeyboardEventManager.h',
2836 'input/PointerEventManager.cpp', 2838 'input/PointerEventManager.cpp',
2837 'input/PointerEventManager.h', 2839 'input/PointerEventManager.h',
2838 'input/ScrollManager.cpp', 2840 'input/ScrollManager.cpp',
2839 'input/ScrollManager.h', 2841 'input/ScrollManager.h',
2840 'input/TouchActionUtil.cpp', 2842 'input/TouchActionUtil.cpp',
2841 'input/TouchActionUtil.h', 2843 'input/TouchActionUtil.h',
(...skipping 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after
4206 'testing/PrivateScriptTestTest.cpp', 4208 'testing/PrivateScriptTestTest.cpp',
4207 'timing/MemoryInfoTest.cpp', 4209 'timing/MemoryInfoTest.cpp',
4208 'timing/PerformanceBaseTest.cpp', 4210 'timing/PerformanceBaseTest.cpp',
4209 'timing/PerformanceObserverTest.cpp', 4211 'timing/PerformanceObserverTest.cpp',
4210 'workers/WorkerThreadTest.cpp', 4212 'workers/WorkerThreadTest.cpp',
4211 'workers/WorkerThreadTestHelper.h', 4213 'workers/WorkerThreadTestHelper.h',
4212 'xml/parser/SharedBufferReaderTest.cpp', 4214 'xml/parser/SharedBufferReaderTest.cpp',
4213 ], 4215 ],
4214 } 4216 }
4215 } 4217 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/input/EventHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698