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
  • Loading branch information
kaidokert authored Jun 29, 2024
1 parent 1f75c29 commit e31b739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cobalt/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ group("default") {
deps += [
# TODO(b/294247612): Remove unnecessary dependencies.
"//chrome/updater",
"//chrome/updater:crash_sandbox",
"//chrome/updater:noop_sandbox",
"//chrome/updater:one_app_only_sandbox",
"//chrome/updater:crash_sandbox_install",
"//chrome/updater:noop_sandbox_install",
"//chrome/updater:one_app_only_sandbox_install",
"//components/client_update_protocol",
"//components/crx_file",
"//components/prefs",
Expand Down

0 comments on commit e31b739

Please sign in to comment.