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

Unified Diff: third_party/WebKit/Source/core/paint/BUILD.gn

Issue 2842983002: [LayoutNG] Paint inlines from the fragment tree
Patch Set: Rebase w/HEAD Created 3 years, 7 months 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
Index: third_party/WebKit/Source/core/paint/BUILD.gn
diff --git a/third_party/WebKit/Source/core/paint/BUILD.gn b/third_party/WebKit/Source/core/paint/BUILD.gn
index 0ea2c30b40bdfd7db7b3c14680c7ded81589a369..7741f937f725aa12803ed34f49618bcbe3edefbc 100644
--- a/third_party/WebKit/Source/core/paint/BUILD.gn
+++ b/third_party/WebKit/Source/core/paint/BUILD.gn
@@ -96,6 +96,14 @@ blink_core_sources("paint") {
"MediaControlsPainter.h",
"MultiColumnSetPainter.cpp",
"MultiColumnSetPainter.h",
+ "NGBlockFlowPainter.cpp",
+ "NGBlockFlowPainter.h",
+ "NGBoxFragmentPainter.cpp",
+ "NGBoxFragmentPainter.h",
+ "NGTextFragmentPainter.cpp",
+ "NGTextFragmentPainter.h",
+ "NGTextPainter.cpp",
+ "NGTextPainter.h",
"NinePieceImageGrid.cpp",
"NinePieceImageGrid.h",
"NinePieceImagePainter.cpp",

Powered by Google App Engine
This is Rietveld 408576698