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 1988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1999 'page/ScopedPageLoadDeferrer.cpp', | 1999 'page/ScopedPageLoadDeferrer.cpp', |
2000 'page/ScopedPageLoadDeferrer.h', | 2000 'page/ScopedPageLoadDeferrer.h', |
2001 'page/SpatialNavigation.cpp', | 2001 'page/SpatialNavigation.cpp', |
2002 'page/TouchAdjustment.cpp', | 2002 'page/TouchAdjustment.cpp', |
2003 'page/TouchAdjustment.h', | 2003 'page/TouchAdjustment.h', |
2004 'page/TouchDisambiguation.cpp', | 2004 'page/TouchDisambiguation.cpp', |
2005 'page/TouchDisambiguation.h', | 2005 'page/TouchDisambiguation.h', |
2006 'page/WindowFeatures.cpp', | 2006 'page/WindowFeatures.cpp', |
2007 'page/scrolling/OverscrollController.cpp', | 2007 'page/scrolling/OverscrollController.cpp', |
2008 'page/scrolling/OverscrollController.h', | 2008 'page/scrolling/OverscrollController.h', |
2009 'page/scrolling/RootScroller.cpp', | 2009 'page/scrolling/RootScrollerController.cpp', |
2010 'page/scrolling/RootScroller.h', | 2010 'page/scrolling/RootScrollerController.h', |
2011 'page/scrolling/ScrollingCoordinator.cpp', | 2011 'page/scrolling/ScrollingCoordinator.cpp', |
2012 'page/scrolling/ScrollingCoordinator.h', | 2012 'page/scrolling/ScrollingCoordinator.h', |
2013 'page/scrolling/SnapCoordinator.cpp', | 2013 'page/scrolling/SnapCoordinator.cpp', |
2014 'page/scrolling/SnapCoordinator.h', | 2014 'page/scrolling/SnapCoordinator.h', |
2015 'page/scrolling/ScrollCustomizationCallbacks.cpp', | 2015 'page/scrolling/ScrollCustomizationCallbacks.cpp', |
2016 'page/scrolling/ScrollCustomizationCallbacks.h', | 2016 'page/scrolling/ScrollCustomizationCallbacks.h', |
2017 'page/scrolling/ScrollState.cpp', | 2017 'page/scrolling/ScrollState.cpp', |
2018 'page/scrolling/ScrollState.h', | 2018 'page/scrolling/ScrollState.h', |
2019 'page/scrolling/ScrollStateCallback.cpp', | 2019 'page/scrolling/ScrollStateCallback.cpp', |
2020 'page/scrolling/ScrollStateCallback.h', | 2020 'page/scrolling/ScrollStateCallback.h', |
(...skipping 2137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4158 'testing/PrivateScriptTestTest.cpp', | 4158 'testing/PrivateScriptTestTest.cpp', |
4159 'timing/MemoryInfoTest.cpp', | 4159 'timing/MemoryInfoTest.cpp', |
4160 'timing/PerformanceBaseTest.cpp', | 4160 'timing/PerformanceBaseTest.cpp', |
4161 'timing/PerformanceObserverTest.cpp', | 4161 'timing/PerformanceObserverTest.cpp', |
4162 'workers/WorkerThreadTest.cpp', | 4162 'workers/WorkerThreadTest.cpp', |
4163 'workers/WorkerThreadTestHelper.h', | 4163 'workers/WorkerThreadTestHelper.h', |
4164 'xml/parser/SharedBufferReaderTest.cpp', | 4164 'xml/parser/SharedBufferReaderTest.cpp', |
4165 ], | 4165 ], |
4166 } | 4166 } |
4167 } | 4167 } |
OLD | NEW |