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

Unified Diff: content/test/BUILD.gn

Issue 2134533002: 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/child/dwrite_font_proxy/font_fallback_win_unittest.cc ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 54c640319b36afaf9005399e0f82cb726dec9f34..d2fc0d377a4b3a9f8743cc1d6a9338fe39391bb8 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -779,6 +779,7 @@ test("content_unittests") {
}
if (is_win) {
deps += [ "//third_party/iaccessible2" ]
+ libs = [ "dwrite.lib" ]
}
if (is_mac) {
# These flags are needed to run the test on Mac.
« no previous file with comments | « content/child/dwrite_font_proxy/font_fallback_win_unittest.cc ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698