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

Unified Diff: ui/aura/aura.gyp

Issue 8576005: IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, review Created 9 years, 1 month 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
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index 45c8709d0493e342cd7614cc7e449e4903d40620..b83778daf382d6098ba58c43e555db49a06d1779 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -50,6 +50,13 @@
'window_observer.h',
'window_types.h',
],
+ 'conditions': [
+ ['use_ibus==1', {
+ 'dependencies': [
+ '../../build/linux/system.gyp:ibus',
+ ],
+ }],
+ ],
},
{
'target_name': 'test_support_aura',

Powered by Google App Engine
This is Rietveld 408576698