summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-24 02:36:05 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-24 02:36:05 +0000
commit452da69e427d9c9fe87b4e2ce37f1c5276db1922 (patch)
tree5cdf61851b5630cb11a70583c1a61e7b84f76e64 /build
parentf8fa8fb9362151cfce0c55a61f26c55c640925de (diff)
downloadchromium_src-452da69e427d9c9fe87b4e2ce37f1c5276db1922.zip
chromium_src-452da69e427d9c9fe87b4e2ce37f1c5276db1922.tar.gz
chromium_src-452da69e427d9c9fe87b4e2ce37f1c5276db1922.tar.bz2
Fix to make InputMethodIBus usable on every ChromeOS device (even without TouchUI)
Add switch "--enable-inputmethod-ibus" to enable InputMethodIBus on ChromeOS Modify gyp files to link IBus BUG=chromium-os:15566 TEST=manually Review URL: http://codereview.chromium.org/7004029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86390 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index d88201f..d173104 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -564,7 +564,7 @@
'<!(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)',
}],
- # Set 1 to enable ibus support. Currently it is only supported in touchui.
+ # Set use_ibus to 1 to enable ibus support.
['touchui==1 and chromeos==1', {
'use_ibus%': 1,
}, {