| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 78eed8c489526b568c2c388b2a93ec1251cc127d..ba1fc09eb51c822d56cd4acb4d214a6e44f0d10a 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1151,6 +1151,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.
|
|
|