Index: content/child/BUILD.gn |
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn |
index 1338241b19ab716da46b820efb3e0f8bb32b7c3d..b49d073c3a204605d2d84801916cdd1791adf08a 100644 |
--- a/content/child/BUILD.gn |
+++ b/content/child/BUILD.gn |
@@ -81,6 +81,10 @@ source_set("child") { |
deps += [ "//third_party/android_tools:cpu_features" ] |
} |
+ if (is_win) { |
+ libs = [ "dwrite.lib" ] |
+ } |
+ |
if (enable_plugins) { |
deps += [ |
"//ppapi/proxy", |