summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authornona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-05 10:34:01 +0000
committernona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-05 10:34:01 +0000
commitb87a2efe6d4567afba7dd3945b390322b5870999 (patch)
tree287e2f6ddddbf993846e3128e6490ee9bc8633a8 /chrome/chrome_tests.gypi
parent5a926ea8042bd2f23ef847a07fe501d731df6b32 (diff)
downloadchromium_src-b87a2efe6d4567afba7dd3945b390322b5870999.zip
chromium_src-b87a2efe6d4567afba7dd3945b390322b5870999.tar.gz
chromium_src-b87a2efe6d4567afba7dd3945b390322b5870999.tar.bz2
Support mozc suggest window on ChromeOS.
Ordinal IME shows candidate window under the cursor, but Mozc should show "suggest window"(same view but different location) and it's location is sent by mozc-engine. BUG=chromium-os:21356 TEST=manually confirmed it works fine and no conflict with other CJK engine. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112452 Review URL: http://codereview.chromium.org/8505051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112965 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index f543d377..92afe81 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2172,7 +2172,7 @@
['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)', {
'dependencies': [
'../build/linux/system.gyp:ssl',
- 'browser/chromeos/input_method/input_method.gyp:mozc_commands_proto',
+ '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp:mozc_commands_proto',
],
}],
['use_gnome_keyring == 0', {