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

Unified Diff: ui/gfx/gfx.gyp

Issue 2054273002: Font fallback for UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix clang build error due to signed-unsigned comparison 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/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 96f100fed62e60fffe3f04cbdf4f36e789c44603..af9f87fa4769619c4283cdc1393120b60eb9b3cc 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -356,6 +356,8 @@
'win/singleton_hwnd.h',
'win/singleton_hwnd_observer.cc',
'win/singleton_hwnd_observer.h',
+ 'win/text_analysis_source.cc',
+ 'win/text_analysis_source.h',
'win/window_impl.cc',
'win/window_impl.h',
],

Powered by Google App Engine
This is Rietveld 408576698