Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: content/content_child.gypi

Issue 2111373002: Reland of Link to DirectWrite directly, instead of calling LoadLibrary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix aura_demo build and tweak formatting Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698