www-client/chromium: fix build with USE=bindist

There were some mixed single and double quotes in subsequent array
lines as a result of the official refactor.

Closes: https://bugs.gentoo.org/957508
Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
Matt Jolly 2025-06-08 08:26:54 +10:00
parent e97b29e92b
commit f9acbd07df
No known key found for this signature in database
GPG Key ID: 1B55CE38F469B300
4 changed files with 8 additions and 8 deletions

View File

@ -1110,8 +1110,8 @@ chromium_configure() {
myconf_gn+=(
# If this is set to false Chromium won't be able to load any proprietary codecs
# even if provided with an ffmpeg capable of h264/aac decoding
'proprietary_codecs=true"
"ffmpeg_branding="Chrome"'
"proprietary_codecs=true"
'ffmpeg_branding="Chrome"'
# build ffmpeg as an external component (libffmpeg.so) that we can remove / substitute
"is_component_ffmpeg=true"
)

View File

@ -1110,8 +1110,8 @@ chromium_configure() {
myconf_gn+=(
# If this is set to false Chromium won't be able to load any proprietary codecs
# even if provided with an ffmpeg capable of h264/aac decoding
'proprietary_codecs=true"
"ffmpeg_branding="Chrome"'
"proprietary_codecs=true"
'ffmpeg_branding="Chrome"'
# build ffmpeg as an external component (libffmpeg.so) that we can remove / substitute
"is_component_ffmpeg=true"
)

View File

@ -1106,8 +1106,8 @@ chromium_configure() {
myconf_gn+=(
# If this is set to false Chromium won't be able to load any proprietary codecs
# even if provided with an ffmpeg capable of h264/aac decoding
'proprietary_codecs=true"
"ffmpeg_branding="Chrome"'
"proprietary_codecs=true"
'ffmpeg_branding="Chrome"'
# build ffmpeg as an external component (libffmpeg.so) that we can remove / substitute
"is_component_ffmpeg=true"
)

View File

@ -1106,8 +1106,8 @@ chromium_configure() {
myconf_gn+=(
# If this is set to false Chromium won't be able to load any proprietary codecs
# even if provided with an ffmpeg capable of h264/aac decoding
'proprietary_codecs=true"
"ffmpeg_branding="Chrome"'
"proprietary_codecs=true"
'ffmpeg_branding="Chrome"'
# build ffmpeg as an external component (libffmpeg.so) that we can remove / substitute
"is_component_ffmpeg=true"
)