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

Unified Diff: scripts/slave/recipes/android/builder.py

Issue 1759553006: [WebView] Fix perf builders no longer building WebView apks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 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 | scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/android/builder.py
diff --git a/scripts/slave/recipes/android/builder.py b/scripts/slave/recipes/android/builder.py
index 979949d60581201b30e83ac897d85d1b0be13de7..3b7f7121dc3423c48a55274d549852250f8fee49 100644
--- a/scripts/slave/recipes/android/builder.py
+++ b/scripts/slave/recipes/android/builder.py
@@ -75,6 +75,8 @@ BUILDERS = freeze({
'cc_perftests',
'chrome_public_apk',
'gpu_perftests',
+ 'system_webview_apk',
+ 'system_webview_shell_apk',
],
},
'Android arm64 Builder': {
@@ -95,6 +97,8 @@ BUILDERS = freeze({
'cc_perftests',
'chrome_public_apk',
'gpu_perftests',
+ 'system_webview_apk',
+ 'system_webview_shell_apk',
],
}
},
« no previous file with comments | « no previous file | scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698