Index: ui/aura/aura.gyp |
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp |
index aff0f1d3834e1f48a98e92e16b10a9d7383a69f9..03679d602da0029e76a1560d5429fefaf91cacfe 100644 |
--- a/ui/aura/aura.gyp |
+++ b/ui/aura/aura.gyp |
@@ -243,6 +243,15 @@ |
'../gfx/x/gfx_x11.gyp:gfx_x11', |
], |
}], |
+ ['OS=="win"', { |
scottmg
2016/07/01 19:19:02
I feel like this should be depending on ui/gfx or
Ilya Kulshin
2016/07/01 19:46:39
Unless I'm misunderstanding the gyp, it looks like
|
+ 'msvs_settings': { |
+ 'VCLinkerTool': { |
+ 'AdditionalDependencies': [ |
+ 'dwrite.lib', |
+ ] |
+ } |
+ } |
+ }], |
] |
}, |
{ |