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

Unified Diff: chrome/chrome_tests_unit.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 | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+ ],
+ }],
],
},
{
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698