Chromium Code Reviews| Index: content/content_child.gypi |
| diff --git a/content/content_child.gypi b/content/content_child.gypi |
| index fb24836e5a299f504ac5ac47fc250ce4859bb3bd..e55f87e0f7f7f42a21b83578802c4f4dc25d4dc6 100644 |
| --- a/content/content_child.gypi |
| +++ b/content/content_child.gypi |
| @@ -254,6 +254,15 @@ |
| '../build/android/ndk.gyp:cpu_features', |
| ], |
| }], |
| + ['OS=="win"', { |
| + 'msvs_settings': { |
| + 'VCLinkerTool': { |
| + 'AdditionalDependencies': [ |
| + 'dwrite.lib', |
| + ] |
| + } |
| + } |
| + }], |
| ['enable_plugins==0', { |
| 'sources!': [ |
| 'child/browser_font_resource_trusted.cc', |