d1bfa65eb4
I am working on changes to perfetto output: implemented interning of strings which significantly reduces the size of generated packets. As part of my changes I needed to add some fields back to proto definitions (which were manually tree-shaken to reduce the binary size). This means I will need to regenerate protos - but to simplify review I am first sending a CL which just regenerates proto code without any changes. This CL also updates the script to make it run on Mac. Whatever build issue was present before is no longer present and the tool just works. TEST=ci Change-Id: Ifa422cb4128d831b30a89478e58dfffa038d9488 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/416740 Reviewed-by: Derek Xu <derekx@google.com> Commit-Queue: Slava Egorov <vegorov@google.com>