| 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/PaintLayerFragment.h', | 1985 'paint/PaintLayerFragment.h', |
| 1986 'paint/PaintLayerReflectionInfo.cpp', | 1986 'paint/PaintLayerReflectionInfo.cpp', |
| 1987 'paint/PaintLayerPainter.cpp', | 1987 'paint/PaintLayerPainter.cpp', |
| 1988 'paint/PaintLayerPainter.h', | 1988 'paint/PaintLayerPainter.h', |
| 1989 'paint/PaintLayerPaintingInfo.h', | 1989 'paint/PaintLayerPaintingInfo.h', |
| 1990 'paint/PaintLayerScrollableArea.cpp', | 1990 'paint/PaintLayerScrollableArea.cpp', |
| 1991 'paint/PaintLayerStackingNode.cpp', | 1991 'paint/PaintLayerStackingNode.cpp', |
| 1992 'paint/PaintLayerStackingNodeIterator.cpp', | 1992 'paint/PaintLayerStackingNodeIterator.cpp', |
| 1993 'paint/PaintPhase.cpp', | 1993 'paint/PaintPhase.cpp', |
| 1994 'paint/PaintPhase.h', | 1994 'paint/PaintPhase.h', |
| 1995 'paint/PaintPropertyTreeBuilder.cpp', |
| 1996 'paint/PaintPropertyTreeBuilder.h', |
| 1995 'paint/PartPainter.cpp', | 1997 'paint/PartPainter.cpp', |
| 1996 'paint/PartPainter.h', | 1998 'paint/PartPainter.h', |
| 1997 'paint/ReplacedPainter.cpp', | 1999 'paint/ReplacedPainter.cpp', |
| 1998 'paint/ReplacedPainter.h', | 2000 'paint/ReplacedPainter.h', |
| 1999 'paint/ReplicaPainter.cpp', | 2001 'paint/ReplicaPainter.cpp', |
| 2000 'paint/ReplicaPainter.h', | 2002 'paint/ReplicaPainter.h', |
| 2001 'paint/RootInlineBoxPainter.cpp', | 2003 'paint/RootInlineBoxPainter.cpp', |
| 2002 'paint/RootInlineBoxPainter.h', | 2004 'paint/RootInlineBoxPainter.h', |
| 2003 'paint/RoundedInnerRectClipper.cpp', | 2005 'paint/RoundedInnerRectClipper.cpp', |
| 2004 'paint/RoundedInnerRectClipper.h', | 2006 'paint/RoundedInnerRectClipper.h', |
| (...skipping 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3904 'page/PagePopupClientTest.cpp', | 3906 'page/PagePopupClientTest.cpp', |
| 3905 'page/PrintContextTest.cpp', | 3907 'page/PrintContextTest.cpp', |
| 3906 'page/scrolling/ScrollStateTest.cpp', | 3908 'page/scrolling/ScrollStateTest.cpp', |
| 3907 'paint/LayerClipRecorderTest.cpp', | 3909 'paint/LayerClipRecorderTest.cpp', |
| 3908 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3910 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3909 'paint/NinePieceImageGridTest.cpp', | 3911 'paint/NinePieceImageGridTest.cpp', |
| 3910 'paint/PaintControllerPaintTest.cpp', | 3912 'paint/PaintControllerPaintTest.cpp', |
| 3911 'paint/PaintControllerPaintTest.h', | 3913 'paint/PaintControllerPaintTest.h', |
| 3912 'paint/PaintInfoTest.cpp', | 3914 'paint/PaintInfoTest.cpp', |
| 3913 'paint/PaintLayerPainterTest.cpp', | 3915 'paint/PaintLayerPainterTest.cpp', |
| 3916 'paint/PaintPropertyTreeBuilderTest.cpp', |
| 3914 'paint/TableCellPainterTest.cpp', | 3917 'paint/TableCellPainterTest.cpp', |
| 3915 'paint/TextPainterTest.cpp', | 3918 'paint/TextPainterTest.cpp', |
| 3916 'streams/ReadableStreamReaderTest.cpp', | 3919 'streams/ReadableStreamReaderTest.cpp', |
| 3917 'streams/ReadableStreamTest.cpp', | 3920 'streams/ReadableStreamTest.cpp', |
| 3918 'style/ComputedStyleTest.cpp', | 3921 'style/ComputedStyleTest.cpp', |
| 3919 'style/OutlineValueTest.cpp', | 3922 'style/OutlineValueTest.cpp', |
| 3920 'style/SVGComputedStyleTest.cpp', | 3923 'style/SVGComputedStyleTest.cpp', |
| 3921 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3924 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3922 'testing/PrivateScriptTestTest.cpp', | 3925 'testing/PrivateScriptTestTest.cpp', |
| 3923 'timing/MemoryInfoTest.cpp', | 3926 'timing/MemoryInfoTest.cpp', |
| 3924 'workers/WorkerThreadTest.cpp', | 3927 'workers/WorkerThreadTest.cpp', |
| 3925 'xml/parser/SharedBufferReaderTest.cpp', | 3928 'xml/parser/SharedBufferReaderTest.cpp', |
| 3926 ], | 3929 ], |
| 3927 } | 3930 } |
| 3928 } | 3931 } |
| OLD | NEW |