From 50cd1a138dbcdf9f192fa851c432b858929db0c4 Mon Sep 17 00:00:00 2001 From: Kaido Kert Date: Mon, 27 Jan 2025 18:15:21 -0800 Subject: [PATCH] Add Chromedriver binaries to Linux builds Includes Chromedriver in build outputs for Linux. This is needed for Linux builds to support WebDriver based clients and other test infrastructure. b/389146680 --- .github/config/chromium_linux.json | 3 ++- .github/config/linux.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/config/chromium_linux.json b/.github/config/chromium_linux.json index 9bf7409f3fea..c1feb893815f 100644 --- a/.github/config/chromium_linux.json +++ b/.github/config/chromium_linux.json @@ -4,7 +4,8 @@ "chromium_linux-x64x11" ], "targets": [ - "content_shell" + "content_shell", + "chromedriver" ], "includes": [ { diff --git a/.github/config/linux.json b/.github/config/linux.json index bf861faf61c7..cdcb05f0afab 100644 --- a/.github/config/linux.json +++ b/.github/config/linux.json @@ -7,7 +7,8 @@ "num_gtest_shards": 10, "targets": [ "cobalt:gn_all", - "content_shell" + "content_shell", + "chromedriver" ], "includes": [ {