Skip to content

Commit

Permalink
Fix missing build targets for Evergreen (#3724)
Browse files Browse the repository at this point in the history
These are test targets, that need to be built in the default set.

b/291130824

(cherry picked from commit e31b739)
  • Loading branch information
kaidokert authored and anonymous1-me committed Jun 29, 2024
1 parent a726465 commit 29cb342
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cobalt/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,17 @@ group("default") {
if (sb_is_evergreen) {
deps += [
# TODO(b/294247612): Remove unnecessary dependencies.
<<<<<<< HEAD
"//cobalt/updater",
"//cobalt/updater:crash_sandbox",
"//cobalt/updater:noop_sandbox",
"//cobalt/updater:one_app_only_sandbox",
=======
"//chrome/updater",
"//chrome/updater:crash_sandbox_install",
"//chrome/updater:noop_sandbox_install",
"//chrome/updater:one_app_only_sandbox_install",
>>>>>>> e31b739e229 (Fix missing build targets for Evergreen (#3724))
"//components/client_update_protocol",
"//components/crx_file",
"//components/prefs",
Expand Down

0 comments on commit 29cb342

Please sign in to comment.