Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(665)

Side by Side Diff: tools/blink_rename_merge_helper/README.md

Issue 2802743003: blink_rename_merge_helper: Implement run.py loader stub (Closed)
Patch Set: Meh Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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.
OLDNEW
« no previous file with comments | « tools/blink_rename_merge_helper/OWNERS ('k') | tools/blink_rename_merge_helper/pylib/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698