| 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 1971 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1982 'page/TouchDisambiguation.h', | 1982 'page/TouchDisambiguation.h', |
| 1983 'page/WindowFeatures.cpp', | 1983 'page/WindowFeatures.cpp', |
| 1984 'page/scrolling/ScrollingCoordinator.cpp', | 1984 'page/scrolling/ScrollingCoordinator.cpp', |
| 1985 'page/scrolling/ScrollingCoordinator.h', | 1985 'page/scrolling/ScrollingCoordinator.h', |
| 1986 'page/scrolling/ScrollCustomizationCallbacks.cpp', | 1986 'page/scrolling/ScrollCustomizationCallbacks.cpp', |
| 1987 'page/scrolling/ScrollCustomizationCallbacks.h', | 1987 'page/scrolling/ScrollCustomizationCallbacks.h', |
| 1988 'page/scrolling/ScrollState.cpp', | 1988 'page/scrolling/ScrollState.cpp', |
| 1989 'page/scrolling/ScrollState.h', | 1989 'page/scrolling/ScrollState.h', |
| 1990 'page/scrolling/ScrollStateCallback.cpp', | 1990 'page/scrolling/ScrollStateCallback.cpp', |
| 1991 'page/scrolling/ScrollStateCallback.h', | 1991 'page/scrolling/ScrollStateCallback.h', |
| 1992 'page/scrolling/StickyPositionScrollingConstraints.cpp', |
| 1993 'page/scrolling/StickyPositionScrollingConstraints.h', |
| 1994 'page/scrolling/ViewportConstraints.h', |
| 1992 'paint/BackgroundImageGeometry.cpp', | 1995 'paint/BackgroundImageGeometry.cpp', |
| 1993 'paint/BackgroundImageGeometry.h', | 1996 'paint/BackgroundImageGeometry.h', |
| 1994 'paint/BlockFlowPainter.cpp', | 1997 'paint/BlockFlowPainter.cpp', |
| 1995 'paint/BlockFlowPainter.h', | 1998 'paint/BlockFlowPainter.h', |
| 1996 'paint/BlockPainter.cpp', | 1999 'paint/BlockPainter.cpp', |
| 1997 'paint/BlockPainter.h', | 2000 'paint/BlockPainter.h', |
| 1998 'paint/BoxBorderPainter.cpp', | 2001 'paint/BoxBorderPainter.cpp', |
| 1999 'paint/BoxBorderPainter.h', | 2002 'paint/BoxBorderPainter.h', |
| 2000 'paint/BoxClipper.cpp', | 2003 'paint/BoxClipper.cpp', |
| 2001 'paint/BoxClipper.h', | 2004 'paint/BoxClipper.h', |
| (...skipping 2069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4071 'svg/SVGPathParserTest.cpp', | 4074 'svg/SVGPathParserTest.cpp', |
| 4072 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4075 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4073 'testing/PrivateScriptTestTest.cpp', | 4076 'testing/PrivateScriptTestTest.cpp', |
| 4074 'timing/MemoryInfoTest.cpp', | 4077 'timing/MemoryInfoTest.cpp', |
| 4075 'workers/WorkerThreadTest.cpp', | 4078 'workers/WorkerThreadTest.cpp', |
| 4076 'workers/WorkerThreadTestHelper.h', | 4079 'workers/WorkerThreadTestHelper.h', |
| 4077 'xml/parser/SharedBufferReaderTest.cpp', | 4080 'xml/parser/SharedBufferReaderTest.cpp', |
| 4078 ], | 4081 ], |
| 4079 } | 4082 } |
| 4080 } | 4083 } |
| OLD | NEW |