summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos.gyp
diff options
context:
space:
mode:
authornona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-10 07:53:39 +0000
committernona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-10 07:53:39 +0000
commitc1c2a9ce468e448dfe6f6d1b54064f6cc93765ea (patch)
tree4a0945e824a24ae7c05fe050cfc52a45442e2f70 /chromeos/chromeos.gyp
parentb85fc7ae66d6e371a89da91557740208a14e12e0 (diff)
downloadchromium_src-c1c2a9ce468e448dfe6f6d1b54064f6cc93765ea.zip
chromium_src-c1c2a9ce468e448dfe6f6d1b54064f6cc93765ea.tar.gz
chromium_src-c1c2a9ce468e448dfe6f6d1b54064f6cc93765ea.tar.bz2
Expose InputMethodManager insatance by adding InputMethodManager::Get().
To implement new input method indicator, the instance of InputMethodManager is required. There are two methods InputMethodManager::Get and GetInputMethodManger and the latter should be omitted, but let me split CLs to be simple. BUG=None TEST=ran all unittests. Review URL: https://chromiumcodereview.appspot.com/14660020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199420 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r--chromeos/chromeos.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 644c0466..51c532a 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -219,6 +219,8 @@
'ime/input_method_delegate.h',
'ime/input_method_descriptor.cc',
'ime/input_method_descriptor.h',
+ 'ime/input_method_manager.cc',
+ 'ime/input_method_manager.h',
'ime/input_method_property.cc',
'ime/input_method_property.h',
'ime/input_method_whitelist.cc',