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 1974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1985 'page/PopupOpeningObserver.h', | 1985 'page/PopupOpeningObserver.h', |
1986 'page/PrintContext.cpp', | 1986 'page/PrintContext.cpp', |
1987 'page/ScopedPageLoadDeferrer.cpp', | 1987 'page/ScopedPageLoadDeferrer.cpp', |
1988 'page/ScopedPageLoadDeferrer.h', | 1988 'page/ScopedPageLoadDeferrer.h', |
1989 'page/SpatialNavigation.cpp', | 1989 'page/SpatialNavigation.cpp', |
1990 'page/TouchAdjustment.cpp', | 1990 'page/TouchAdjustment.cpp', |
1991 'page/TouchAdjustment.h', | 1991 'page/TouchAdjustment.h', |
1992 'page/TouchDisambiguation.cpp', | 1992 'page/TouchDisambiguation.cpp', |
1993 'page/TouchDisambiguation.h', | 1993 'page/TouchDisambiguation.h', |
1994 'page/WindowFeatures.cpp', | 1994 'page/WindowFeatures.cpp', |
| 1995 'page/scrolling/OverscrollController.cpp', |
| 1996 'page/scrolling/OverscrollController.h', |
1995 'page/scrolling/ScrollingCoordinator.cpp', | 1997 'page/scrolling/ScrollingCoordinator.cpp', |
1996 'page/scrolling/ScrollingCoordinator.h', | 1998 'page/scrolling/ScrollingCoordinator.h', |
1997 'page/scrolling/ScrollCustomizationCallbacks.cpp', | 1999 'page/scrolling/ScrollCustomizationCallbacks.cpp', |
1998 'page/scrolling/ScrollCustomizationCallbacks.h', | 2000 'page/scrolling/ScrollCustomizationCallbacks.h', |
1999 'page/scrolling/ScrollState.cpp', | 2001 'page/scrolling/ScrollState.cpp', |
2000 'page/scrolling/ScrollState.h', | 2002 'page/scrolling/ScrollState.h', |
2001 'page/scrolling/ScrollStateCallback.cpp', | 2003 'page/scrolling/ScrollStateCallback.cpp', |
2002 'page/scrolling/ScrollStateCallback.h', | 2004 'page/scrolling/ScrollStateCallback.h', |
2003 'page/scrolling/StickyPositionScrollingConstraints.cpp', | 2005 'page/scrolling/StickyPositionScrollingConstraints.cpp', |
2004 'page/scrolling/StickyPositionScrollingConstraints.h', | 2006 'page/scrolling/StickyPositionScrollingConstraints.h', |
(...skipping 2088 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4093 'svg/SVGPathParserTest.cpp', | 4095 'svg/SVGPathParserTest.cpp', |
4094 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4096 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4095 'testing/PrivateScriptTestTest.cpp', | 4097 'testing/PrivateScriptTestTest.cpp', |
4096 'timing/MemoryInfoTest.cpp', | 4098 'timing/MemoryInfoTest.cpp', |
4097 'workers/WorkerThreadTest.cpp', | 4099 'workers/WorkerThreadTest.cpp', |
4098 'workers/WorkerThreadTestHelper.h', | 4100 'workers/WorkerThreadTestHelper.h', |
4099 'xml/parser/SharedBufferReaderTest.cpp', | 4101 'xml/parser/SharedBufferReaderTest.cpp', |
4100 ], | 4102 ], |
4101 } | 4103 } |
4102 } | 4104 } |
OLD | NEW |