We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 627cc7b + 2efc927 commit 4ac50bfCopy full SHA for 4ac50bf
lib/config.js
@@ -51,6 +51,8 @@ const Config = function () {
51
this.sccache = getNPMConfig(['sccache'])
52
this.braveReferralsApiKey = getNPMConfig(['brave_referrals_api_key']) || ''
53
this.ignore_compile_failure = false
54
+ this.enable_hangout_services_extension = true
55
+
56
}
57
58
Config.prototype.buildArgs = function () {
@@ -89,6 +91,7 @@ Config.prototype.buildArgs = function () {
89
91
chrome_version_major: chrome_version_parts[0],
90
92
safebrowsing_api_endpoint: this.safeBrowsingApiEndpoint,
93
brave_referrals_api_key: this.braveReferralsApiKey,
94
+ enable_hangout_services_extension: this.enable_hangout_services_extension
95
96
97
if (process.platform === 'darwin') {
0 commit comments