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 4345d43272e133cfb4e0464f97ad3177d9427e16..b20157843a1befc43b1b45fd1b1a3e273225516b 100644 |
--- a/third_party/WebKit/Source/core/BUILD.gn |
+++ b/third_party/WebKit/Source/core/BUILD.gn |
@@ -404,11 +404,13 @@ css_properties("make_core_generated_computed_style_base") { |
"../build/scripts/templates/ComputedStyleBase.cpp.tmpl", |
"../build/scripts/templates/ComputedStyleBase.h.tmpl", |
"../build/scripts/templates/ComputedStyleBaseConstants.h.tmpl", |
+ "../build/scripts/templates/CSSValueIDMappingsGenerated.h.tmpl", |
] |
outputs = [ |
"$blink_core_output_dir/ComputedStyleBase.cpp", |
"$blink_core_output_dir/ComputedStyleBase.h", |
"$blink_core_output_dir/ComputedStyleBaseConstants.h", |
+ "$blink_core_output_dir/CSSValueIDMappingsGenerated.h", |
] |
} |