| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 2b1f522d8f80992f94fe87a6997438781da42fc0..8bd0475a50b02d25db11ccf0f0fa772990967fbf 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -2659,6 +2659,16 @@
|
| 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
|
| ],
|
| }],
|
| + ['use_ozone==1', {
|
| + 'sources!': [
|
| + # crbug.com/362698
|
| + 'browser/chromeos/input_method/input_method_engine_unittest.cc',
|
| + 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc',
|
| + ],
|
| + 'sources/': [
|
| + ['exclude', '^browser/chromeos/events/'], # crbug.com/354036
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
|
|