-
Daniel Bratell authored
In jumbo builds, many cc files compile in the same translation unit which means that they also share the same anonymous namespace. This makes it necessary for constants and global scope functions to have names that are unique in the build target. This particular error only happens in extreme jumbo (many files compiled at once) and not the more modest jumbo configurations (8-50 files compiled at once) I think. Change-Id: I86d15bcfd5c55db9592cb9423943d2e46b8f2e5c Reviewed-on: https://chromium-review.googlesource.com/c/1297361Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#602359}
420827bb