diff options
author | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-20 20:53:29 +0000 |
---|---|---|
committer | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-20 20:53:29 +0000 |
commit | 2bb1b7efb0d745599287ba2807e6413b88025ba1 (patch) | |
tree | 9ca6cdf8794d14e1569a6a51fadd563d93044275 /ui/ui_unittests.gypi | |
parent | 79fcd382548808dcab8f58e736d4608bbed6c828 (diff) | |
download | chromium_src-2bb1b7efb0d745599287ba2807e6413b88025ba1.zip chromium_src-2bb1b7efb0d745599287ba2807e6413b88025ba1.tar.gz chromium_src-2bb1b7efb0d745599287ba2807e6413b88025ba1.tar.bz2 |
Revert 114953 (breaks cros font sizes, etc.) - 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
TBR=xji@chromium.org
Review URL: http://codereview.chromium.org/9007028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115179 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui_unittests.gypi')
-rw-r--r-- | ui/ui_unittests.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi index 356b974..ced2aa3 100644 --- a/ui/ui_unittests.gypi +++ b/ui/ui_unittests.gypi @@ -74,7 +74,6 @@ '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', |