Skip to content

Commit

Permalink
Enable hangouts extension to allow screen share
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Nov 4, 2018
1 parent 0145798 commit fb077c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/commands/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ const Config = function () {
this.sccache = getNPMConfig(['sccache'])
this.braveReferralsApiKey = getNPMConfig(['brave_referrals_api_key']) || ''
this.ignore_compile_failure = false
this.enable_hangout_services_extension = true

}

Config.prototype.buildArgs = function () {
Expand Down Expand Up @@ -87,6 +89,7 @@ Config.prototype.buildArgs = function () {
chrome_version_major: chrome_version_parts[0],
safebrowsing_api_endpoint: this.safeBrowsingApiEndpoint,
brave_referrals_api_key: this.braveReferralsApiKey,
enable_hangout_services_extension: this.enable_hangout_services_extension
}

if (process.platform === 'darwin') {
Expand Down

0 comments on commit fb077c0

Please sign in to comment.