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