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

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

Issue 2764753007: [LayoutNG] Add NGLineBoxFragment (Closed)
Patch Set: Created 3 years, 9 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/layout/BUILD.gn
diff --git a/third_party/WebKit/Source/core/layout/BUILD.gn b/third_party/WebKit/Source/core/layout/BUILD.gn
index f62e8461df08a5b02af18f836f267f247c66f467..16ccfb874757a2e901294788597cf74df6abbfbf 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -348,6 +348,12 @@ blink_core_sources("layout") {
"ng/ng_length_utils.h",
"ng/ng_line_builder.cc",
"ng/ng_line_builder.h",
+ "ng/ng_line_height_metrics.cc",
+ "ng/ng_line_height_metrics.h",
+ "ng/ng_linebox_fragment.cc",
+ "ng/ng_linebox_fragment.h",
+ "ng/ng_linebox_fragment_builder.cc",
+ "ng/ng_linebox_fragment_builder.h",
"ng/ng_macros.h",
"ng/ng_min_max_content_size.cc",
"ng/ng_min_max_content_size.h",
@@ -357,6 +363,8 @@ blink_core_sources("layout") {
"ng/ng_physical_box_fragment.h",
"ng/ng_physical_fragment.cc",
"ng/ng_physical_fragment.h",
+ "ng/ng_physical_linebox_fragment.cc",
+ "ng/ng_physical_linebox_fragment.h",
"ng/ng_physical_text_fragment.h",
"ng/ng_relative_utils.cc",
"ng/ng_relative_utils.h",
@@ -364,6 +372,8 @@ blink_core_sources("layout") {
"ng/ng_space_utils.h",
"ng/ng_text_fragment.cc",
"ng/ng_text_fragment.h",
+ "ng/ng_text_fragment_builder.cc",
+ "ng/ng_text_fragment_builder.h",
"ng/ng_text_layout_algorithm.cc",
"ng/ng_text_layout_algorithm.h",
"ng/ng_writing_mode.cc",

Powered by Google App Engine
This is Rietveld 408576698