This commit is contained in:
Alexander Frick 2023-03-13 11:15:02 -05:00
parent 6bc3b96d13
commit df77604a2d

View file

@ -453,8 +453,6 @@ group("installer_deps") {
# channel: # channel:
# Name of the channel. # Name of the channel.
template("linux_package") { template("linux_package") {
assert(defined(invoker.channel))
channel = invoker.channel
if (is_chrome_branded) { if (is_chrome_branded) {
package = "google-chrome" package = "google-chrome"