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

Unified Diff: build/android/pylib/gtest/gtest_config.py

Issue 1075783002: Enable components_browsertests on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix DistillerPageWebContentsTest and DomDistillerDistillablePageUtilsTest Created 5 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
Index: build/android/pylib/gtest/gtest_config.py
diff --git a/build/android/pylib/gtest/gtest_config.py b/build/android/pylib/gtest/gtest_config.py
index 8608ed7004d773b2c973a21b0a6e564d55f4e8b5..3227916cbd9a0e2716d9d4c23bb56e40d2f1c20c 100644
--- a/build/android/pylib/gtest/gtest_config.py
+++ b/build/android/pylib/gtest/gtest_config.py
@@ -23,6 +23,7 @@ STABLE_TEST_SUITES = [
'base_unittests',
'breakpad_unittests',
'cc_unittests',
+ 'components_browsertests',
jbudorick 2015/04/10 13:34:31 I'm not sure which bots, if any, are still using t
Jaekyun Seok (inactive) 2015/04/13 01:36:02 Done.
'components_unittests',
'content_browsertests',
'content_unittests',

Powered by Google App Engine
This is Rietveld 408576698