Chromium Code Reviews| Index: ui/ui.gyp |
| diff --git a/ui/ui.gyp b/ui/ui.gyp |
| index a1aea085c0392dd203382560534c7aa438ad6194..68a94cec7f0f8243b1297ff964abfeebadac5e30 100644 |
| --- a/ui/ui.gyp |
| +++ b/ui/ui.gyp |
| @@ -477,6 +477,12 @@ |
| ['exclude', '^base/gestures/*'], |
| ] |
| }], |
| + ['use_aura==1 and use_ash==0 and OS=="linux"', { |
| + 'sources': [ |
| + 'base/linux_ui.cc', |
| + 'base/linux_ui.h', |
| + ] |
| + }], |
| ['use_ibus==1', { |
| 'dependencies': [ |
| '../build/linux/system.gyp:ibus', |