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

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

Issue 2842983002: [LayoutNG] Paint inlines from the fragment tree
Patch Set: Basic box painting support 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 67242a6f6ca3bb6f4271fed20cf863b9a5350966..ec305ebd20d2637c59a2708d87343cbabfb17775 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