| 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/AnimationEffectReadOnly.idl', | 9 'animation/AnimationEffectReadOnly.idl', |
| 10 'animation/AnimationEffectTiming.idl', | 10 'animation/AnimationEffectTiming.idl', |
| (...skipping 2857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2868 'events/VisualViewportResizeEvent.cpp', | 2868 'events/VisualViewportResizeEvent.cpp', |
| 2869 'events/VisualViewportResizeEvent.h', | 2869 'events/VisualViewportResizeEvent.h', |
| 2870 'events/VisualViewportScrollEvent.cpp', | 2870 'events/VisualViewportScrollEvent.cpp', |
| 2871 'events/VisualViewportScrollEvent.h', | 2871 'events/VisualViewportScrollEvent.h', |
| 2872 'events/WheelEvent.cpp', | 2872 'events/WheelEvent.cpp', |
| 2873 'events/WheelEvent.h', | 2873 'events/WheelEvent.h', |
| 2874 'events/WindowEventContext.cpp', | 2874 'events/WindowEventContext.cpp', |
| 2875 'events/WindowEventContext.h', | 2875 'events/WindowEventContext.h', |
| 2876 'input/EventHandler.cpp', | 2876 'input/EventHandler.cpp', |
| 2877 'input/EventHandler.h', | 2877 'input/EventHandler.h', |
| 2878 'input/EventHandlingUtil.cpp', |
| 2879 'input/EventHandlingUtil.h', |
| 2878 'input/GestureManager.cpp', | 2880 'input/GestureManager.cpp', |
| 2879 'input/GestureManager.h', | 2881 'input/GestureManager.h', |
| 2880 'input/InputDeviceCapabilities.cpp', | 2882 'input/InputDeviceCapabilities.cpp', |
| 2881 'input/InputDeviceCapabilities.h', | 2883 'input/InputDeviceCapabilities.h', |
| 2882 'input/KeyboardEventManager.cpp', | 2884 'input/KeyboardEventManager.cpp', |
| 2883 'input/KeyboardEventManager.h', | 2885 'input/KeyboardEventManager.h', |
| 2886 'input/MouseEventManager.cpp', |
| 2887 'input/MouseEventManager.h', |
| 2884 'input/PointerEventManager.cpp', | 2888 'input/PointerEventManager.cpp', |
| 2885 'input/PointerEventManager.h', | 2889 'input/PointerEventManager.h', |
| 2886 'input/ScrollManager.cpp', | 2890 'input/ScrollManager.cpp', |
| 2887 'input/ScrollManager.h', | 2891 'input/ScrollManager.h', |
| 2888 'input/TouchActionUtil.cpp', | 2892 'input/TouchActionUtil.cpp', |
| 2889 'input/TouchActionUtil.h', | 2893 'input/TouchActionUtil.h', |
| 2890 'input/TouchEventManager.cpp', | 2894 'input/TouchEventManager.cpp', |
| 2891 'input/TouchEventManager.h', | 2895 'input/TouchEventManager.h', |
| 2892 'observer/ResizeObservation.h', | 2896 'observer/ResizeObservation.h', |
| 2893 'observer/ResizeObservation.cpp', | 2897 'observer/ResizeObservation.cpp', |
| (...skipping 1387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4281 'testing/PrivateScriptTestTest.cpp', | 4285 'testing/PrivateScriptTestTest.cpp', |
| 4282 'timing/MemoryInfoTest.cpp', | 4286 'timing/MemoryInfoTest.cpp', |
| 4283 'timing/PerformanceBaseTest.cpp', | 4287 'timing/PerformanceBaseTest.cpp', |
| 4284 'timing/PerformanceObserverTest.cpp', | 4288 'timing/PerformanceObserverTest.cpp', |
| 4285 'workers/WorkerThreadTest.cpp', | 4289 'workers/WorkerThreadTest.cpp', |
| 4286 'workers/WorkerThreadTestHelper.h', | 4290 'workers/WorkerThreadTestHelper.h', |
| 4287 'xml/parser/SharedBufferReaderTest.cpp', | 4291 'xml/parser/SharedBufferReaderTest.cpp', |
| 4288 ], | 4292 ], |
| 4289 } | 4293 } |
| 4290 } | 4294 } |
| OLD | NEW |