Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(669)

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1407543003: Preliminary paint property walk implementation for SPv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert forAllFrameViews change in FrameView.cpp. I don't know what I was thinking. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1976 matching lines...) Expand 10 before | Expand all | Expand 10 after
1987 'paint/PaintLayerFragment.h', 1987 'paint/PaintLayerFragment.h',
1988 'paint/PaintLayerReflectionInfo.cpp', 1988 'paint/PaintLayerReflectionInfo.cpp',
1989 'paint/PaintLayerPainter.cpp', 1989 'paint/PaintLayerPainter.cpp',
1990 'paint/PaintLayerPainter.h', 1990 'paint/PaintLayerPainter.h',
1991 'paint/PaintLayerPaintingInfo.h', 1991 'paint/PaintLayerPaintingInfo.h',
1992 'paint/PaintLayerScrollableArea.cpp', 1992 'paint/PaintLayerScrollableArea.cpp',
1993 'paint/PaintLayerStackingNode.cpp', 1993 'paint/PaintLayerStackingNode.cpp',
1994 'paint/PaintLayerStackingNodeIterator.cpp', 1994 'paint/PaintLayerStackingNodeIterator.cpp',
1995 'paint/PaintPhase.cpp', 1995 'paint/PaintPhase.cpp',
1996 'paint/PaintPhase.h', 1996 'paint/PaintPhase.h',
1997 'paint/PaintPropertyTreeBuilder.cpp',
1998 'paint/PaintPropertyTreeBuilder.h',
1997 'paint/PartPainter.cpp', 1999 'paint/PartPainter.cpp',
1998 'paint/PartPainter.h', 2000 'paint/PartPainter.h',
1999 'paint/ReplacedPainter.cpp', 2001 'paint/ReplacedPainter.cpp',
2000 'paint/ReplacedPainter.h', 2002 'paint/ReplacedPainter.h',
2001 'paint/ReplicaPainter.cpp', 2003 'paint/ReplicaPainter.cpp',
2002 'paint/ReplicaPainter.h', 2004 'paint/ReplicaPainter.h',
2003 'paint/RootInlineBoxPainter.cpp', 2005 'paint/RootInlineBoxPainter.cpp',
2004 'paint/RootInlineBoxPainter.h', 2006 'paint/RootInlineBoxPainter.h',
2005 'paint/RoundedInnerRectClipper.cpp', 2007 'paint/RoundedInnerRectClipper.cpp',
2006 'paint/RoundedInnerRectClipper.h', 2008 'paint/RoundedInnerRectClipper.h',
(...skipping 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after
3906 'page/PagePopupClientTest.cpp', 3908 'page/PagePopupClientTest.cpp',
3907 'page/PrintContextTest.cpp', 3909 'page/PrintContextTest.cpp',
3908 'page/scrolling/ScrollStateTest.cpp', 3910 'page/scrolling/ScrollStateTest.cpp',
3909 'paint/LayerClipRecorderTest.cpp', 3911 'paint/LayerClipRecorderTest.cpp',
3910 'paint/LayoutObjectDrawingRecorderTest.cpp', 3912 'paint/LayoutObjectDrawingRecorderTest.cpp',
3911 'paint/NinePieceImageGridTest.cpp', 3913 'paint/NinePieceImageGridTest.cpp',
3912 'paint/PaintControllerPaintTest.cpp', 3914 'paint/PaintControllerPaintTest.cpp',
3913 'paint/PaintControllerPaintTest.h', 3915 'paint/PaintControllerPaintTest.h',
3914 'paint/PaintInfoTest.cpp', 3916 'paint/PaintInfoTest.cpp',
3915 'paint/PaintLayerPainterTest.cpp', 3917 'paint/PaintLayerPainterTest.cpp',
3918 'paint/PaintPropertyTreeBuilderTest.cpp',
3916 'paint/TableCellPainterTest.cpp', 3919 'paint/TableCellPainterTest.cpp',
3917 'paint/TextPainterTest.cpp', 3920 'paint/TextPainterTest.cpp',
3918 'streams/ReadableStreamReaderTest.cpp', 3921 'streams/ReadableStreamReaderTest.cpp',
3919 'streams/ReadableStreamTest.cpp', 3922 'streams/ReadableStreamTest.cpp',
3920 'style/ComputedStyleTest.cpp', 3923 'style/ComputedStyleTest.cpp',
3921 'style/OutlineValueTest.cpp', 3924 'style/OutlineValueTest.cpp',
3922 'style/SVGComputedStyleTest.cpp', 3925 'style/SVGComputedStyleTest.cpp',
3923 'svg/SVGPathParserTest.cpp', 3926 'svg/SVGPathParserTest.cpp',
3924 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3927 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3925 'testing/PrivateScriptTestTest.cpp', 3928 'testing/PrivateScriptTestTest.cpp',
3926 'timing/MemoryInfoTest.cpp', 3929 'timing/MemoryInfoTest.cpp',
3927 'workers/WorkerThreadTest.cpp', 3930 'workers/WorkerThreadTest.cpp',
3928 'xml/parser/SharedBufferReaderTest.cpp', 3931 'xml/parser/SharedBufferReaderTest.cpp',
3929 ], 3932 ],
3930 } 3933 }
3931 } 3934 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698