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

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

Issue 2010133003: Add ScrollManager class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding TODOs 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 2775 matching lines...) Expand 10 before | Expand all | Expand 10 after
2786 'events/WheelEvent.cpp', 2786 'events/WheelEvent.cpp',
2787 'events/WheelEvent.h', 2787 'events/WheelEvent.h',
2788 'events/WindowEventContext.cpp', 2788 'events/WindowEventContext.cpp',
2789 'events/WindowEventContext.h', 2789 'events/WindowEventContext.h',
2790 'input/EventHandler.cpp', 2790 'input/EventHandler.cpp',
2791 'input/EventHandler.h', 2791 'input/EventHandler.h',
2792 'input/InputDeviceCapabilities.cpp', 2792 'input/InputDeviceCapabilities.cpp',
2793 'input/InputDeviceCapabilities.h', 2793 'input/InputDeviceCapabilities.h',
2794 'input/PointerEventManager.cpp', 2794 'input/PointerEventManager.cpp',
2795 'input/PointerEventManager.h', 2795 'input/PointerEventManager.h',
2796 'input/ScrollManager.cpp',
2797 'input/ScrollManager.h',
2796 'input/TouchActionUtil.cpp', 2798 'input/TouchActionUtil.cpp',
2797 'input/TouchActionUtil.h', 2799 'input/TouchActionUtil.h',
2798 'input/TouchEventManager.cpp', 2800 'input/TouchEventManager.cpp',
2799 'input/TouchEventManager.h', 2801 'input/TouchEventManager.h',
2800 ], 2802 ],
2801 'webcore_html_files': [ 2803 'webcore_html_files': [
2802 'html/AutoplayExperimentHelper.cpp', 2804 'html/AutoplayExperimentHelper.cpp',
2803 'html/AutoplayExperimentHelper.h', 2805 'html/AutoplayExperimentHelper.h',
2804 'html/ClassList.cpp', 2806 'html/ClassList.cpp',
2805 'html/ClassList.h', 2807 'html/ClassList.h',
(...skipping 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after
4134 'testing/PrivateScriptTestTest.cpp', 4136 'testing/PrivateScriptTestTest.cpp',
4135 'timing/MemoryInfoTest.cpp', 4137 'timing/MemoryInfoTest.cpp',
4136 'timing/PerformanceBaseTest.cpp', 4138 'timing/PerformanceBaseTest.cpp',
4137 'timing/PerformanceObserverTest.cpp', 4139 'timing/PerformanceObserverTest.cpp',
4138 'workers/WorkerThreadTest.cpp', 4140 'workers/WorkerThreadTest.cpp',
4139 'workers/WorkerThreadTestHelper.h', 4141 'workers/WorkerThreadTestHelper.h',
4140 'xml/parser/SharedBufferReaderTest.cpp', 4142 'xml/parser/SharedBufferReaderTest.cpp',
4141 ], 4143 ],
4142 } 4144 }
4143 } 4145 }
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