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 2c2bdb85dbabdbec9264443d72c371655688ceca..d5923dc1ea89b6f4266f1a2bef4635541a3e26f6 100644 |
--- a/third_party/WebKit/Source/core/layout/BUILD.gn |
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn |
@@ -302,6 +302,7 @@ blink_core_sources("layout") { |
"ng/ng_layout_opportunity_tree_node.h", |
"ng/ng_length_utils.cc", |
"ng/ng_length_utils.h", |
+ "ng/ng_macros.h", |
"ng/ng_physical_constraint_space.cc", |
"ng/ng_physical_constraint_space.h", |
"ng/ng_physical_fragment.cc", |
@@ -315,6 +316,7 @@ blink_core_sources("layout") { |
"ng/ng_units.h", |
"ng/ng_writing_mode.cc", |
"ng/ng_writing_mode.h", |
+ "ng/ptr_util.h", |
"shapes/BoxShape.cpp", |
"shapes/BoxShape.h", |
"shapes/PolygonShape.cpp", |