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

Unified Diff: build/android/pylib/constants.py

Issue 11817033: Move android buildbot steps into buildbot dir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/constants.py
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
index a7c90c719b9faa9e6b34cc7308dcb1bb0bd9ac61..f61f4f4c1f9a3f94cc5f59caa29d2a028e007432 100644
--- a/build/android/pylib/constants.py
+++ b/build/android/pylib/constants.py
@@ -50,3 +50,22 @@ SCREENSHOTS_DIR = os.path.join(CHROME_DIR, 'out_screenshots')
ANDROID_SDK_ROOT = os.path.join(CHROME_DIR, 'third_party/android_tools/sdk')
ANDROID_NDK_ROOT = os.path.join(CHROME_DIR, 'third_party/android_tools/ndk')
+
+# Do not modify this list without infra-team approval. This list
+# is used for developers to run tests locally and also by android
+# trybots on commit-queue.
+DEFAULT_UNIT_TEST_SUITES = [
frankf 2013/01/09 21:53:02 Please see the bug. I don't really consider these
Isaac (away) 2013/01/09 21:59:58 Yep, agree w/ you. I did this before you replied
+ 'base_unittests',
+ 'cc_unittests',
+ 'content_unittests',
+ 'gpu_unittests',
+ 'ipc_tests',
+ 'media_unittests',
+ 'net_unittests',
+ 'sql_unittests',
+ 'sync_unit_tests',
+ 'ui_unittests',
+ 'unit_tests',
+ 'webkit_compositor_bindings_unittests',
+ 'android_webview_unittests',
+]

Powered by Google App Engine
This is Rietveld 408576698