| 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 2815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2826 'events/TouchEvent.cpp', | 2826 'events/TouchEvent.cpp', |
| 2827 'events/TouchEvent.h', | 2827 'events/TouchEvent.h', |
| 2828 'events/TouchEventContext.cpp', | 2828 'events/TouchEventContext.cpp', |
| 2829 'events/TouchEventContext.h', | 2829 'events/TouchEventContext.h', |
| 2830 'events/TransitionEvent.cpp', | 2830 'events/TransitionEvent.cpp', |
| 2831 'events/TransitionEvent.h', | 2831 'events/TransitionEvent.h', |
| 2832 'events/TreeScopeEventContext.cpp', | 2832 'events/TreeScopeEventContext.cpp', |
| 2833 'events/TreeScopeEventContext.h', | 2833 'events/TreeScopeEventContext.h', |
| 2834 'events/UIEvent.cpp', | 2834 'events/UIEvent.cpp', |
| 2835 'events/UIEventWithKeyState.cpp', | 2835 'events/UIEventWithKeyState.cpp', |
| 2836 'events/VisualViewportResizeEvent.cpp', |
| 2837 'events/VisualViewportResizeEvent.h', |
| 2838 'events/VisualViewportScrollEvent.cpp', |
| 2839 'events/VisualViewportScrollEvent.h', |
| 2836 'events/WheelEvent.cpp', | 2840 'events/WheelEvent.cpp', |
| 2837 'events/WheelEvent.h', | 2841 'events/WheelEvent.h', |
| 2838 'events/WindowEventContext.cpp', | 2842 'events/WindowEventContext.cpp', |
| 2839 'events/WindowEventContext.h', | 2843 'events/WindowEventContext.h', |
| 2840 'input/EventHandler.cpp', | 2844 'input/EventHandler.cpp', |
| 2841 'input/EventHandler.h', | 2845 'input/EventHandler.h', |
| 2842 'input/GestureManager.cpp', | 2846 'input/GestureManager.cpp', |
| 2843 'input/GestureManager.h', | 2847 'input/GestureManager.h', |
| 2844 'input/InputDeviceCapabilities.cpp', | 2848 'input/InputDeviceCapabilities.cpp', |
| 2845 'input/InputDeviceCapabilities.h', | 2849 'input/InputDeviceCapabilities.h', |
| (...skipping 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4223 'testing/PrivateScriptTestTest.cpp', | 4227 'testing/PrivateScriptTestTest.cpp', |
| 4224 'timing/MemoryInfoTest.cpp', | 4228 'timing/MemoryInfoTest.cpp', |
| 4225 'timing/PerformanceBaseTest.cpp', | 4229 'timing/PerformanceBaseTest.cpp', |
| 4226 'timing/PerformanceObserverTest.cpp', | 4230 'timing/PerformanceObserverTest.cpp', |
| 4227 'workers/WorkerThreadTest.cpp', | 4231 'workers/WorkerThreadTest.cpp', |
| 4228 'workers/WorkerThreadTestHelper.h', | 4232 'workers/WorkerThreadTestHelper.h', |
| 4229 'xml/parser/SharedBufferReaderTest.cpp', | 4233 'xml/parser/SharedBufferReaderTest.cpp', |
| 4230 ], | 4234 ], |
| 4231 } | 4235 } |
| 4232 } | 4236 } |
| OLD | NEW |