Skip to content

Commit 80256d1

Browse files
author
Raphael Kubo da Costa
committed
chromium: Remove the "jumbo-build" PACKAGECONFIG knob.
Support for Jumbo builds was removed upstream, and M87 does not have any code handling the argument we were passing.
1 parent 91ba725 commit 80256d1

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

recipes-browser/chromium/README

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@ PACKAGECONFIG knobs
5050
http://www.chromium.org/developers/design-documents/impl-side-painting for
5151
more.
5252

53-
* jumbo-build: (off by default)
54-
Enables what's also known as "unity builds": several source files are merged
55-
together and compiled only once in order to reduce build times, but may end
56-
up requiring more memory at certain points.
57-
58-
Jumbo builds are documented here:
59-
https://chromium.googlesource.com/chromium/src/+/master/docs/jumbo.md
60-
6153
* kiosk-mode: (off by default)
6254
Enable this option if you want your browser to start up full-screen, without
6355
any menu bars, without any clutter, and without any initial start-up

recipes-browser/chromium/chromium-gn.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ PACKAGECONFIG[use-egl] = ",,virtual/egl virtual/libgles2"
110110
PACKAGECONFIG[component-build] = ""
111111
PACKAGECONFIG[cups] = "use_cups=true,use_cups=false,cups"
112112
PACKAGECONFIG[impl-side-painting] = ""
113-
PACKAGECONFIG[jumbo-build] = ""
114113
PACKAGECONFIG[kiosk-mode] = ""
115114
PACKAGECONFIG[proprietary-codecs] = ' \
116115
ffmpeg_branding="Chrome" proprietary_codecs=true, \
@@ -122,7 +121,6 @@ GN_ARGS = " \
122121
${PACKAGECONFIG_CONFARGS} \
123122
is_component_build=${@bb.utils.contains('PACKAGECONFIG', 'component-build', 'true', 'false', d)} \
124123
use_gnome_keyring=false \
125-
use_jumbo_build=${@bb.utils.contains('PACKAGECONFIG', 'jumbo-build', 'true', 'false', d)} \
126124
use_kerberos=false \
127125
use_pulseaudio=${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'true', 'false', d)} \
128126
use_system_freetype=true \

0 commit comments

Comments
 (0)