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

Unified Diff: Source/core/core.gypi

Issue 698743002: [WIP] Adding support for <iframe>s to slimming paint. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/frame/Frame.h » ('j') | Source/core/frame/FrameView.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 501560939f9d27bd62f1d7efda6c6265b390a26d..c7e5aa806351b561441093872e7261742ed4852f 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1543,6 +1543,8 @@
'paint/ObjectPainter.h',
'paint/MultiColumnSetPainter.cpp',
'paint/MultiColumnSetPainter.h',
+ 'paint/PartPainter.cpp',
+ 'paint/PartPainter.h',
'paint/ReplacedPainter.cpp',
'paint/ReplacedPainter.h',
'paint/ReplicaPainter.cpp',
@@ -1577,6 +1579,8 @@
'paint/TableRowPainter.h',
'paint/TableSectionPainter.cpp',
'paint/TableSectionPainter.h',
+ 'paint/TranslationRecorder.cpp',
+ 'paint/TranslationRecorder.h',
'paint/VideoPainter.cpp',
'paint/VideoPainter.h',
'paint/ViewDisplayList.cpp',
« no previous file with comments | « no previous file | Source/core/frame/Frame.h » ('j') | Source/core/frame/FrameView.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698