Chromium Code Reviews| 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', |