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

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

Issue 1892653003: Extract touch handling logic from EventHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 2757 matching lines...) Expand 10 before | Expand all | Expand 10 after
2768 'events/WindowEventContext.cpp', 2768 'events/WindowEventContext.cpp',
2769 'events/WindowEventContext.h', 2769 'events/WindowEventContext.h',
2770 'input/EventHandler.cpp', 2770 'input/EventHandler.cpp',
2771 'input/EventHandler.h', 2771 'input/EventHandler.h',
2772 'input/InputDeviceCapabilities.cpp', 2772 'input/InputDeviceCapabilities.cpp',
2773 'input/InputDeviceCapabilities.h', 2773 'input/InputDeviceCapabilities.h',
2774 'input/PointerEventManager.cpp', 2774 'input/PointerEventManager.cpp',
2775 'input/PointerEventManager.h', 2775 'input/PointerEventManager.h',
2776 'input/TouchActionUtil.cpp', 2776 'input/TouchActionUtil.cpp',
2777 'input/TouchActionUtil.h', 2777 'input/TouchActionUtil.h',
2778 'input/TouchEventManager.cpp',
2779 'input/TouchEventManager.h',
2778 ], 2780 ],
2779 'webcore_html_files': [ 2781 'webcore_html_files': [
2780 'html/AutoplayExperimentHelper.cpp', 2782 'html/AutoplayExperimentHelper.cpp',
2781 'html/AutoplayExperimentHelper.h', 2783 'html/AutoplayExperimentHelper.h',
2782 'html/ClassList.cpp', 2784 'html/ClassList.cpp',
2783 'html/ClassList.h', 2785 'html/ClassList.h',
2784 'html/CrossOriginAttribute.cpp', 2786 'html/CrossOriginAttribute.cpp',
2785 'html/CrossOriginAttribute.h', 2787 'html/CrossOriginAttribute.h',
2786 'html/DocumentNameCollection.cpp', 2788 'html/DocumentNameCollection.cpp',
2787 'html/DocumentNameCollection.h', 2789 'html/DocumentNameCollection.h',
(...skipping 1304 matching lines...) Expand 10 before | Expand all | Expand 10 after
4092 'svg/SVGPathParserTest.cpp', 4094 'svg/SVGPathParserTest.cpp',
4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4095 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4094 'testing/PrivateScriptTestTest.cpp', 4096 'testing/PrivateScriptTestTest.cpp',
4095 'timing/MemoryInfoTest.cpp', 4097 'timing/MemoryInfoTest.cpp',
4096 'workers/WorkerThreadTest.cpp', 4098 'workers/WorkerThreadTest.cpp',
4097 'workers/WorkerThreadTestHelper.h', 4099 'workers/WorkerThreadTestHelper.h',
4098 'xml/parser/SharedBufferReaderTest.cpp', 4100 'xml/parser/SharedBufferReaderTest.cpp',
4099 ], 4101 ],
4100 } 4102 }
4101 } 4103 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698