New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 892157 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 12
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

jumbo build webkit_unit_tests broken

Project Member Reported by mcasas@chromium.org, Oct 4

Issue description

"""

If I build chrome into out/Default with the following gn args:

use_jumbo_build = true
target_os = "chromeos"

It fails with the following error:

./../../ui/gfx/codec/chromeos/jpeg_codec_robust_slow.cc:143:8: error: redefinition of 'JpegDecompressStructDeleter'
struct JpegDecompressStructDeleter {
       ^
./../../ui/gfx/codec/jpeg_codec.cc:156:8: note: previous definition is here
struct JpegDecompressStructDeleter {
       ^
1 error generated.

I guess because these files end up compiled as a single unit, so these symbols collide.
"""
 
Cc: -olsen@google.com olsen@chromium.org
Shouldn't bee too urgent since webkit_unit_tests are not built
on chromeos otherwise the waterfall would have picked this up,
will fix soon. Thanks olsen@
#1: s/webkit_unit_tests are not built/ebkit_unit_tests with jumbo are not built/

Sign in to add a comment