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

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

Issue 2772503004: [LayoutNG] Add NGInlineBreakToken and back of NGInlineLayoutAlgorithm (Closed)
Patch Set: Rename 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/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index d6d3ba460e0ece05e62485987c699d3e49adcfe3..8610ef9abc15033b4bb5d820fbc0cfc659aa59cf 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1313,13 +1313,13 @@ source_set("unit_tests") {
"layout/ng/ng_block_node_test.cc",
"layout/ng/ng_constraint_space_builder_test.cc",
"layout/ng/ng_constraint_space_test.cc",
+ "layout/ng/ng_inline_layout_algorithm_test.cc",
"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_relative_utils_test.cc",
- "layout/ng/ng_text_layout_algorithm_test.cc",
"layout/shapes/BoxShapeTest.cpp",
"layout/svg/LayoutSVGRootTest.cpp",
"loader/DocumentLoadTimingTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698