From 732ef6737ef6e1346255be7230032dcaf4e9ad03 Mon Sep 17 00:00:00 2001 From: "xji@chromium.org" Date: Mon, 19 Dec 2011 04:09:01 +0000 Subject: specify locale-dependent font list for UI on ChromeOS, so that those fonts have higher priority over the fallback fonts Pango picks up. BUG=103860 TEST=build aura, start chromium in 'ar' locale. type in Arabic and check the Arabic text's shapes. remove IDS_UI_FONT_FAMILY_CROS from 'ar' resource file, build aura again, start chromium in 'ar', type in Arabic and the Arabic text's shapes should be different. Review URL: http://codereview.chromium.org/8770034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114953 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/ui_unittests.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/ui_unittests.gypi') diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi index 7b1ec9f..359dc89 100644 --- a/ui/ui_unittests.gypi +++ b/ui/ui_unittests.gypi @@ -73,6 +73,7 @@ 'gfx/color_analysis_unittest.cc', 'gfx/color_utils_unittest.cc', 'gfx/font_unittest.cc', + 'gfx/font_list_unittest.cc', 'gfx/image/image_mac_unittest.mm', 'gfx/image/image_unittest.cc', 'gfx/image/image_unittest_util.h', -- cgit v1.1