Chromium Code Reviews| Index: content/content_tests.gypi |
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
| index 1046b270fe018a6c7fd563d456ba96f3c50007a2..83526c1f2163e7bd2ce8654b33c369e4c00a5f25 100644 |
| --- a/content/content_tests.gypi |
| +++ b/content/content_tests.gypi |
| @@ -1149,6 +1149,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. |