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

Issue 2343423002: Use git ls-tree to collect source files instead of walking the fs (Closed)

Created:
4 years, 3 months ago by jochen (gone - plz use gerrit)
Modified:
4 years, 3 months ago
Reviewers:
Michael Achenbach
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Use git ls-tree to collect source files instead of walking the fs Also remove obsolete oom_dump sources. R=machenbach@chromium.org BUG= Committed: https://crrev.com/5e113c72415c2f8ce0123a4ddec6d1154bb743dd Cr-Commit-Position: refs/heads/master@{#39527}

Patch Set 1 #

Total comments: 11

Patch Set 2 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -387 lines) Patch
M test/unittests/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
D tools/oom_dump/README View 1 chunk +0 lines, -33 lines 0 comments Download
D tools/oom_dump/SConstruct View 1 chunk +0 lines, -42 lines 0 comments Download
D tools/oom_dump/oom_dump.cc View 1 chunk +0 lines, -283 lines 0 comments Download
M tools/verify_source_deps.py View 1 7 chunks +38 lines, -29 lines 0 comments Download

Messages

Total messages: 23 (11 generated)
jochen (gone - plz use gerrit)
4 years, 3 months ago (2016-09-19 13:14:51 UTC) #1
jochen (gone - plz use gerrit)
with https://codereview.chromium.org/2348283002 we should be able to remove "testing" from the list of unsupported features
4 years, 3 months ago (2016-09-19 13:17:36 UTC) #4
Michael Achenbach
https://codereview.chromium.org/2343423002/diff/1/tools/verify_source_deps.py File tools/verify_source_deps.py (right): https://codereview.chromium.org/2343423002/diff/1/tools/verify_source_deps.py#newcode36 tools/verify_source_deps.py:36: os.path.join(V8_BASE, 'testing', 'gmock.gyp'), Why do we need to list ...
4 years, 3 months ago (2016-09-19 15:08:21 UTC) #7
Michael Achenbach
https://codereview.chromium.org/2343423002/diff/1/tools/verify_source_deps.py File tools/verify_source_deps.py (right): https://codereview.chromium.org/2343423002/diff/1/tools/verify_source_deps.py#newcode23 tools/verify_source_deps.py:23: V8_SRC_BASE = os.path.join(V8_BASE, 'src') So these would be unused ...
4 years, 3 months ago (2016-09-19 15:09:37 UTC) #8
jochen (gone - plz use gerrit)
https://codereview.chromium.org/2343423002/diff/1/tools/verify_source_deps.py File tools/verify_source_deps.py (right): https://codereview.chromium.org/2343423002/diff/1/tools/verify_source_deps.py#newcode23 tools/verify_source_deps.py:23: V8_SRC_BASE = os.path.join(V8_BASE, 'src') On 2016/09/19 at 15:09:37, machenbach ...
4 years, 3 months ago (2016-09-19 15:11:46 UTC) #9
Michael Achenbach
https://codereview.chromium.org/2343423002/diff/1/tools/verify_source_deps.py File tools/verify_source_deps.py (right): https://codereview.chromium.org/2343423002/diff/1/tools/verify_source_deps.py#newcode102 tools/verify_source_deps.py:102: cmd = ['git', 'ls-tree', '-r', 'HEAD', '--full-name', '--name-only'] This ...
4 years, 3 months ago (2016-09-19 15:12:48 UTC) #10
Michael Achenbach
https://codereview.chromium.org/2343423002/diff/1/tools/verify_source_deps.py File tools/verify_source_deps.py (right): https://codereview.chromium.org/2343423002/diff/1/tools/verify_source_deps.py#newcode102 tools/verify_source_deps.py:102: cmd = ['git', 'ls-tree', '-r', 'HEAD', '--full-name', '--name-only'] On ...
4 years, 3 months ago (2016-09-19 15:13:16 UTC) #11
jochen (gone - plz use gerrit)
https://codereview.chromium.org/2343423002/diff/1/tools/verify_source_deps.py File tools/verify_source_deps.py (right): https://codereview.chromium.org/2343423002/diff/1/tools/verify_source_deps.py#newcode102 tools/verify_source_deps.py:102: cmd = ['git', 'ls-tree', '-r', 'HEAD', '--full-name', '--name-only'] On ...
4 years, 3 months ago (2016-09-19 15:14:39 UTC) #12
Michael Achenbach
lgtm rubber-stamp on oomdump removal. Maybe explain in CL desc? https://codereview.chromium.org/2343423002/diff/1/tools/verify_source_deps.py File tools/verify_source_deps.py (right): https://codereview.chromium.org/2343423002/diff/1/tools/verify_source_deps.py#newcode36 ...
4 years, 3 months ago (2016-09-19 15:16:30 UTC) #13
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/2343423002/20001
4 years, 3 months ago (2016-09-20 07:04:41 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-20 07:27:59 UTC) #21
commit-bot: I haz the power
4 years, 3 months ago (2016-09-20 07:28:20 UTC) #23
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/5e113c72415c2f8ce0123a4ddec6d1154bb743dd
Cr-Commit-Position: refs/heads/master@{#39527}

Powered by Google App Engine
This is Rietveld 408576698