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 1981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1992 'page/ScopedPageLoadDeferrer.cpp', | 1992 'page/ScopedPageLoadDeferrer.cpp', |
1993 'page/ScopedPageLoadDeferrer.h', | 1993 'page/ScopedPageLoadDeferrer.h', |
1994 'page/SpatialNavigation.cpp', | 1994 'page/SpatialNavigation.cpp', |
1995 'page/TouchAdjustment.cpp', | 1995 'page/TouchAdjustment.cpp', |
1996 'page/TouchAdjustment.h', | 1996 'page/TouchAdjustment.h', |
1997 'page/TouchDisambiguation.cpp', | 1997 'page/TouchDisambiguation.cpp', |
1998 'page/TouchDisambiguation.h', | 1998 'page/TouchDisambiguation.h', |
1999 'page/WindowFeatures.cpp', | 1999 'page/WindowFeatures.cpp', |
2000 'page/scrolling/OverscrollController.cpp', | 2000 'page/scrolling/OverscrollController.cpp', |
2001 'page/scrolling/OverscrollController.h', | 2001 'page/scrolling/OverscrollController.h', |
| 2002 'page/scrolling/RootScroller.cpp', |
| 2003 'page/scrolling/RootScroller.h', |
2002 'page/scrolling/ScrollingCoordinator.cpp', | 2004 'page/scrolling/ScrollingCoordinator.cpp', |
2003 'page/scrolling/ScrollingCoordinator.h', | 2005 'page/scrolling/ScrollingCoordinator.h', |
2004 'page/scrolling/ScrollCustomizationCallbacks.cpp', | 2006 'page/scrolling/ScrollCustomizationCallbacks.cpp', |
2005 'page/scrolling/ScrollCustomizationCallbacks.h', | 2007 'page/scrolling/ScrollCustomizationCallbacks.h', |
2006 'page/scrolling/ScrollState.cpp', | 2008 'page/scrolling/ScrollState.cpp', |
2007 'page/scrolling/ScrollState.h', | 2009 'page/scrolling/ScrollState.h', |
2008 'page/scrolling/ScrollStateCallback.cpp', | 2010 'page/scrolling/ScrollStateCallback.cpp', |
2009 'page/scrolling/ScrollStateCallback.h', | 2011 'page/scrolling/ScrollStateCallback.h', |
2010 'page/scrolling/StickyPositionScrollingConstraints.cpp', | 2012 'page/scrolling/StickyPositionScrollingConstraints.cpp', |
2011 'page/scrolling/StickyPositionScrollingConstraints.h', | 2013 'page/scrolling/StickyPositionScrollingConstraints.h', |
(...skipping 2091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4103 'svg/SVGPathParserTest.cpp', | 4105 'svg/SVGPathParserTest.cpp', |
4104 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4106 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4105 'testing/PrivateScriptTestTest.cpp', | 4107 'testing/PrivateScriptTestTest.cpp', |
4106 'timing/MemoryInfoTest.cpp', | 4108 'timing/MemoryInfoTest.cpp', |
4107 'workers/WorkerThreadTest.cpp', | 4109 'workers/WorkerThreadTest.cpp', |
4108 'workers/WorkerThreadTestHelper.h', | 4110 'workers/WorkerThreadTestHelper.h', |
4109 'xml/parser/SharedBufferReaderTest.cpp', | 4111 'xml/parser/SharedBufferReaderTest.cpp', |
4110 ], | 4112 ], |
4111 } | 4113 } |
4112 } | 4114 } |
OLD | NEW |