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

Issue 3159002: Add Dependency.requirements which will solve the issues found in pagespeed and parallel checkout. (Closed)

Created:
10 years, 4 months ago by M-A Ruel
Modified:
9 years, 7 months ago
Reviewers:
bradnelson, bradn, piman
CC:
chromium-reviews, M-A Ruel
Visibility:
Public.

Description

Add Dependency.requirements which will solve the issues found in pagespeed and parallel checkout. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55614

Patch Set 1 #

Patch Set 2 : better debugging #

Total comments: 2

Patch Set 3 : fix partial name match #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -1 line) Patch
M gclient.py View 1 2 4 chunks +18 lines, -1 line 2 comments Download

Messages

Total messages: 7 (0 generated)
M-A Ruel
Here's a sample of gclient revinfo -v -v -v on pagespeed. That is exactly what ...
10 years, 4 months ago (2010-08-10 19:11:59 UTC) #1
piman
http://codereview.chromium.org/3159002/diff/2001/3001 File gclient.py (right): http://codereview.chromium.org/3159002/diff/2001/3001#newcode378 gclient.py:378: if s.name.startswith(s2.name): startswith will yield false positives, e.g. src/foobar ...
10 years, 4 months ago (2010-08-10 19:59:00 UTC) #2
M-A Ruel
updated http://codereview.chromium.org/3159002/diff/2001/3001 File gclient.py (right): http://codereview.chromium.org/3159002/diff/2001/3001#newcode378 gclient.py:378: if s.name.startswith(s2.name): On 2010/08/10 19:59:00, piman wrote: > ...
10 years, 4 months ago (2010-08-10 20:03:59 UTC) #3
piman
LGTM
10 years, 4 months ago (2010-08-10 20:09:20 UTC) #4
bradn
http://codereview.chromium.org/3159002/diff/7001/8001 File gclient.py (right): http://codereview.chromium.org/3159002/diff/7001/8001#newcode374 gclient.py:374: # src/foo. Yes, it's O(n^2)... Wait so, do I ...
10 years, 4 months ago (2010-08-10 20:21:02 UTC) #5
M-A Ruel
http://codereview.chromium.org/3159002/diff/7001/8001 File gclient.py (right): http://codereview.chromium.org/3159002/diff/7001/8001#newcode374 gclient.py:374: # src/foo. Yes, it's O(n^2)... On 2010/08/10 20:21:02, bradn ...
10 years, 4 months ago (2010-08-10 20:28:45 UTC) #6
bradn
10 years, 4 months ago (2010-08-10 22:31:10 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698