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

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: Rebase Created 4 years, 5 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/content_child.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 78eed8c489526b568c2c388b2a93ec1251cc127d..ba1fc09eb51c822d56cd4acb4d214a6e44f0d10a 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1151,6 +1151,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698