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

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

Issue 2721613003: [LayoutNG] Move remaining ng_units structs to their own files (Closed)
Patch Set: Don't export NGBoxStrut for now Created 3 years, 10 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 cea809cd20b31721da7ec3f28ee5f4a45a594faa..acd5a62ac720fc19b7228cae53f44217455f31a4 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -280,10 +280,17 @@ blink_core_sources("layout") {
"line/RootInlineBox.cpp",
"line/TrailingObjects.cpp",
"line/TrailingObjects.h",
+ "ng/geometry/ng_box_strut.cc",
+ "ng/geometry/ng_box_strut.h",
+ "ng/geometry/ng_edge.h",
"ng/geometry/ng_logical_offset.cc",
"ng/geometry/ng_logical_offset.h",
+ "ng/geometry/ng_logical_rect.cc",
+ "ng/geometry/ng_logical_rect.h",
"ng/geometry/ng_logical_size.cc",
"ng/geometry/ng_logical_size.h",
+ "ng/geometry/ng_margin_strut.cc",
+ "ng/geometry/ng_margin_strut.h",
"ng/geometry/ng_physical_location.cc",
"ng/geometry/ng_physical_location.h",
"ng/geometry/ng_physical_offset.cc",
@@ -292,6 +299,8 @@ blink_core_sources("layout") {
"ng/geometry/ng_physical_rect.h",
"ng/geometry/ng_physical_size.cc",
"ng/geometry/ng_physical_size.h",
+ "ng/geometry/ng_static_position.cc",
+ "ng/geometry/ng_static_position.h",
"ng/layout_ng_block_flow.cc",
"ng/layout_ng_block_flow.h",
"ng/ng_absolute_utils.cc",
@@ -313,6 +322,8 @@ blink_core_sources("layout") {
"ng/ng_constraint_space.h",
"ng/ng_constraint_space_builder.cc",
"ng/ng_constraint_space_builder.h",
+ "ng/ng_exclusion.cc",
+ "ng/ng_exclusion.h",
"ng/ng_floating_object.h",
"ng/ng_fragment.cc",
"ng/ng_fragment.h",
@@ -335,6 +346,8 @@ blink_core_sources("layout") {
"ng/ng_line_builder.cc",
"ng/ng_line_builder.h",
"ng/ng_macros.h",
+ "ng/ng_min_max_content_size.cc",
+ "ng/ng_min_max_content_size.h",
"ng/ng_out_of_flow_layout_part.cc",
"ng/ng_out_of_flow_layout_part.h",
"ng/ng_physical_box_fragment.cc",
@@ -346,8 +359,6 @@ blink_core_sources("layout") {
"ng/ng_text_fragment.h",
"ng/ng_text_layout_algorithm.cc",
"ng/ng_text_layout_algorithm.h",
- "ng/ng_units.cc",
- "ng/ng_units.h",
"ng/ng_writing_mode.cc",
"ng/ng_writing_mode.h",
"shapes/BoxShape.cpp",

Powered by Google App Engine
This is Rietveld 408576698