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

Unified Diff: content/content_child.gypi

Issue 2029343002: Link to DirectWrite directly, instead of calling LoadLibrary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Link content_unittests to dwrite.dll 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 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',

Powered by Google App Engine
This is Rietveld 408576698