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

Issue 1614633002: Make move_source_file.py work in blink again. (Closed)

Created:
4 years, 11 months ago by dgrogan
Modified:
4 years, 11 months ago
Reviewers:
satorux1, scottmg
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make move_source_file.py work in blink again. It got busted after the repository merge. You still have to run it from third_party/WebKit. It doesn't work if you run it from src/. Also update comment to note that it now does reorder gyp(i) entries. Tested locally by doing a dummy move in each of chromium and blink. Committed: https://crrev.com/cbc1e379d2cdd15075312be77c769ab646ad4607 Cr-Commit-Position: refs/heads/master@{#370778}

Patch Set 1 #

Total comments: 6

Patch Set 2 : respond to comments; add satorux to OWNERS #

Total comments: 6

Patch Set 3 : change from 'not... == 0' to '!= 0' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -5 lines) Patch
A tools/git/OWNERS View 1 1 chunk +1 line, -0 lines 0 comments Download
M tools/git/move_source_file.py View 1 2 2 chunks +11 lines, -5 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
dgrogan
Satoru, can you review this as de-facto owner of move_source_file.py? Would you like me to ...
4 years, 11 months ago (2016-01-21 04:20:47 UTC) #4
satorux1
I don't actively work on it but I'm totally fine with becoming a per-file OWNER ...
4 years, 11 months ago (2016-01-21 05:52:07 UTC) #5
dgrogan
scottmg, can you review the OWNERS change? I realize it's suboptimal to not have more ...
4 years, 11 months ago (2016-01-21 19:50:53 UTC) #7
scottmg
lgtm https://codereview.chromium.org/1614633002/diff/20001/tools/git/move_source_file.py File tools/git/move_source_file.py (right): https://codereview.chromium.org/1614633002/diff/20001/tools/git/move_source_file.py#newcode218 tools/git/move_source_file.py:218: if (not os.system('git rev-parse') == 0 or os.system() ...
4 years, 11 months ago (2016-01-21 19:57:20 UTC) #8
dgrogan
Thanks for the review. https://codereview.chromium.org/1614633002/diff/20001/tools/git/move_source_file.py File tools/git/move_source_file.py (right): https://codereview.chromium.org/1614633002/diff/20001/tools/git/move_source_file.py#newcode218 tools/git/move_source_file.py:218: if (not os.system('git rev-parse') == ...
4 years, 11 months ago (2016-01-21 20:05:49 UTC) #9
scottmg
https://codereview.chromium.org/1614633002/diff/20001/tools/git/move_source_file.py File tools/git/move_source_file.py (right): https://codereview.chromium.org/1614633002/diff/20001/tools/git/move_source_file.py#newcode225 tools/git/move_source_file.py:225: in_blink = (os.path.basename(parent) == 'third_party' and On 2016/01/21 20:05:49, ...
4 years, 11 months ago (2016-01-21 20:14:39 UTC) #10
dgrogan
https://codereview.chromium.org/1614633002/diff/20001/tools/git/move_source_file.py File tools/git/move_source_file.py (right): https://codereview.chromium.org/1614633002/diff/20001/tools/git/move_source_file.py#newcode225 tools/git/move_source_file.py:225: in_blink = (os.path.basename(parent) == 'third_party' and On 2016/01/21 20:14:39, ...
4 years, 11 months ago (2016-01-21 20:18:30 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1614633002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1614633002/40001
4 years, 11 months ago (2016-01-21 20:19:28 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-21 20:39:07 UTC) #15
commit-bot: I haz the power
4 years, 11 months ago (2016-01-21 20:41:15 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/cbc1e379d2cdd15075312be77c769ab646ad4607
Cr-Commit-Position: refs/heads/master@{#370778}

Powered by Google App Engine
This is Rietveld 408576698