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

Unified Diff: third_party/WebKit/Source/core/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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 787678236e321e609123562e56cdfebfe8e28a4d..27274ed57c9cc7999e7c3d1e2a6aca721a100d27 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1300,6 +1300,7 @@ source_set("unit_tests") {
"layout/compositing/CompositingReasonFinderTest.cpp",
"layout/line/InlineBoxTest.cpp",
"layout/line/InlineTextBoxTest.cpp",
+ "layout/ng/geometry/ng_box_strut.cc",
eae 2017/03/01 09:56:17 Ah, this should be ng_box_strut_test.cc. My bad.
"layout/ng/geometry/ng_logical_offset_test.cc",
"layout/ng/geometry/ng_physical_rect_test.cc",
"layout/ng/ng_absolute_utils_test.cc",
@@ -1311,8 +1312,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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698