grit: change brotli compression entirely to bytes
The brotli logic was mostly using bytes already, but a few places were still mixing in strings. Change them over to bytes so the tests pass on Python 3. Bug: 983071 Test: `./grit/test_suite_all.py` passes Change-Id: I23ed796b7f3483de001a77e548c0d786b53dadf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1756243 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#687411}
Showing
Please register or sign in to comment