| 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 1979 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1990 'page/PopupOpeningObserver.h', | 1990 'page/PopupOpeningObserver.h', |
| 1991 'page/PrintContext.cpp', | 1991 'page/PrintContext.cpp', |
| 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', |
| 2001 'page/scrolling/OverscrollController.h', |
| 2000 'page/scrolling/ScrollingCoordinator.cpp', | 2002 'page/scrolling/ScrollingCoordinator.cpp', |
| 2001 'page/scrolling/ScrollingCoordinator.h', | 2003 'page/scrolling/ScrollingCoordinator.h', |
| 2002 'page/scrolling/ScrollCustomizationCallbacks.cpp', | 2004 'page/scrolling/ScrollCustomizationCallbacks.cpp', |
| 2003 'page/scrolling/ScrollCustomizationCallbacks.h', | 2005 'page/scrolling/ScrollCustomizationCallbacks.h', |
| 2004 'page/scrolling/ScrollState.cpp', | 2006 'page/scrolling/ScrollState.cpp', |
| 2005 'page/scrolling/ScrollState.h', | 2007 'page/scrolling/ScrollState.h', |
| 2006 'page/scrolling/ScrollStateCallback.cpp', | 2008 'page/scrolling/ScrollStateCallback.cpp', |
| 2007 'page/scrolling/ScrollStateCallback.h', | 2009 'page/scrolling/ScrollStateCallback.h', |
| 2008 'page/scrolling/StickyPositionScrollingConstraints.cpp', | 2010 'page/scrolling/StickyPositionScrollingConstraints.cpp', |
| 2009 'page/scrolling/StickyPositionScrollingConstraints.h', | 2011 'page/scrolling/StickyPositionScrollingConstraints.h', |
| (...skipping 2091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4101 'svg/SVGPathParserTest.cpp', | 4103 'svg/SVGPathParserTest.cpp', |
| 4102 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4104 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4103 'testing/PrivateScriptTestTest.cpp', | 4105 'testing/PrivateScriptTestTest.cpp', |
| 4104 'timing/MemoryInfoTest.cpp', | 4106 'timing/MemoryInfoTest.cpp', |
| 4105 'workers/WorkerThreadTest.cpp', | 4107 'workers/WorkerThreadTest.cpp', |
| 4106 'workers/WorkerThreadTestHelper.h', | 4108 'workers/WorkerThreadTestHelper.h', |
| 4107 'xml/parser/SharedBufferReaderTest.cpp', | 4109 'xml/parser/SharedBufferReaderTest.cpp', |
| 4108 ], | 4110 ], |
| 4109 } | 4111 } |
| 4110 } | 4112 } |
| OLD | NEW |