| 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 1975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1986 'page/TouchDisambiguation.h', | 1986 'page/TouchDisambiguation.h', |
| 1987 'page/WindowFeatures.cpp', | 1987 'page/WindowFeatures.cpp', |
| 1988 'page/scrolling/ScrollingCoordinator.cpp', | 1988 'page/scrolling/ScrollingCoordinator.cpp', |
| 1989 'page/scrolling/ScrollingCoordinator.h', | 1989 'page/scrolling/ScrollingCoordinator.h', |
| 1990 'page/scrolling/ScrollCustomizationCallbacks.cpp', | 1990 'page/scrolling/ScrollCustomizationCallbacks.cpp', |
| 1991 'page/scrolling/ScrollCustomizationCallbacks.h', | 1991 'page/scrolling/ScrollCustomizationCallbacks.h', |
| 1992 'page/scrolling/ScrollState.cpp', | 1992 'page/scrolling/ScrollState.cpp', |
| 1993 'page/scrolling/ScrollState.h', | 1993 'page/scrolling/ScrollState.h', |
| 1994 'page/scrolling/ScrollStateCallback.cpp', | 1994 'page/scrolling/ScrollStateCallback.cpp', |
| 1995 'page/scrolling/ScrollStateCallback.h', | 1995 'page/scrolling/ScrollStateCallback.h', |
| 1996 'page/scrolling/StickyPositionScrollingConstraints.cpp', |
| 1997 'page/scrolling/StickyPositionScrollingConstraints.h', |
| 1996 'paint/BackgroundImageGeometry.cpp', | 1998 'paint/BackgroundImageGeometry.cpp', |
| 1997 'paint/BackgroundImageGeometry.h', | 1999 'paint/BackgroundImageGeometry.h', |
| 1998 'paint/BlockFlowPainter.cpp', | 2000 'paint/BlockFlowPainter.cpp', |
| 1999 'paint/BlockFlowPainter.h', | 2001 'paint/BlockFlowPainter.h', |
| 2000 'paint/BlockPainter.cpp', | 2002 'paint/BlockPainter.cpp', |
| 2001 'paint/BlockPainter.h', | 2003 'paint/BlockPainter.h', |
| 2002 'paint/BoxBorderPainter.cpp', | 2004 'paint/BoxBorderPainter.cpp', |
| 2003 'paint/BoxBorderPainter.h', | 2005 'paint/BoxBorderPainter.h', |
| 2004 'paint/BoxClipper.cpp', | 2006 'paint/BoxClipper.cpp', |
| 2005 'paint/BoxClipper.h', | 2007 'paint/BoxClipper.h', |
| (...skipping 2072 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4078 'svg/SVGPathParserTest.cpp', | 4080 'svg/SVGPathParserTest.cpp', |
| 4079 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4081 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4080 'testing/PrivateScriptTestTest.cpp', | 4082 'testing/PrivateScriptTestTest.cpp', |
| 4081 'timing/MemoryInfoTest.cpp', | 4083 'timing/MemoryInfoTest.cpp', |
| 4082 'workers/WorkerThreadTest.cpp', | 4084 'workers/WorkerThreadTest.cpp', |
| 4083 'workers/WorkerThreadTestHelper.h', | 4085 'workers/WorkerThreadTestHelper.h', |
| 4084 'xml/parser/SharedBufferReaderTest.cpp', | 4086 'xml/parser/SharedBufferReaderTest.cpp', |
| 4085 ], | 4087 ], |
| 4086 } | 4088 } |
| 4087 } | 4089 } |
| OLD | NEW |