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

Unified Diff: ui/gfx/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/test/BUILD.gn ('k') | ui/gfx/font_fallback_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 59310c196dff5563b0d7a53ccfb3fa3e5bde377e..541c61b2bb729b5111eff8980ad965130cc9c42d 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -355,7 +355,10 @@ component("gfx") {
cflags = [ "/wd4324" ] # Structure was padded due to __declspec(align()), which is
# uninteresting.
- libs = [ "setupapi.lib" ]
+ libs = [
+ "setupapi.lib",
+ "dwrite.lib",
+ ]
} else {
sources -= [
"gdi_util.cc",
@@ -709,6 +712,7 @@ test("gfx_unittests") {
libs = [
"d2d1.lib",
"d3d10_1.lib",
+ "dwrite.lib",
"imm32.lib",
"oleacc.lib",
]
« no previous file with comments | « content/test/BUILD.gn ('k') | ui/gfx/font_fallback_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698