diff options
author | nona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-05 10:34:01 +0000 |
---|---|---|
committer | nona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-05 10:34:01 +0000 |
commit | b87a2efe6d4567afba7dd3945b390322b5870999 (patch) | |
tree | 287e2f6ddddbf993846e3128e6490ee9bc8633a8 /chrome/chrome_tests.gypi | |
parent | 5a926ea8042bd2f23ef847a07fe501d731df6b32 (diff) | |
download | chromium_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.gypi | 2 |
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', { |