Chromium Code Reviews| Index: content/content_child.gypi |
| diff --git a/content/content_child.gypi b/content/content_child.gypi |
| index da1a887ee3da2c479bfc22aa26dd5cf244603e06..21e9a5e5573d212f3c8b30ec0cb297a0499c67cb 100644 |
| --- a/content/content_child.gypi |
| +++ b/content/content_child.gypi |
| @@ -255,6 +255,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', |