Skip to content

Commit

Permalink
Remove obsolete target sign_updater
Browse files Browse the repository at this point in the history
Our devops code now contains this logic.
  • Loading branch information
mherrmann committed Jan 14, 2025
1 parent 819e3c6 commit b10b0b3
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions build/mac/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -640,41 +640,3 @@ crx3("crx") {
key = "//brave/updater/crx-private-key.der"
deps = [ ":copy_dmg_pkg" ]
}

action("sign_updater") {
deps = [
"//chrome/updater/mac:updater_bundle",
"//chrome/updater/mac:updater_install_script",
"//chrome/updater/mac/installer:metainstaller",
"//chrome/updater/mac/signing",
"//chrome/updater/tools:BraveUpdaterUtil",
]
script = "sign_updater.py"
output_dir = "$root_out_dir/$mac_signed_output_prefix"
output_file = "$updater_product_full_name-$chrome_version_full.zip"
args = [
rebase_path("$root_out_dir/Updater Packaging/sign_updater.py",
root_build_dir),
rebase_path(output_dir),
output_file,
"--input",
rebase_path(root_out_dir),
"--identity",
mac_signing_identifier,
"--installer-identity",
mac_installer_signing_identifier,
]
if (notarize) {
args += [
"--notarize",
"--notary-arg=--apple-id",
"--notary-arg=$notary_user",
"--notary-arg=--password",
"--notary-arg=$notary_password",
"--notary-arg=--team-id",
"--notary-arg=$chrome_mac_team_id",
]
}
outputs = [ "$output_dir/$output_file" ]
inputs = [ script ]
}

0 comments on commit b10b0b3

Please sign in to comment.