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

Unified Diff: ui/gfx/BUILD.gn

Issue 2127313002: Revert of Link to DirectWrite directly, instead of calling LoadLibrary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « ui/aura/aura.gyp ('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 9c3f0d051d0f97914b872347762112bfd3d4c71c..a9140a15d83f1e5e0fe842989fe2155ef6234e26 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -351,10 +351,7 @@
cflags = [ "/wd4324" ] # Structure was padded due to __declspec(align()), which is
# uninteresting.
- libs = [
- "setupapi.lib",
- "dwrite.lib",
- ]
+ libs = [ "setupapi.lib" ]
} else {
sources -= [
"gdi_util.cc",
@@ -898,7 +895,6 @@
libs = [
"d2d1.lib",
"d3d10_1.lib",
- "dwrite.lib",
"imm32.lib",
"oleacc.lib",
]
« no previous file with comments | « 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