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 2811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2822 'events/TreeScopeEventContext.cpp', | 2822 'events/TreeScopeEventContext.cpp', |
2823 'events/TreeScopeEventContext.h', | 2823 'events/TreeScopeEventContext.h', |
2824 'events/UIEvent.cpp', | 2824 'events/UIEvent.cpp', |
2825 'events/UIEventWithKeyState.cpp', | 2825 'events/UIEventWithKeyState.cpp', |
2826 'events/WheelEvent.cpp', | 2826 'events/WheelEvent.cpp', |
2827 'events/WheelEvent.h', | 2827 'events/WheelEvent.h', |
2828 'events/WindowEventContext.cpp', | 2828 'events/WindowEventContext.cpp', |
2829 'events/WindowEventContext.h', | 2829 'events/WindowEventContext.h', |
2830 'input/EventHandler.cpp', | 2830 'input/EventHandler.cpp', |
2831 'input/EventHandler.h', | 2831 'input/EventHandler.h', |
| 2832 'input/GestureManager.cpp', |
| 2833 'input/GestureManager.h', |
2832 'input/InputDeviceCapabilities.cpp', | 2834 'input/InputDeviceCapabilities.cpp', |
2833 'input/InputDeviceCapabilities.h', | 2835 'input/InputDeviceCapabilities.h', |
2834 'input/KeyboardEventManager.cpp', | 2836 'input/KeyboardEventManager.cpp', |
2835 'input/KeyboardEventManager.h', | 2837 'input/KeyboardEventManager.h', |
2836 'input/PointerEventManager.cpp', | 2838 'input/PointerEventManager.cpp', |
2837 'input/PointerEventManager.h', | 2839 'input/PointerEventManager.h', |
2838 'input/ScrollManager.cpp', | 2840 'input/ScrollManager.cpp', |
2839 'input/ScrollManager.h', | 2841 'input/ScrollManager.h', |
2840 'input/TouchActionUtil.cpp', | 2842 'input/TouchActionUtil.cpp', |
2841 'input/TouchActionUtil.h', | 2843 'input/TouchActionUtil.h', |
(...skipping 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4206 'testing/PrivateScriptTestTest.cpp', | 4208 'testing/PrivateScriptTestTest.cpp', |
4207 'timing/MemoryInfoTest.cpp', | 4209 'timing/MemoryInfoTest.cpp', |
4208 'timing/PerformanceBaseTest.cpp', | 4210 'timing/PerformanceBaseTest.cpp', |
4209 'timing/PerformanceObserverTest.cpp', | 4211 'timing/PerformanceObserverTest.cpp', |
4210 'workers/WorkerThreadTest.cpp', | 4212 'workers/WorkerThreadTest.cpp', |
4211 'workers/WorkerThreadTestHelper.h', | 4213 'workers/WorkerThreadTestHelper.h', |
4212 'xml/parser/SharedBufferReaderTest.cpp', | 4214 'xml/parser/SharedBufferReaderTest.cpp', |
4213 ], | 4215 ], |
4214 } | 4216 } |
4215 } | 4217 } |
OLD | NEW |