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

Unified Diff: content/content_tests.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_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 2fe902325fa33edf2a7f8d594e4eaf394425822e..b55495c22bab563b87a6dd7e77e384a82a241adc 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1155,6 +1155,13 @@
'dependencies': [
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
],
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'AdditionalDependencies': [
+ 'dwrite.lib',
+ ],
+ },
+ },
}],
['OS=="mac"', {
# These flags are needed to run the test on Mac.

Powered by Google App Engine
This is Rietveld 408576698