| OLD | NEW |
| (Empty) | |
| 1 Tool to help manage merge conflicts from the Blink rename. The tool is committed |
| 2 into the Chromium repository. However, with the exception of the `run.py` loader |
| 3 stub, everything else is fetched from the chromium-blink-rename Google Storage |
| 4 bucket at runtime. |
| 5 |
| 6 COMPONENTS is a list of component names and hashes; the tool always fetches the |
| 7 latest COMPONENTS manifest from Google Storage. The checked-in copy exists as a |
| 8 reference, so that changes can be reviewed and tracked. In addition, if the |
| 9 component name is of the form `name-platform`, `name` is used as the actual |
| 10 component name, while `platform` is passed to `download_from_google_storage.py` |
| 11 as the platform argument. This is used to version per-platform binaries. |
| 12 |
| 13 Use `upload_to_google_storage.py -b chromium-blink-rename -a pylib` to upload |
| 14 new versions of the pylib. |
| OLD | NEW |