diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-24 01:07:37 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-24 01:07:37 +0000 |
commit | 81598b202c986e327d5cb8455ddb1892b6703d49 (patch) | |
tree | 471d909b0a9237233d1aad31b217906f30fc2d8e /chrome/chrome_browser.gypi | |
parent | 50c28a20bbf04b6489380bc87a731f5225cca3f4 (diff) | |
download | chromium_src-81598b202c986e327d5cb8455ddb1892b6703d49.zip chromium_src-81598b202c986e327d5cb8455ddb1892b6703d49.tar.gz chromium_src-81598b202c986e327d5cb8455ddb1892b6703d49.tar.bz2 |
Remove use of libcros from the candidate window.
Now the code is much simpler, and easier to change.
We should also modify the other client of chromeos_input_method_ui.h,
before removing the code from libcros:
chrome/browser/extensions/extension_input_ui_api.cc
TEST=confirm that the candidate window works as before, using japanese input method on the netbook. Also confirm that the chrome builds and works on the desktop as before.
BUG=chromium-os:16550
Review URL: http://codereview.chromium.org/7130002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90316 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 877ddec..e41557ee 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -443,6 +443,8 @@ 'browser/chromeos/input_method/candidate_window.h', 'browser/chromeos/input_method/ibus_controller.cc', 'browser/chromeos/input_method/ibus_controller.h', + 'browser/chromeos/input_method/ibus_ui_controller.cc', + 'browser/chromeos/input_method/ibus_ui_controller.h', 'browser/chromeos/input_method/input_method_util.cc', 'browser/chromeos/input_method/input_method_util.h', 'browser/chromeos/input_method/virtual_keyboard_selector.cc', |