Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 2fe902325fa33edf2a7f8d594e4eaf394425822e..b55495c22bab563b87a6dd7e77e384a82a241adc 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -1155,6 +1155,13 @@ |
'dependencies': [ |
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
], |
+ 'msvs_settings': { |
+ 'VCLinkerTool': { |
+ 'AdditionalDependencies': [ |
+ 'dwrite.lib', |
+ ], |
+ }, |
+ }, |
}], |
['OS=="mac"', { |
# These flags are needed to run the test on Mac. |