Skip to content

Commit

Permalink
Add Chromedriver binaries to Linux builds (#4778)
Browse files Browse the repository at this point in the history
Includes Chromedriver in build outputs for Linux. This is needed for
Linux builds to support WebDriver based clients and other test
infrastructure.

b/389146680
  • Loading branch information
kaidokert authored Jan 28, 2025
2 parents 93aa24d + 50cd1a1 commit c04d60b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/config/chromium_linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"chromium_linux-x64x11"
],
"targets": [
"content_shell"
"content_shell",
"chromedriver"
],
"includes": [
{
Expand Down
3 changes: 2 additions & 1 deletion .github/config/linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"num_gtest_shards": 10,
"targets": [
"cobalt:gn_all",
"content_shell"
"content_shell",
"chromedriver"
],
"includes": [
{
Expand Down

0 comments on commit c04d60b

Please sign in to comment.