Index: content/child/BUILD.gn |
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn |
index 858833f0462b55789103e382feed7697ab79cc3e..20bbe15edc6fe54b94ae31b986c4512ecbc7d2e8 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", |