Chromium Code Reviews| Index: ui/base/ui_base_tests.gyp |
| diff --git a/ui/base/ui_base_tests.gyp b/ui/base/ui_base_tests.gyp |
| index 5283bac52c2103f2e53f39d0fab8da5fee22682e..b8242cd80d624597013ac2cc0f81129fdb6c1b40 100644 |
| --- a/ui/base/ui_base_tests.gyp |
| +++ b/ui/base/ui_base_tests.gyp |
| @@ -114,6 +114,11 @@ |
| }, |
| ], |
| }], |
| + ['OS == "linux" and use_aura==1', { |
| + 'sources': [ |
| + 'ime/input_method_auralinux_unittest.cc', |
| + ] |
| + }], |
| ['OS == "win"', { |
| 'sources': [ |
| 'dragdrop/os_exchange_data_win_unittest.cc', |