| 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 5a15807448e09ee124cfc315c7be5e901a8cfde6..1218cf57b35ad00b45b25ab7f869496f1b48ea73 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -1315,6 +1315,7 @@ 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",
|
| @@ -1322,7 +1323,6 @@ source_set("unit_tests") {
|
| "layout/ng/ng_out_of_flow_layout_part_test.cc",
|
| "layout/ng/ng_relative_utils_test.cc",
|
| "layout/ng/ng_space_utils_test.cc",
|
| - "layout/ng/ng_text_layout_algorithm_test.cc",
|
| "layout/shapes/BoxShapeTest.cpp",
|
| "layout/svg/LayoutSVGRootTest.cpp",
|
| "loader/DocumentLoadTimingTest.cpp",
|
|
|