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

Unified Diff: scripts/slave/recipes/android/tester.expected/android_dbg_tests_recipe.json

Issue 586803002: Fix compile optimization in analyze.py in Android trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 6 years, 3 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: scripts/slave/recipes/android/tester.expected/android_dbg_tests_recipe.json
diff --git a/scripts/slave/recipes/android/tester.expected/android_dbg_tests_recipe.json b/scripts/slave/recipes/android/tester.expected/android_dbg_tests_recipe.json
index 7e791a8dcac86539d367832a4d7dc0107342e0b3..6a9e364de3a1aac80538286739d1b360887b9059 100644
--- a/scripts/slave/recipes/android/tester.expected/android_dbg_tests_recipe.json
+++ b/scripts/slave/recipes/android/tester.expected/android_dbg_tests_recipe.json
@@ -184,7 +184,9 @@
"goma",
"--goma-dir",
"[BUILD]/goma",
- "--"
+ "--",
+ "breakpad_unittests",
+ "chrome_shell_test_apk"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"

Powered by Google App Engine
This is Rietveld 408576698