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

Unified Diff: ui/gfx/BUILD.gn

Issue 2054273002: Font fallback for UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually delete old TextAnalysisSource 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 d5977ba50cb1e379ea9aa60b200a98953581b550..2fa11233b463cf4fd63815eacd7081103dee7f29 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -188,6 +188,8 @@ component("gfx") {
"win/direct_manipulation.h",
"win/direct_write.cc",
"win/direct_write.h",
+ "win/dwrite_text_analysis_source.cc",
+ "win/dwrite_text_analysis_source.h",
"win/hwnd_util.cc",
"win/hwnd_util.h",
"win/physical_size.cc",

Powered by Google App Engine
This is Rietveld 408576698