Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: build/common.gypi

Issue 6904053: Remove ibus checking script from views.gyp and add use_ibus=1 option (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updated Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 0a51eab96c7dc633d4adcc4aa6b7fed174425341..8090cf30caad5cd8e6214a35dd6e5ee398d7e031 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -541,6 +541,13 @@
'clang_chrome_plugins_flags':
'<!(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)',
}],
+
+ # Set 1 to enable ibus support. Currently it is only supported in touchui.
+ ['touchui==1 and chromeos==1', {
+ 'use_ibus%': 1,
+ }, {
+ 'use_ibus%': 0,
+ }]
],
},
'target_defaults': {
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698