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

Issue 2802743003: blink_rename_merge_helper: Implement run.py loader stub (Closed)

Created:
3 years, 8 months ago by dcheng
Modified:
3 years, 8 months ago
Reviewers:
danakj, Nico
CC:
chromium-reviews, danakj, lukazsa_chromium.org, nasko
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

blink_rename_merge_helper: Implement run.py loader stub The entire tool will be committed in git; however, only the run.py loader stub will run directly from the git repository. run.py only exists to bootstrap the remainder of the toolchain, which will be dynamically pulled from Google Storage as needed. The reason for splitting up the tool this way is so that the tool itself can be updated as needed after the Blink rename (e.g. by marking the commit where the Blink rename was performed), while still having these changes visible during a merge/rebase (when the repository may be temporarily synced to an older commit). BUG=676588 R=thakis@chromium.org Review-Url: https://codereview.chromium.org/2802743003 Cr-Commit-Position: refs/heads/master@{#462276} Committed: https://chromium.googlesource.com/chromium/src/+/2752771ce493bd0ee1bb35bf0ddc6fd4b9e3b802

Patch Set 1 #

Patch Set 2 : Add README #

Total comments: 6

Patch Set 3 : More README #

Total comments: 10

Patch Set 4 : . #

Total comments: 6

Patch Set 5 : Meh #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -0 lines) Patch
A tools/blink_rename_merge_helper/.gitignore View 1 chunk +1 line, -0 lines 0 comments Download
A tools/blink_rename_merge_helper/COMPONENTS View 1 chunk +4 lines, -0 lines 0 comments Download
A tools/blink_rename_merge_helper/OWNERS View 1 chunk +6 lines, -0 lines 0 comments Download
A tools/blink_rename_merge_helper/README.md View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
A tools/blink_rename_merge_helper/pylib/__init__.py View 1 chunk +3 lines, -0 lines 0 comments Download
A tools/blink_rename_merge_helper/pylib/blink_rename_merge_helper/__init__.py View 1 chunk +3 lines, -0 lines 0 comments Download
A tools/blink_rename_merge_helper/pylib/blink_rename_merge_helper/driver.py View 1 chunk +7 lines, -0 lines 0 comments Download
A tools/blink_rename_merge_helper/run.py View 1 2 3 4 1 chunk +146 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (16 generated)
dcheng
Fairly simple, I hope. I got a bit blocked on other things this week, but ...
3 years, 8 months ago (2017-04-05 19:25:00 UTC) #4
Nico
I don't understand the COMPONENTS bit. It sounds like it's there so that the pylib ...
3 years, 8 months ago (2017-04-05 20:23:18 UTC) #5
Nico
Ah, I think I got it, in-tree-COMPONENTS isn't used. Makes sense to me, but maybe ...
3 years, 8 months ago (2017-04-05 20:24:43 UTC) #6
dcheng
https://codereview.chromium.org/2802743003/diff/20001/tools/blink_rename_merge_helper/COMPONENTS File tools/blink_rename_merge_helper/COMPONENTS (right): https://codereview.chromium.org/2802743003/diff/20001/tools/blink_rename_merge_helper/COMPONENTS#newcode3 tools/blink_rename_merge_helper/COMPONENTS:3: "test-win32": "b34eaa708cf66b15725973c3d1c52d58e011cd36" On 2017/04/05 20:23:17, Nico wrote: > what ...
3 years, 8 months ago (2017-04-05 20:28:28 UTC) #8
dcheng
Added a bit more info to the README.md
3 years, 8 months ago (2017-04-05 20:37:47 UTC) #9
danakj
https://codereview.chromium.org/2802743003/diff/40001/tools/blink_rename_merge_helper/README.md File tools/blink_rename_merge_helper/README.md (right): https://codereview.chromium.org/2802743003/diff/40001/tools/blink_rename_merge_helper/README.md#newcode7 tools/blink_rename_merge_helper/README.md:7: exists for tracking purposes, as the tool always fetches ...
3 years, 8 months ago (2017-04-05 21:38:51 UTC) #14
dcheng
https://codereview.chromium.org/2802743003/diff/40001/tools/blink_rename_merge_helper/README.md File tools/blink_rename_merge_helper/README.md (right): https://codereview.chromium.org/2802743003/diff/40001/tools/blink_rename_merge_helper/README.md#newcode7 tools/blink_rename_merge_helper/README.md:7: exists for tracking purposes, as the tool always fetches ...
3 years, 8 months ago (2017-04-05 21:44:39 UTC) #15
danakj
https://codereview.chromium.org/2802743003/diff/40001/tools/blink_rename_merge_helper/run.py File tools/blink_rename_merge_helper/run.py (right): https://codereview.chromium.org/2802743003/diff/40001/tools/blink_rename_merge_helper/run.py#newcode40 tools/blink_rename_merge_helper/run.py:40: self.__gsutil = os.path.join(path, 'gsutil.py') should we check this exists? ...
3 years, 8 months ago (2017-04-05 21:54:11 UTC) #16
danakj
https://codereview.chromium.org/2802743003/diff/40001/tools/blink_rename_merge_helper/README.md File tools/blink_rename_merge_helper/README.md (right): https://codereview.chromium.org/2802743003/diff/40001/tools/blink_rename_merge_helper/README.md#newcode7 tools/blink_rename_merge_helper/README.md:7: exists for tracking purposes, as the tool always fetches ...
3 years, 8 months ago (2017-04-05 21:55:08 UTC) #17
dcheng
https://codereview.chromium.org/2802743003/diff/40001/tools/blink_rename_merge_helper/README.md File tools/blink_rename_merge_helper/README.md (right): https://codereview.chromium.org/2802743003/diff/40001/tools/blink_rename_merge_helper/README.md#newcode7 tools/blink_rename_merge_helper/README.md:7: exists for tracking purposes, as the tool always fetches ...
3 years, 8 months ago (2017-04-05 22:21:34 UTC) #18
dcheng
3 years, 8 months ago (2017-04-05 22:23:20 UTC) #19
danakj
LGTM https://codereview.chromium.org/2802743003/diff/60001/tools/blink_rename_merge_helper/run.py File tools/blink_rename_merge_helper/run.py (right): https://codereview.chromium.org/2802743003/diff/60001/tools/blink_rename_merge_helper/run.py#newcode33 tools/blink_rename_merge_helper/run.py:33: A helper object for invoking depot tool utils.""" ...
3 years, 8 months ago (2017-04-05 22:38:59 UTC) #20
dcheng
https://codereview.chromium.org/2802743003/diff/60001/tools/blink_rename_merge_helper/run.py File tools/blink_rename_merge_helper/run.py (right): https://codereview.chromium.org/2802743003/diff/60001/tools/blink_rename_merge_helper/run.py#newcode33 tools/blink_rename_merge_helper/run.py:33: A helper object for invoking depot tool utils.""" On ...
3 years, 8 months ago (2017-04-05 22:44:57 UTC) #21
Nico
rs-lgtm if you need owners approval
3 years, 8 months ago (2017-04-05 23:34:30 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2802743003/80001
3 years, 8 months ago (2017-04-05 23:38:40 UTC) #29
commit-bot: I haz the power
3 years, 8 months ago (2017-04-05 23:50:39 UTC) #32
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/2752771ce493bd0ee1bb35bf0ddc...

Powered by Google App Engine
This is Rietveld 408576698