Skip to content

Commit

Permalink
Merge pull request #5636 from brave/delta_installer_fu
Browse files Browse the repository at this point in the history
Add courgette target to generate courgette.exe in x86
  • Loading branch information
simonhong authored May 23, 2020
2 parents 940b579 + 8b95af0 commit 521e51e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ if (is_win) {
visibility = [ ":mini_installer_dependencies" ]
sources = [ "$root_out_dir/courgette.exe" ]
outputs = [ "$root_out_dir/$last_chrome_installer/{{source_file_part}}" ]
deps = [ "//courgette:copy_courgette_binaries" ]
deps = [
"//courgette",
"//courgette:copy_courgette_binaries",
]
}
}

Expand Down

0 comments on commit 521e51e

Please sign in to comment.