We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add7c2d commit a9f7250Copy full SHA for a9f7250
lib/config.js
@@ -100,7 +100,7 @@ Config.prototype.buildArgs = function () {
100
// TODO: Re-enable when chromium_src overrides work for files in relative
101
// paths like widevine_cmdm_compoennt_installer.cc
102
// use_jumbo_build: !this.officialBuild,
103
- is_component_build: !this.officialBuild,
+ is_component_build: this.buildConfig !== 'Release',
104
proprietary_codecs: true,
105
ffmpeg_branding: "Chrome",
106
enable_nacl: false,
0 commit comments