We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0145798 commit fb077c0Copy full SHA for fb077c0
build/commands/lib/config.js
@@ -49,6 +49,8 @@ const Config = function () {
49
this.sccache = getNPMConfig(['sccache'])
50
this.braveReferralsApiKey = getNPMConfig(['brave_referrals_api_key']) || ''
51
this.ignore_compile_failure = false
52
+ this.enable_hangout_services_extension = true
53
+
54
}
55
56
Config.prototype.buildArgs = function () {
@@ -87,6 +89,7 @@ Config.prototype.buildArgs = function () {
87
89
chrome_version_major: chrome_version_parts[0],
88
90
safebrowsing_api_endpoint: this.safeBrowsingApiEndpoint,
91
brave_referrals_api_key: this.braveReferralsApiKey,
92
+ enable_hangout_services_extension: this.enable_hangout_services_extension
93
94
95
if (process.platform === 'darwin') {
0 commit comments