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

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

Issue 2764753007: [LayoutNG] Add NGLineBoxFragment (Closed)
Patch Set: Rebase again as other CLs landed faster 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_box_fragment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0492231385badc8124093c4327335f00e5f0b55a..b6075fce02bb8b39ce980933a25c1c810845147b 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -361,8 +361,14 @@ blink_core_sources("layout") {
"ng/ng_layout_result.h",
"ng/ng_length_utils.cc",
"ng/ng_length_utils.h",
+ "ng/ng_line_box_fragment.cc",
+ "ng/ng_line_box_fragment.h",
+ "ng/ng_line_box_fragment_builder.cc",
+ "ng/ng_line_box_fragment_builder.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_macros.h",
"ng/ng_min_max_content_size.cc",
"ng/ng_min_max_content_size.h",
@@ -372,6 +378,8 @@ blink_core_sources("layout") {
"ng/ng_physical_box_fragment.h",
"ng/ng_physical_fragment.cc",
"ng/ng_physical_fragment.h",
+ "ng/ng_physical_line_box_fragment.cc",
+ "ng/ng_physical_line_box_fragment.h",
"ng/ng_physical_text_fragment.h",
"ng/ng_relative_utils.cc",
"ng/ng_relative_utils.h",
@@ -379,6 +387,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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_box_fragment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698