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

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

Issue 2036643003: Creat a KeyboardEventManager class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 2795 matching lines...) Expand 10 before | Expand all | Expand 10 after
2806 'events/UIEvent.cpp', 2806 'events/UIEvent.cpp',
2807 'events/UIEventWithKeyState.cpp', 2807 'events/UIEventWithKeyState.cpp',
2808 'events/WheelEvent.cpp', 2808 'events/WheelEvent.cpp',
2809 'events/WheelEvent.h', 2809 'events/WheelEvent.h',
2810 'events/WindowEventContext.cpp', 2810 'events/WindowEventContext.cpp',
2811 'events/WindowEventContext.h', 2811 'events/WindowEventContext.h',
2812 'input/EventHandler.cpp', 2812 'input/EventHandler.cpp',
2813 'input/EventHandler.h', 2813 'input/EventHandler.h',
2814 'input/InputDeviceCapabilities.cpp', 2814 'input/InputDeviceCapabilities.cpp',
2815 'input/InputDeviceCapabilities.h', 2815 'input/InputDeviceCapabilities.h',
2816 'input/KeyboardEventManager.cpp',
2817 'input/KeyboardEventManager.h',
2816 'input/PointerEventManager.cpp', 2818 'input/PointerEventManager.cpp',
2817 'input/PointerEventManager.h', 2819 'input/PointerEventManager.h',
2818 'input/ScrollManager.cpp', 2820 'input/ScrollManager.cpp',
2819 'input/ScrollManager.h', 2821 'input/ScrollManager.h',
2820 'input/TouchActionUtil.cpp', 2822 'input/TouchActionUtil.cpp',
2821 'input/TouchActionUtil.h', 2823 'input/TouchActionUtil.h',
2822 'input/TouchEventManager.cpp', 2824 'input/TouchEventManager.cpp',
2823 'input/TouchEventManager.h', 2825 'input/TouchEventManager.h',
2824 ], 2826 ],
2825 'webcore_html_files': [ 2827 'webcore_html_files': [
(...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after
4162 'testing/PrivateScriptTestTest.cpp', 4164 'testing/PrivateScriptTestTest.cpp',
4163 'timing/MemoryInfoTest.cpp', 4165 'timing/MemoryInfoTest.cpp',
4164 'timing/PerformanceBaseTest.cpp', 4166 'timing/PerformanceBaseTest.cpp',
4165 'timing/PerformanceObserverTest.cpp', 4167 'timing/PerformanceObserverTest.cpp',
4166 'workers/WorkerThreadTest.cpp', 4168 'workers/WorkerThreadTest.cpp',
4167 'workers/WorkerThreadTestHelper.h', 4169 'workers/WorkerThreadTestHelper.h',
4168 'xml/parser/SharedBufferReaderTest.cpp', 4170 'xml/parser/SharedBufferReaderTest.cpp',
4169 ], 4171 ],
4170 } 4172 }
4171 } 4173 }
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