Skip to content

Commit

Permalink
Merge pull request #1983 from brave/hangouts
Browse files Browse the repository at this point in the history
Enable hangouts extension to allow screen share
  • Loading branch information
bbondy authored Jan 8, 2019
2 parents ddfba3c + fb077c0 commit 4a2137e
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 @@ -51,6 +51,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 @@ -89,6 +91,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 4a2137e

Please sign in to comment.