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

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

Issue 2721613003: [LayoutNG] Move remaining ng_units structs to their own files (Closed)
Patch Set: Rebase w/HEAD 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/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 2c49d32a9c883c7b58fe3407d8dc6b076351de0d..805ac0276fd8c2c7d6cb4f7f423053da80cfc6c5 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1298,6 +1298,7 @@ source_set("unit_tests") {
"layout/compositing/CompositingReasonFinderTest.cpp",
"layout/line/InlineBoxTest.cpp",
"layout/line/InlineTextBoxTest.cpp",
+ "layout/ng/geometry/ng_box_strut.cc",
"layout/ng/geometry/ng_logical_offset_test.cc",
"layout/ng/geometry/ng_physical_rect_test.cc",
"layout/ng/ng_absolute_utils_test.cc",
@@ -1309,8 +1310,8 @@ source_set("unit_tests") {
"layout/ng/ng_inline_node_test.cc",
"layout/ng/ng_layout_inline_items_builder_test.cc",
"layout/ng/ng_length_utils_test.cc",
+ "layout/ng/ng_min_max_content_size_test.cc",
"layout/ng/ng_out_of_flow_layout_part_test.cc",
- "layout/ng/ng_units_test.cc",
"layout/shapes/BoxShapeTest.cpp",
"layout/svg/LayoutSVGRootTest.cpp",
"loader/DocumentLoadTimingTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698