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

Unified Diff: content/content_tests.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_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 1046b270fe018a6c7fd563d456ba96f3c50007a2..83526c1f2163e7bd2ce8654b33c369e4c00a5f25 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1149,6 +1149,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.
« no previous file with comments | « content/content_child.gypi ('k') | content/test/BUILD.gn » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698