| 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 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2003 'page/PopupOpeningObserver.h', | 2003 'page/PopupOpeningObserver.h', |
| 2004 'page/PrintContext.cpp', | 2004 'page/PrintContext.cpp', |
| 2005 'page/ScopedPageLoadDeferrer.cpp', | 2005 'page/ScopedPageLoadDeferrer.cpp', |
| 2006 'page/ScopedPageLoadDeferrer.h', | 2006 'page/ScopedPageLoadDeferrer.h', |
| 2007 'page/SpatialNavigation.cpp', | 2007 'page/SpatialNavigation.cpp', |
| 2008 'page/TouchAdjustment.cpp', | 2008 'page/TouchAdjustment.cpp', |
| 2009 'page/TouchAdjustment.h', | 2009 'page/TouchAdjustment.h', |
| 2010 'page/TouchDisambiguation.cpp', | 2010 'page/TouchDisambiguation.cpp', |
| 2011 'page/TouchDisambiguation.h', | 2011 'page/TouchDisambiguation.h', |
| 2012 'page/WindowFeatures.cpp', | 2012 'page/WindowFeatures.cpp', |
| 2013 'page/scrolling/ChildViewportScrollCallback.cpp', |
| 2014 'page/scrolling/ChildViewportScrollCallback.h', |
| 2013 'page/scrolling/OverscrollController.cpp', | 2015 'page/scrolling/OverscrollController.cpp', |
| 2014 'page/scrolling/OverscrollController.h', | 2016 'page/scrolling/OverscrollController.h', |
| 2015 'page/scrolling/RootScrollerController.cpp', | 2017 'page/scrolling/RootScrollerController.cpp', |
| 2016 'page/scrolling/RootScrollerController.h', | 2018 'page/scrolling/RootScrollerController.h', |
| 2019 'page/scrolling/RootViewportScrollCallback.cpp', |
| 2020 'page/scrolling/RootViewportScrollCallback.h', |
| 2017 'page/scrolling/ScrollingCoordinator.cpp', | 2021 'page/scrolling/ScrollingCoordinator.cpp', |
| 2018 'page/scrolling/ScrollingCoordinator.h', | 2022 'page/scrolling/ScrollingCoordinator.h', |
| 2019 'page/scrolling/SnapCoordinator.cpp', | 2023 'page/scrolling/SnapCoordinator.cpp', |
| 2020 'page/scrolling/SnapCoordinator.h', | 2024 'page/scrolling/SnapCoordinator.h', |
| 2021 'page/scrolling/ScrollCustomizationCallbacks.cpp', | 2025 'page/scrolling/ScrollCustomizationCallbacks.cpp', |
| 2022 'page/scrolling/ScrollCustomizationCallbacks.h', | 2026 'page/scrolling/ScrollCustomizationCallbacks.h', |
| 2023 'page/scrolling/ScrollState.cpp', | 2027 'page/scrolling/ScrollState.cpp', |
| 2024 'page/scrolling/ScrollState.h', | 2028 'page/scrolling/ScrollState.h', |
| 2025 'page/scrolling/ScrollStateCallback.cpp', | 2029 'page/scrolling/ScrollStateCallback.cpp', |
| 2026 'page/scrolling/ScrollStateCallback.h', | 2030 'page/scrolling/ScrollStateCallback.h', |
| 2027 'page/scrolling/StickyPositionScrollingConstraints.cpp', | 2031 'page/scrolling/StickyPositionScrollingConstraints.cpp', |
| 2028 'page/scrolling/StickyPositionScrollingConstraints.h', | 2032 'page/scrolling/StickyPositionScrollingConstraints.h', |
| 2029 'page/scrolling/ViewportScrollCallback.cpp', | |
| 2030 'page/scrolling/ViewportScrollCallback.h', | 2033 'page/scrolling/ViewportScrollCallback.h', |
| 2031 'paint/BackgroundImageGeometry.cpp', | 2034 'paint/BackgroundImageGeometry.cpp', |
| 2032 'paint/BackgroundImageGeometry.h', | 2035 'paint/BackgroundImageGeometry.h', |
| 2033 'paint/BlockFlowPainter.cpp', | 2036 'paint/BlockFlowPainter.cpp', |
| 2034 'paint/BlockFlowPainter.h', | 2037 'paint/BlockFlowPainter.h', |
| 2035 'paint/BlockPainter.cpp', | 2038 'paint/BlockPainter.cpp', |
| 2036 'paint/BlockPainter.h', | 2039 'paint/BlockPainter.h', |
| 2037 'paint/BoxBorderPainter.cpp', | 2040 'paint/BoxBorderPainter.cpp', |
| 2038 'paint/BoxBorderPainter.h', | 2041 'paint/BoxBorderPainter.h', |
| 2039 'paint/BoxClipper.cpp', | 2042 'paint/BoxClipper.cpp', |
| (...skipping 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4194 'testing/PrivateScriptTestTest.cpp', | 4197 'testing/PrivateScriptTestTest.cpp', |
| 4195 'timing/MemoryInfoTest.cpp', | 4198 'timing/MemoryInfoTest.cpp', |
| 4196 'timing/PerformanceBaseTest.cpp', | 4199 'timing/PerformanceBaseTest.cpp', |
| 4197 'timing/PerformanceObserverTest.cpp', | 4200 'timing/PerformanceObserverTest.cpp', |
| 4198 'workers/WorkerThreadTest.cpp', | 4201 'workers/WorkerThreadTest.cpp', |
| 4199 'workers/WorkerThreadTestHelper.h', | 4202 'workers/WorkerThreadTestHelper.h', |
| 4200 'xml/parser/SharedBufferReaderTest.cpp', | 4203 'xml/parser/SharedBufferReaderTest.cpp', |
| 4201 ], | 4204 ], |
| 4202 } | 4205 } |
| 4203 } | 4206 } |
| OLD | NEW |