Skip to content

Commit

Permalink
Disable use_jumbo_build for now
Browse files Browse the repository at this point in the history
Example: widevine_cmdm_compoennt_installer.cc is included in a generated jumbo .cc file via a relative path.

Fix #411

It will be re-added eventually in #410
  • Loading branch information
bbondy committed Jun 22, 2018
1 parent e366b5d commit 67407a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ Config.prototype.buildArgs = function () {
let args = {
safe_browsing_mode: 1,
root_extra_deps: [ "//brave" ],
use_jumbo_build: !this.officialBuild,
// TODO: Re-enable when chromium_src overrides work for files in relative
// paths like widevine_cmdm_compoennt_installer.cc
// use_jumbo_build: !this.officialBuild,
is_component_build: this.buildConfig !== 'Release',
proprietary_codecs: true,
ffmpeg_branding: "Chrome",
Expand Down

0 comments on commit 67407a9

Please sign in to comment.