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 1974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1985 'paint/NinePieceImageGrid.cpp', | 1985 'paint/NinePieceImageGrid.cpp', |
1986 'paint/NinePieceImageGrid.h', | 1986 'paint/NinePieceImageGrid.h', |
1987 'paint/NinePieceImagePainter.cpp', | 1987 'paint/NinePieceImagePainter.cpp', |
1988 'paint/NinePieceImagePainter.h', | 1988 'paint/NinePieceImagePainter.h', |
1989 'paint/ObjectPaintProperties.cpp', | 1989 'paint/ObjectPaintProperties.cpp', |
1990 'paint/ObjectPaintProperties.h', | 1990 'paint/ObjectPaintProperties.h', |
1991 'paint/ObjectPainter.cpp', | 1991 'paint/ObjectPainter.cpp', |
1992 'paint/ObjectPainter.h', | 1992 'paint/ObjectPainter.h', |
1993 'paint/PaintInfo.cpp', | 1993 'paint/PaintInfo.cpp', |
1994 'paint/PaintInfo.h', | 1994 'paint/PaintInfo.h', |
1995 'paint/PaintInvalidationCapableScrollableArea.cpp', | |
1996 'paint/PaintInvalidationCapableScrollableArea.h', | |
1997 'paint/PaintLayer.cpp', | 1995 'paint/PaintLayer.cpp', |
1998 'paint/PaintLayerClipper.cpp', | 1996 'paint/PaintLayerClipper.cpp', |
1999 'paint/PaintLayerFilterInfo.cpp', | 1997 'paint/PaintLayerFilterInfo.cpp', |
2000 'paint/PaintLayerFilterInfo.h', | 1998 'paint/PaintLayerFilterInfo.h', |
2001 'paint/PaintLayerFragment.h', | 1999 'paint/PaintLayerFragment.h', |
2002 'paint/PaintLayerReflectionInfo.cpp', | 2000 'paint/PaintLayerReflectionInfo.cpp', |
2003 'paint/PaintLayerPainter.cpp', | 2001 'paint/PaintLayerPainter.cpp', |
2004 'paint/PaintLayerPainter.h', | 2002 'paint/PaintLayerPainter.h', |
2005 'paint/PaintLayerPaintingInfo.h', | 2003 'paint/PaintLayerPaintingInfo.h', |
2006 'paint/PaintLayerScrollableArea.cpp', | 2004 'paint/PaintLayerScrollableArea.cpp', |
(...skipping 1916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3923 'style/SVGComputedStyleTest.cpp', | 3921 'style/SVGComputedStyleTest.cpp', |
3924 'svg/SVGPathParserTest.cpp', | 3922 'svg/SVGPathParserTest.cpp', |
3925 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3923 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3926 'testing/PrivateScriptTestTest.cpp', | 3924 'testing/PrivateScriptTestTest.cpp', |
3927 'timing/MemoryInfoTest.cpp', | 3925 'timing/MemoryInfoTest.cpp', |
3928 'workers/WorkerThreadTest.cpp', | 3926 'workers/WorkerThreadTest.cpp', |
3929 'xml/parser/SharedBufferReaderTest.cpp', | 3927 'xml/parser/SharedBufferReaderTest.cpp', |
3930 ], | 3928 ], |
3931 } | 3929 } |
3932 } | 3930 } |
OLD | NEW |