Chromium Code Reviews| Index: ui/aura/aura.gyp |
| diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp |
| index 735f067b65509de91955d02309a871c500d8f971..618fbe456804f7d0b0bd3c0d70fc30c475c2b457 100644 |
| --- a/ui/aura/aura.gyp |
| +++ b/ui/aura/aura.gyp |
| @@ -53,6 +53,13 @@ |
| 'window_observer.h', |
| 'window_types.h', |
| ], |
| + 'conditions': [ |
| + ['use_ibus==1', { |
| + 'dependencies': [ |
| + '../../build/linux/system.gyp:ibus', |
| + ], |
| + }], |
| + ], |
| }, |
| { |
| 'target_name': 'test_support_aura', |