Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8286)

Unified Diff: chrome/chrome_tests.gypi

Issue 235673005: ozone: Initial test blacklist for ChromeOS build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
{
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698