| 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 1986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1997 'page/TouchAdjustment.h', | 1997 'page/TouchAdjustment.h', |
| 1998 'page/TouchDisambiguation.cpp', | 1998 'page/TouchDisambiguation.cpp', |
| 1999 'page/TouchDisambiguation.h', | 1999 'page/TouchDisambiguation.h', |
| 2000 'page/WindowFeatures.cpp', | 2000 'page/WindowFeatures.cpp', |
| 2001 'page/scrolling/OverscrollController.cpp', | 2001 'page/scrolling/OverscrollController.cpp', |
| 2002 'page/scrolling/OverscrollController.h', | 2002 'page/scrolling/OverscrollController.h', |
| 2003 'page/scrolling/RootScroller.cpp', | 2003 'page/scrolling/RootScroller.cpp', |
| 2004 'page/scrolling/RootScroller.h', | 2004 'page/scrolling/RootScroller.h', |
| 2005 'page/scrolling/ScrollingCoordinator.cpp', | 2005 'page/scrolling/ScrollingCoordinator.cpp', |
| 2006 'page/scrolling/ScrollingCoordinator.h', | 2006 'page/scrolling/ScrollingCoordinator.h', |
| 2007 'page/scrolling/ScrollCustomizationCallbacks.cpp', |
| 2008 'page/scrolling/ScrollCustomizationCallbacks.h', |
| 2007 'page/scrolling/SnapCoordinator.cpp', | 2009 'page/scrolling/SnapCoordinator.cpp', |
| 2008 'page/scrolling/SnapCoordinator.h', | 2010 'page/scrolling/SnapCoordinator.h', |
| 2009 'page/scrolling/ScrollCustomizationCallbacks.cpp', | 2011 'page/scrolling/snap/SnapManagerBridge.cpp', |
| 2010 'page/scrolling/ScrollCustomizationCallbacks.h', | 2012 'page/scrolling/snap/SnapManagerBridge.h', |
| 2011 'page/scrolling/ScrollState.cpp', | 2013 'page/scrolling/ScrollState.cpp', |
| 2012 'page/scrolling/ScrollState.h', | 2014 'page/scrolling/ScrollState.h', |
| 2013 'page/scrolling/ScrollStateCallback.cpp', | 2015 'page/scrolling/ScrollStateCallback.cpp', |
| 2014 'page/scrolling/ScrollStateCallback.h', | 2016 'page/scrolling/ScrollStateCallback.h', |
| 2015 'page/scrolling/StickyPositionScrollingConstraints.cpp', | 2017 'page/scrolling/StickyPositionScrollingConstraints.cpp', |
| 2016 'page/scrolling/StickyPositionScrollingConstraints.h', | 2018 'page/scrolling/StickyPositionScrollingConstraints.h', |
| 2017 'page/scrolling/ViewportScrollCallback.cpp', | 2019 'page/scrolling/ViewportScrollCallback.cpp', |
| 2018 'page/scrolling/ViewportScrollCallback.h', | 2020 'page/scrolling/ViewportScrollCallback.h', |
| 2019 'paint/BackgroundImageGeometry.cpp', | 2021 'paint/BackgroundImageGeometry.cpp', |
| 2020 'paint/BackgroundImageGeometry.h', | 2022 'paint/BackgroundImageGeometry.h', |
| (...skipping 2115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4136 'testing/PrivateScriptTestTest.cpp', | 4138 'testing/PrivateScriptTestTest.cpp', |
| 4137 'timing/MemoryInfoTest.cpp', | 4139 'timing/MemoryInfoTest.cpp', |
| 4138 'timing/PerformanceBaseTest.cpp', | 4140 'timing/PerformanceBaseTest.cpp', |
| 4139 'timing/PerformanceObserverTest.cpp', | 4141 'timing/PerformanceObserverTest.cpp', |
| 4140 'workers/WorkerThreadTest.cpp', | 4142 'workers/WorkerThreadTest.cpp', |
| 4141 'workers/WorkerThreadTestHelper.h', | 4143 'workers/WorkerThreadTestHelper.h', |
| 4142 'xml/parser/SharedBufferReaderTest.cpp', | 4144 'xml/parser/SharedBufferReaderTest.cpp', |
| 4143 ], | 4145 ], |
| 4144 } | 4146 } |
| 4145 } | 4147 } |
| OLD | NEW |