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

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: Remove global IDWriteFactory 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
« no previous file with comments | « content/child/dwrite_font_proxy/font_fallback_win_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « content/child/dwrite_font_proxy/font_fallback_win_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698