Chromium Code Reviews| Index: content/content_tests.gypi |
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
| index dcd9693c02c4e4899ebdb5fac1e215f8c808778d..ace808bb72804d1b934ca20359a4c4b590ca71aa 100644 |
| --- a/content/content_tests.gypi |
| +++ b/content/content_tests.gypi |
| @@ -1152,6 +1152,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. |