| 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 2795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2806 'events/UIEvent.cpp', | 2806 'events/UIEvent.cpp', |
| 2807 'events/UIEventWithKeyState.cpp', | 2807 'events/UIEventWithKeyState.cpp', |
| 2808 'events/WheelEvent.cpp', | 2808 'events/WheelEvent.cpp', |
| 2809 'events/WheelEvent.h', | 2809 'events/WheelEvent.h', |
| 2810 'events/WindowEventContext.cpp', | 2810 'events/WindowEventContext.cpp', |
| 2811 'events/WindowEventContext.h', | 2811 'events/WindowEventContext.h', |
| 2812 'input/EventHandler.cpp', | 2812 'input/EventHandler.cpp', |
| 2813 'input/EventHandler.h', | 2813 'input/EventHandler.h', |
| 2814 'input/InputDeviceCapabilities.cpp', | 2814 'input/InputDeviceCapabilities.cpp', |
| 2815 'input/InputDeviceCapabilities.h', | 2815 'input/InputDeviceCapabilities.h', |
| 2816 'input/KeyboardEventManager.cpp', |
| 2817 'input/KeyboardEventManager.h', |
| 2816 'input/PointerEventManager.cpp', | 2818 'input/PointerEventManager.cpp', |
| 2817 'input/PointerEventManager.h', | 2819 'input/PointerEventManager.h', |
| 2818 'input/ScrollManager.cpp', | 2820 'input/ScrollManager.cpp', |
| 2819 'input/ScrollManager.h', | 2821 'input/ScrollManager.h', |
| 2820 'input/TouchActionUtil.cpp', | 2822 'input/TouchActionUtil.cpp', |
| 2821 'input/TouchActionUtil.h', | 2823 'input/TouchActionUtil.h', |
| 2822 'input/TouchEventManager.cpp', | 2824 'input/TouchEventManager.cpp', |
| 2823 'input/TouchEventManager.h', | 2825 'input/TouchEventManager.h', |
| 2824 ], | 2826 ], |
| 2825 'webcore_html_files': [ | 2827 'webcore_html_files': [ |
| (...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4162 'testing/PrivateScriptTestTest.cpp', | 4164 'testing/PrivateScriptTestTest.cpp', |
| 4163 'timing/MemoryInfoTest.cpp', | 4165 'timing/MemoryInfoTest.cpp', |
| 4164 'timing/PerformanceBaseTest.cpp', | 4166 'timing/PerformanceBaseTest.cpp', |
| 4165 'timing/PerformanceObserverTest.cpp', | 4167 'timing/PerformanceObserverTest.cpp', |
| 4166 'workers/WorkerThreadTest.cpp', | 4168 'workers/WorkerThreadTest.cpp', |
| 4167 'workers/WorkerThreadTestHelper.h', | 4169 'workers/WorkerThreadTestHelper.h', |
| 4168 'xml/parser/SharedBufferReaderTest.cpp', | 4170 'xml/parser/SharedBufferReaderTest.cpp', |
| 4169 ], | 4171 ], |
| 4170 } | 4172 } |
| 4171 } | 4173 } |
| OLD | NEW |