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

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: 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
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 2773 matching lines...) Expand 10 before | Expand all | Expand 10 after
2784 'events/WheelEvent.cpp', 2784 'events/WheelEvent.cpp',
2785 'events/WheelEvent.h', 2785 'events/WheelEvent.h',
2786 'events/WindowEventContext.cpp', 2786 'events/WindowEventContext.cpp',
2787 'events/WindowEventContext.h', 2787 'events/WindowEventContext.h',
2788 'input/EventHandler.cpp', 2788 'input/EventHandler.cpp',
2789 'input/EventHandler.h', 2789 'input/EventHandler.h',
2790 'input/InputDeviceCapabilities.cpp', 2790 'input/InputDeviceCapabilities.cpp',
2791 'input/InputDeviceCapabilities.h', 2791 'input/InputDeviceCapabilities.h',
2792 'input/PointerEventManager.cpp', 2792 'input/PointerEventManager.cpp',
2793 'input/PointerEventManager.h', 2793 'input/PointerEventManager.h',
2794 'input/ScrollManager.cpp',
2795 'input/ScrollManager.h',
2794 'input/TouchActionUtil.cpp', 2796 'input/TouchActionUtil.cpp',
2795 'input/TouchActionUtil.h', 2797 'input/TouchActionUtil.h',
2796 'input/TouchEventManager.cpp', 2798 'input/TouchEventManager.cpp',
2797 'input/TouchEventManager.h', 2799 'input/TouchEventManager.h',
2798 ], 2800 ],
2799 'webcore_html_files': [ 2801 'webcore_html_files': [
2800 'html/AutoplayExperimentHelper.cpp', 2802 'html/AutoplayExperimentHelper.cpp',
2801 'html/AutoplayExperimentHelper.h', 2803 'html/AutoplayExperimentHelper.h',
2802 'html/ClassList.cpp', 2804 'html/ClassList.cpp',
2803 'html/ClassList.h', 2805 'html/ClassList.h',
(...skipping 1327 matching lines...) Expand 10 before | Expand all | Expand 10 after
4131 'testing/PrivateScriptTestTest.cpp', 4133 'testing/PrivateScriptTestTest.cpp',
4132 'timing/MemoryInfoTest.cpp', 4134 'timing/MemoryInfoTest.cpp',
4133 'timing/PerformanceBaseTest.cpp', 4135 'timing/PerformanceBaseTest.cpp',
4134 'timing/PerformanceObserverTest.cpp', 4136 'timing/PerformanceObserverTest.cpp',
4135 'workers/WorkerThreadTest.cpp', 4137 'workers/WorkerThreadTest.cpp',
4136 'workers/WorkerThreadTestHelper.h', 4138 'workers/WorkerThreadTestHelper.h',
4137 'xml/parser/SharedBufferReaderTest.cpp', 4139 'xml/parser/SharedBufferReaderTest.cpp',
4138 ], 4140 ],
4139 } 4141 }
4140 } 4142 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698