Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index 54c640319b36afaf9005399e0f82cb726dec9f34..d2fc0d377a4b3a9f8743cc1d6a9338fe39391bb8 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -779,6 +779,7 @@ test("content_unittests") { |
} |
if (is_win) { |
deps += [ "//third_party/iaccessible2" ] |
+ libs = [ "dwrite.lib" ] |
} |
if (is_mac) { |
# These flags are needed to run the test on Mac. |