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