OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |