summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method/candidate_window.gyp
diff options
context:
space:
mode:
authorsatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-10 10:51:45 +0000
committersatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-10 10:51:45 +0000
commit360fe9b66c15361d29caa806c68a9c41ed4b9661 (patch)
treef669a18eae832ad7f7bd7c03ce3e4f39378c7a23 /chrome/browser/chromeos/input_method/candidate_window.gyp
parent7f9cb4b09dee69d7ea5391650b6f68a39e3c5874 (diff)
downloadchromium_src-360fe9b66c15361d29caa806c68a9c41ed4b9661.zip
chromium_src-360fe9b66c15361d29caa806c68a9c41ed4b9661.tar.gz
chromium_src-360fe9b66c15361d29caa806c68a9c41ed4b9661.tar.bz2
Add logic to change UI font based on UI language, in candidate_window.
The logic is identical to one in Chrome. See http://src.chromium.org/viewvc/chrome?view=rev&revision=58913 for details. Along the way, removed --logtostderr in candidate_window, as we no longer use it BUG=chromium-os:2723 TEST=Confirmed that IPAPGothic is used when UI language is set to Japanese, on the netbook. Also confirmed that Pinyin and Chewing input methods work with UI language set to Japanese (i.e. fallback fonts are properly used). Review URL: http://codereview.chromium.org/3334014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59082 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method/candidate_window.gyp')
-rw-r--r--chrome/browser/chromeos/input_method/candidate_window.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/input_method/candidate_window.gyp b/chrome/browser/chromeos/input_method/candidate_window.gyp
index e2f3ced..0d3b446 100644
--- a/chrome/browser/chromeos/input_method/candidate_window.gyp
+++ b/chrome/browser/chromeos/input_method/candidate_window.gyp
@@ -11,6 +11,7 @@
'target_name': 'candidate_window',
'type': 'executable',
'dependencies': [
+ '../../../../app/app.gyp:app_strings',
'../../../../base/base.gyp:base',
'../../../../build/linux/system.gyp:gtk',
'../../../../build/linux/system.gyp:x11',