Chromium Code Reviews| Index: content/test/BUILD.gn |
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
| index bab905c772f44b5837eea8be41009c5ce43b8472..72ff4167465a1be91dc61e79aef90fea164eb646 100644 |
| --- a/content/test/BUILD.gn |
| +++ b/content/test/BUILD.gn |
| @@ -794,6 +794,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. |