jumbo build webkit_unit_tests broken |
||
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.
"""
,
Oct 4
#1: s/webkit_unit_tests are not built/ebkit_unit_tests with jumbo are not built/
,
Oct 12
Fixed by https://chromium.googlesource.com/chromium/src/+/eb902c647a92497a073b0fc4595748b806b34aec |
||
►
Sign in to add a comment |
||
Comment 1 by mcasas@chromium.org
, Oct 4