chrome_pass: move almost all @enums/@typedefs into cr.define()
Previously there were technical issues regarding @typedef in a non-global (contextual?) scope. These were solved so we can return to a saner model of exporting enums and @typedefs the same way as everything else. This is in hopes of removing cr.exportPath from --chrome_pass at least. (We may forever benefit from the runtime effects.) R=dpapad@chromium.org BUG=986481 Change-Id: Ic07c7c87e3b6f6279167cee182d3c2fa0a10105e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992697 Commit-Queue: Dan Beam <dbeam@chromium.org> Auto-Submit: Dan Beam <dbeam@chromium.org> Reviewed-by:Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#730033}
Showing
Please register or sign in to comment