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 2094 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4114 'svg/SVGPathParserTest.cpp', | 4116 'svg/SVGPathParserTest.cpp', |
4115 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4117 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4116 'testing/PrivateScriptTestTest.cpp', | 4118 'testing/PrivateScriptTestTest.cpp', |
4117 'timing/MemoryInfoTest.cpp', | 4119 'timing/MemoryInfoTest.cpp', |
4118 'workers/WorkerThreadTest.cpp', | 4120 'workers/WorkerThreadTest.cpp', |
4119 'workers/WorkerThreadTestHelper.h', | 4121 'workers/WorkerThreadTestHelper.h', |
4120 'xml/parser/SharedBufferReaderTest.cpp', | 4122 'xml/parser/SharedBufferReaderTest.cpp', |
4121 ], | 4123 ], |
4122 } | 4124 } |
4123 } | 4125 } |
OLD | NEW |