| 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/TouchDisambiguation.h', | 1992 'page/TouchDisambiguation.h', |
| 1993 'page/WindowFeatures.cpp', | 1993 'page/WindowFeatures.cpp', |
| 1994 'page/scrolling/ScrollingCoordinator.cpp', | 1994 'page/scrolling/ScrollingCoordinator.cpp', |
| 1995 'page/scrolling/ScrollingCoordinator.h', | 1995 'page/scrolling/ScrollingCoordinator.h', |
| 1996 'page/scrolling/ScrollCustomizationCallbacks.cpp', | 1996 'page/scrolling/ScrollCustomizationCallbacks.cpp', |
| 1997 'page/scrolling/ScrollCustomizationCallbacks.h', | 1997 'page/scrolling/ScrollCustomizationCallbacks.h', |
| 1998 'page/scrolling/ScrollState.cpp', | 1998 'page/scrolling/ScrollState.cpp', |
| 1999 'page/scrolling/ScrollState.h', | 1999 'page/scrolling/ScrollState.h', |
| 2000 'page/scrolling/ScrollStateCallback.cpp', | 2000 'page/scrolling/ScrollStateCallback.cpp', |
| 2001 'page/scrolling/ScrollStateCallback.h', | 2001 'page/scrolling/ScrollStateCallback.h', |
| 2002 'page/scrolling/StickyPositionScrollingConstraints.cpp', | |
| 2003 'page/scrolling/StickyPositionScrollingConstraints.h', | |
| 2004 'paint/BackgroundImageGeometry.cpp', | 2002 'paint/BackgroundImageGeometry.cpp', |
| 2005 'paint/BackgroundImageGeometry.h', | 2003 'paint/BackgroundImageGeometry.h', |
| 2006 'paint/BlockFlowPainter.cpp', | 2004 'paint/BlockFlowPainter.cpp', |
| 2007 'paint/BlockFlowPainter.h', | 2005 'paint/BlockFlowPainter.h', |
| 2008 'paint/BlockPainter.cpp', | 2006 'paint/BlockPainter.cpp', |
| 2009 'paint/BlockPainter.h', | 2007 'paint/BlockPainter.h', |
| 2010 'paint/BoxBorderPainter.cpp', | 2008 'paint/BoxBorderPainter.cpp', |
| 2011 'paint/BoxBorderPainter.h', | 2009 'paint/BoxBorderPainter.h', |
| 2012 'paint/BoxClipper.cpp', | 2010 'paint/BoxClipper.cpp', |
| 2013 'paint/BoxClipper.h', | 2011 'paint/BoxClipper.h', |
| (...skipping 2074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4088 'svg/SVGPathParserTest.cpp', | 4086 'svg/SVGPathParserTest.cpp', |
| 4089 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4087 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4090 'testing/PrivateScriptTestTest.cpp', | 4088 'testing/PrivateScriptTestTest.cpp', |
| 4091 'timing/MemoryInfoTest.cpp', | 4089 'timing/MemoryInfoTest.cpp', |
| 4092 'workers/WorkerThreadTest.cpp', | 4090 'workers/WorkerThreadTest.cpp', |
| 4093 'workers/WorkerThreadTestHelper.h', | 4091 'workers/WorkerThreadTestHelper.h', |
| 4094 'xml/parser/SharedBufferReaderTest.cpp', | 4092 'xml/parser/SharedBufferReaderTest.cpp', |
| 4095 ], | 4093 ], |
| 4096 } | 4094 } |
| 4097 } | 4095 } |
| OLD | NEW |