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

Unified Diff: chrome/chrome_tests.gypi

Issue 9669055: Disable some tests for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « no previous file | no next file » | 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 ceea4de85a5cff92b9452c8fcb59060f17de4af7..e34fdc6c590545a0387f672eb32600ffd60adf3f 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2456,6 +2456,15 @@
'sources!': [
'browser/bookmarks/bookmark_context_menu_controller_unittest.cc',
'browser/shell_integration_unittest.cc',
+
+ # No service process (which also requires multiprocess lock)
+ 'common/multi_process_lock_unittest.cc',
+ 'common/service_process_util_unittest.cc',
+
+ # Sync setup uses native ui.
+ 'browser/sync/sync_setup_wizard_unittest.cc',
+ 'browser/ui/webui/sync_setup_handler_unittest.cc',
+
'browser/ui/window_sizer_unittest.cc',
],
'sources/': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698