Skip to content

Commit a9f7250

Browse files
committed
Revert "Build: use component build in Release, only not for Official Build, as per chromium recommendation"
This reverts commit 491b39d.
1 parent add7c2d commit a9f7250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Config.prototype.buildArgs = function () {
100100
// TODO: Re-enable when chromium_src overrides work for files in relative
101101
// paths like widevine_cmdm_compoennt_installer.cc
102102
// use_jumbo_build: !this.officialBuild,
103-
is_component_build: !this.officialBuild,
103+
is_component_build: this.buildConfig !== 'Release',
104104
proprietary_codecs: true,
105105
ffmpeg_branding: "Chrome",
106106
enable_nacl: false,

0 commit comments

Comments
 (0)