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