Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index f98f3eac5b4aa272247a983d6a856c0febb626e1..91148192912faace46a7ffe0b260597519d3efe0 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -792,6 +792,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. |