File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pipeline {
16
16
booleanParam(name : " DISABLE_SCCACHE" , defaultValue : false , description : " " )
17
17
booleanParam(name : " DEBUG" , defaultValue : false , description : " " )
18
18
booleanParam(name : " DCHECK_ALWAYS_ON" , defaultValue : true , description : " " )
19
- booleanParam(name : " IS_COMPONENT_BUILD" , defaultValue : true , description : " " )
19
+ booleanParam(name : " IS_COMPONENT_BUILD" , defaultValue : false , description : " " )
20
20
}
21
21
environment {
22
22
REFERRAL_API_KEY = credentials(" REFERRAL_API_KEY" )
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Config.prototype.buildArgs = function () {
100
100
// TODO: Re-enable when chromium_src overrides work for files in relative
101
101
// paths like widevine_cmdm_compoennt_installer.cc
102
102
// use_jumbo_build: !this.officialBuild,
103
- is_component_build : ! this . officialBuild ,
103
+ is_component_build : this . buildConfig !== 'Release' ,
104
104
proprietary_codecs : true ,
105
105
ffmpeg_branding : "Chrome" ,
106
106
enable_nacl : false ,
You can’t perform that action at this time.
0 commit comments