| 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 2784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2795 'events/UIEvent.cpp', | 2795 'events/UIEvent.cpp', |
| 2796 'events/UIEventWithKeyState.cpp', | 2796 'events/UIEventWithKeyState.cpp', |
| 2797 'events/WheelEvent.cpp', | 2797 'events/WheelEvent.cpp', |
| 2798 'events/WheelEvent.h', | 2798 'events/WheelEvent.h', |
| 2799 'events/WindowEventContext.cpp', | 2799 'events/WindowEventContext.cpp', |
| 2800 'events/WindowEventContext.h', | 2800 'events/WindowEventContext.h', |
| 2801 'input/EventHandler.cpp', | 2801 'input/EventHandler.cpp', |
| 2802 'input/EventHandler.h', | 2802 'input/EventHandler.h', |
| 2803 'input/InputDeviceCapabilities.cpp', | 2803 'input/InputDeviceCapabilities.cpp', |
| 2804 'input/InputDeviceCapabilities.h', | 2804 'input/InputDeviceCapabilities.h', |
| 2805 'input/KeyboardEventManager.cpp', |
| 2806 'input/KeyboardEventManager.h', |
| 2805 'input/PointerEventManager.cpp', | 2807 'input/PointerEventManager.cpp', |
| 2806 'input/PointerEventManager.h', | 2808 'input/PointerEventManager.h', |
| 2807 'input/ScrollManager.cpp', | 2809 'input/ScrollManager.cpp', |
| 2808 'input/ScrollManager.h', | 2810 'input/ScrollManager.h', |
| 2809 'input/TouchActionUtil.cpp', | 2811 'input/TouchActionUtil.cpp', |
| 2810 'input/TouchActionUtil.h', | 2812 'input/TouchActionUtil.h', |
| 2811 'input/TouchEventManager.cpp', | 2813 'input/TouchEventManager.cpp', |
| 2812 'input/TouchEventManager.h', | 2814 'input/TouchEventManager.h', |
| 2813 ], | 2815 ], |
| 2814 'webcore_html_files': [ | 2816 'webcore_html_files': [ |
| (...skipping 1335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4150 'testing/PrivateScriptTestTest.cpp', | 4152 'testing/PrivateScriptTestTest.cpp', |
| 4151 'timing/MemoryInfoTest.cpp', | 4153 'timing/MemoryInfoTest.cpp', |
| 4152 'timing/PerformanceBaseTest.cpp', | 4154 'timing/PerformanceBaseTest.cpp', |
| 4153 'timing/PerformanceObserverTest.cpp', | 4155 'timing/PerformanceObserverTest.cpp', |
| 4154 'workers/WorkerThreadTest.cpp', | 4156 'workers/WorkerThreadTest.cpp', |
| 4155 'workers/WorkerThreadTestHelper.h', | 4157 'workers/WorkerThreadTestHelper.h', |
| 4156 'xml/parser/SharedBufferReaderTest.cpp', | 4158 'xml/parser/SharedBufferReaderTest.cpp', |
| 4157 ], | 4159 ], |
| 4158 } | 4160 } |
| 4159 } | 4161 } |
| OLD | NEW |