| 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 1989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2000 'page/ScopedPageLoadDeferrer.cpp', | 2000 'page/ScopedPageLoadDeferrer.cpp', |
| 2001 'page/ScopedPageLoadDeferrer.h', | 2001 'page/ScopedPageLoadDeferrer.h', |
| 2002 'page/SpatialNavigation.cpp', | 2002 'page/SpatialNavigation.cpp', |
| 2003 'page/TouchAdjustment.cpp', | 2003 'page/TouchAdjustment.cpp', |
| 2004 'page/TouchAdjustment.h', | 2004 'page/TouchAdjustment.h', |
| 2005 'page/TouchDisambiguation.cpp', | 2005 'page/TouchDisambiguation.cpp', |
| 2006 'page/TouchDisambiguation.h', | 2006 'page/TouchDisambiguation.h', |
| 2007 'page/WindowFeatures.cpp', | 2007 'page/WindowFeatures.cpp', |
| 2008 'page/scrolling/OverscrollController.cpp', | 2008 'page/scrolling/OverscrollController.cpp', |
| 2009 'page/scrolling/OverscrollController.h', | 2009 'page/scrolling/OverscrollController.h', |
| 2010 'page/scrolling/RootScroller.cpp', |
| 2011 'page/scrolling/RootScroller.h', |
| 2010 'page/scrolling/ScrollingCoordinator.cpp', | 2012 'page/scrolling/ScrollingCoordinator.cpp', |
| 2011 'page/scrolling/ScrollingCoordinator.h', | 2013 'page/scrolling/ScrollingCoordinator.h', |
| 2012 'page/scrolling/ScrollCustomizationCallbacks.cpp', | 2014 'page/scrolling/ScrollCustomizationCallbacks.cpp', |
| 2013 'page/scrolling/ScrollCustomizationCallbacks.h', | 2015 'page/scrolling/ScrollCustomizationCallbacks.h', |
| 2014 'page/scrolling/ScrollState.cpp', | 2016 'page/scrolling/ScrollState.cpp', |
| 2015 'page/scrolling/ScrollState.h', | 2017 'page/scrolling/ScrollState.h', |
| 2016 'page/scrolling/ScrollStateCallback.cpp', | 2018 'page/scrolling/ScrollStateCallback.cpp', |
| 2017 'page/scrolling/ScrollStateCallback.h', | 2019 'page/scrolling/ScrollStateCallback.h', |
| 2018 'page/scrolling/StickyPositionScrollingConstraints.cpp', | 2020 'page/scrolling/StickyPositionScrollingConstraints.cpp', |
| 2019 'page/scrolling/StickyPositionScrollingConstraints.h', | 2021 'page/scrolling/StickyPositionScrollingConstraints.h', |
| (...skipping 2091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4111 'svg/SVGPathParserTest.cpp', | 4113 'svg/SVGPathParserTest.cpp', |
| 4112 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4114 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4113 'testing/PrivateScriptTestTest.cpp', | 4115 'testing/PrivateScriptTestTest.cpp', |
| 4114 'timing/MemoryInfoTest.cpp', | 4116 'timing/MemoryInfoTest.cpp', |
| 4115 'workers/WorkerThreadTest.cpp', | 4117 'workers/WorkerThreadTest.cpp', |
| 4116 'workers/WorkerThreadTestHelper.h', | 4118 'workers/WorkerThreadTestHelper.h', |
| 4117 'xml/parser/SharedBufferReaderTest.cpp', | 4119 'xml/parser/SharedBufferReaderTest.cpp', |
| 4118 ], | 4120 ], |
| 4119 } | 4121 } |
| 4120 } | 4122 } |
| OLD | NEW |