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

Unified Diff: ui/gfx/BUILD.gn

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: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 6bf8211877bc5f6f86543faf7fd6c0cc23c6fdb9..8e92239ebdcbc7c28589805c3486c4a512c230b2 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -350,7 +350,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",
@@ -876,6 +879,7 @@ test("gfx_unittests") {
libs = [
"d2d1.lib",
"d3d10_1.lib",
+ "dwrite.lib",
"imm32.lib",
"oleacc.lib",
]
« ui/aura/aura.gyp ('K') | « ui/aura/aura.gyp ('k') | ui/gfx/font_fallback_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698