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

Unified Diff: testing/buildbot/chromium.linux.json

Issue 1940573002: [Android] Move Android chromium.linux bot compile target specification into src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index b7d65bd6f4a6dab5ce7e4ae641e0b2056743a95f..5c5b67df0a6c66acece8ad2c0dc35c0bb7656ef5 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -1,4 +1,25 @@
{
+ "Android Arm64 Builder (dbg)": {
+ "additional_compile_targets": [
+ "android_builder_tests"
+ ]
+ },
+ "Android Builder": {
+ "additional_compile_targets": [
+ "cronet_test_instrumentation_apk",
+ "system_webview_apk"
+ ]
+ },
+ "Android Builder (dbg)": {
+ "additional_compile_targets": [
+ "system_webview_apk"
+ ]
+ },
+ "Android Clang Builder (dbg)": {
+ "additional_compile_targets": [
+ "android_builder_tests"
+ ]
+ },
"Android GN": {
"gtest_tests": [
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698