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 1950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1961 'paint/ListMarkerPainter.cpp', | 1961 'paint/ListMarkerPainter.cpp', |
1962 'paint/ListMarkerPainter.h', | 1962 'paint/ListMarkerPainter.h', |
1963 'paint/MediaControlsPainter.cpp', | 1963 'paint/MediaControlsPainter.cpp', |
1964 'paint/MediaControlsPainter.h', | 1964 'paint/MediaControlsPainter.h', |
1965 'paint/MultiColumnSetPainter.cpp', | 1965 'paint/MultiColumnSetPainter.cpp', |
1966 'paint/MultiColumnSetPainter.h', | 1966 'paint/MultiColumnSetPainter.h', |
1967 'paint/NinePieceImageGrid.cpp', | 1967 'paint/NinePieceImageGrid.cpp', |
1968 'paint/NinePieceImageGrid.h', | 1968 'paint/NinePieceImageGrid.h', |
1969 'paint/NinePieceImagePainter.cpp', | 1969 'paint/NinePieceImagePainter.cpp', |
1970 'paint/NinePieceImagePainter.h', | 1970 'paint/NinePieceImagePainter.h', |
1971 'paint/ObjectPaintProperties.cpp', | |
jbroman
2015/10/14 14:41:47
this file is missing from this CL
trchen
2015/10/14 22:51:13
Oops, git added. Mostly boilerplate though.
| |
1971 'paint/ObjectPaintProperties.h', | 1972 'paint/ObjectPaintProperties.h', |
1972 'paint/ObjectPainter.cpp', | 1973 'paint/ObjectPainter.cpp', |
1973 'paint/ObjectPainter.h', | 1974 'paint/ObjectPainter.h', |
1974 'paint/PaintInfo.h', | 1975 'paint/PaintInfo.h', |
1975 'paint/PaintLayer.cpp', | 1976 'paint/PaintLayer.cpp', |
1976 'paint/PaintLayerClipper.cpp', | 1977 'paint/PaintLayerClipper.cpp', |
1977 'paint/PaintLayerFilterInfo.cpp', | 1978 'paint/PaintLayerFilterInfo.cpp', |
1978 'paint/PaintLayerFilterInfo.h', | 1979 'paint/PaintLayerFilterInfo.h', |
1979 'paint/PaintLayerFragment.h', | 1980 'paint/PaintLayerFragment.h', |
1980 'paint/PaintLayerReflectionInfo.cpp', | 1981 'paint/PaintLayerReflectionInfo.cpp', |
1981 'paint/PaintLayerPainter.cpp', | 1982 'paint/PaintLayerPainter.cpp', |
1982 'paint/PaintLayerPainter.h', | 1983 'paint/PaintLayerPainter.h', |
1983 'paint/PaintLayerPaintingInfo.h', | 1984 'paint/PaintLayerPaintingInfo.h', |
1984 'paint/PaintLayerScrollableArea.cpp', | 1985 'paint/PaintLayerScrollableArea.cpp', |
1985 'paint/PaintLayerStackingNode.cpp', | 1986 'paint/PaintLayerStackingNode.cpp', |
1986 'paint/PaintLayerStackingNodeIterator.cpp', | 1987 'paint/PaintLayerStackingNodeIterator.cpp', |
1987 'paint/PaintPhase.cpp', | 1988 'paint/PaintPhase.cpp', |
1988 'paint/PaintPhase.h', | 1989 'paint/PaintPhase.h', |
1990 'paint/PaintPropertyTreeBuilder.cpp', | |
1991 'paint/PaintPropertyTreeBuilder.h', | |
1989 'paint/PartPainter.cpp', | 1992 'paint/PartPainter.cpp', |
1990 'paint/PartPainter.h', | 1993 'paint/PartPainter.h', |
1991 'paint/ReplacedPainter.cpp', | 1994 'paint/ReplacedPainter.cpp', |
1992 'paint/ReplacedPainter.h', | 1995 'paint/ReplacedPainter.h', |
1993 'paint/ReplicaPainter.cpp', | 1996 'paint/ReplicaPainter.cpp', |
1994 'paint/ReplicaPainter.h', | 1997 'paint/ReplicaPainter.h', |
1995 'paint/RootInlineBoxPainter.cpp', | 1998 'paint/RootInlineBoxPainter.cpp', |
1996 'paint/RootInlineBoxPainter.h', | 1999 'paint/RootInlineBoxPainter.h', |
1997 'paint/RoundedInnerRectClipper.cpp', | 2000 'paint/RoundedInnerRectClipper.cpp', |
1998 'paint/RoundedInnerRectClipper.h', | 2001 'paint/RoundedInnerRectClipper.h', |
(...skipping 1909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3908 'style/OutlineValueTest.cpp', | 3911 'style/OutlineValueTest.cpp', |
3909 'style/SVGComputedStyleTest.cpp', | 3912 'style/SVGComputedStyleTest.cpp', |
3910 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3913 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3911 'testing/PrivateScriptTestTest.cpp', | 3914 'testing/PrivateScriptTestTest.cpp', |
3912 'timing/MemoryInfoTest.cpp', | 3915 'timing/MemoryInfoTest.cpp', |
3913 'workers/WorkerThreadTest.cpp', | 3916 'workers/WorkerThreadTest.cpp', |
3914 'xml/parser/SharedBufferReaderTest.cpp', | 3917 'xml/parser/SharedBufferReaderTest.cpp', |
3915 ], | 3918 ], |
3916 } | 3919 } |
3917 } | 3920 } |
OLD | NEW |