Index: ui/aura/aura.gyp |
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp |
index fe414958cf43734060b540568e5a7cae771b77cc..cd4fa6fa06b82aaa33530d82b62aa8b6a83a4a9d 100644 |
--- a/ui/aura/aura.gyp |
+++ b/ui/aura/aura.gyp |
@@ -52,6 +52,13 @@ |
'window_observer.h', |
'window_types.h', |
], |
+ 'conditions': [ |
+ ['use_ibus==1', { |
+ 'dependencies': [ |
+ '../../build/linux/system.gyp:ibus', |
+ ], |
+ }], |
+ ], |
}, |
{ |
'target_name': 'test_support_aura', |