Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 4f4eff379ee5201957618c52d017042f8ed9c060..abbdaf4324518a1726813d1c2f6de7b439a9ec87 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -1945,6 +1945,13 @@ |
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput', |
], |
}], |
+ ['use_ozone==1', { |
+ 'sources!': [ |
+ # crbug.com/362698 |
+ 'browser/chromeos/input_method/input_method_engine_browsertests.cc', |
+ 'browser/extensions/api/input_ime/input_ime_apitest_chromeos.cc', |
+ ], |
+ }], |
], # conditions |
}, # target browser_tests |
{ |