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

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

Issue 755643004: Replace SystemUIResourceManager with ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply Jared's comments Created 6 years 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 20aaf687cdfccc4b8ebecdc08d08c3bfaed39779..cf72d65f92c783cb7fd6df1e10f64857b100dec2 100644
--- a/build/android/pylib/gtest/gtest_config.py
+++ b/build/android/pylib/gtest/gtest_config.py
@@ -35,6 +35,7 @@ STABLE_TEST_SUITES = [
'sandbox_linux_unittests',
'sql_unittests',
'sync_unit_tests',
+ 'ui_android_unittests',
'ui_base_unittests',
jdduke (slow) 2014/12/10 22:08:08 I believe there might also be a recipe that needs
Jaekyun Seok (inactive) 2014/12/10 22:49:12 I added 'ui_android_unittests' to all the places w
'ui_touch_selection_unittests',
'unit_tests',

Powered by Google App Engine
This is Rietveld 408576698