commit | 8e03808967761ced0f9cc42901d0d3dbc625fc1b | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Tue Apr 02 19:30:53 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Apr 02 19:30:53 2019 |
tree | 8c671e4891b6a4829b1f3a3faa663a5f61f6a520 | |
parent | fcd0505392241a1f1602000e468bc9acd1129b54 [diff] |
[jumbo] Too many kMaxWidth in chrome/browser/ui In jumbo builds many cc files are compiled together in the same translation unit and they share the same anonymous namespace so all symbol names need to be unique within that build target. Due to a recently enabled kMaxWidth, there were now two kMaxWidth which made certain, non-default, jumbo builds fail. This renames the constants to include what they are max width of. Bug: 939205 Change-Id: I1e441ee095223c4a6a6ce1f2bf18f6ede96acb50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547987 Auto-Submit: Daniel Bratell <bratell@opera.com> Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#646916}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .