summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authorxji@chromium.org <xji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-04 19:41:30 +0000
committerxji@chromium.org <xji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-04 19:41:30 +0000
commit8d901a8c3eb3ce0ca7e085a838fa162a392e8057 (patch)
treea3af28c8ad05b198f9374deaab9136374b473348 /ui/ui.gyp
parent10a67c12d7cff7b3df6e98c9dabb6ec77353ad01 (diff)
downloadchromium_src-8d901a8c3eb3ce0ca7e085a838fa162a392e8057.zip
chromium_src-8d901a8c3eb3ce0ca7e085a838fa162a392e8057.tar.gz
chromium_src-8d901a8c3eb3ce0ca7e085a838fa162a392e8057.tar.bz2
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. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114953 Review URL: http://codereview.chromium.org/8770034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116359 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 6f9e054..dcaa2a9 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -271,6 +271,8 @@
'gfx/favicon_size.h',
'gfx/font.h',
'gfx/font.cc',
+ 'gfx/font_list.h',
+ 'gfx/font_list.cc',
'gfx/gfx_paths.cc',
'gfx/gfx_paths.h',
'gfx/image/image.cc',