Skip to content

Commit

Permalink
Add system_webview_apk to gn bots
Browse files Browse the repository at this point in the history
BUG=532905

Review URL: https://codereview.chromium.org/1414043003

Cr-Commit-Position: refs/heads/master@{#354913}
  • Loading branch information
michaelbai authored and Commit bot committed Oct 19, 2015
1 parent 9ed69f5 commit ca96543
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions testing/buildbot/chromium.linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"chrome_public_apk",
"chrome_public_test_apk",
"content_shell_apk",
"mandoline:all"
"mandoline:all",
"system_webview_apk"
],
"gtest_tests": [
{
Expand Down Expand Up @@ -79,7 +80,8 @@
"chrome_public_test_apk",
"content_shell_apk",
"content_shell_test_apk",
"mandoline:all"
"mandoline:all",
"system_webview_apk"
]
},
"Android Tests": {
Expand Down
6 changes: 4 additions & 2 deletions testing/buildbot/tryserver.chromium.linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"chrome_public_apk",
"chrome_public_test_apk",
"content_shell_apk",
"mandoline:all"
"mandoline:all",
"system_webview_apk"
]
},
"android_chromium_gn_compile_rel": {
Expand All @@ -15,7 +16,8 @@
"chrome_public_test_apk",
"content_shell_apk",
"content_shell_test_apk",
"mandoline:all"
"mandoline:all",
"system_webview_apk"
]
},
"linux_chromium_gn_chromeos_dbg": {
Expand Down

0 comments on commit ca96543

Please sign in to comment.