Chromium Code Reviews| Index: content/content_child.gypi |
| diff --git a/content/content_child.gypi b/content/content_child.gypi |
| index adeac7e90f0a8f06f924902ecd85369666e9aa5a..26d2563002b356bbb618f6d128c2f68046a7d90e 100644 |
| --- a/content/content_child.gypi |
| +++ b/content/content_child.gypi |
| @@ -256,6 +256,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', |