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

Issue 619133002: deps2git: Add support for overriding DEPS vars (Closed)

Created:
6 years, 2 months ago by kjellander_chromium
Modified:
6 years, 2 months ago
Reviewers:
szager, szager1, hinoka
CC:
chromium-reviews, cmp-cc_chromium.org
Project:
tools
Visibility:
Public.

Description

deps2git: Add support for overriding DEPS vars This makes it possible to override variables used in DEPS files, similar to how the custom_vars dict in gclient solutions behaves. BUG=419516

Patch Set 1 #

Total comments: 6

Patch Set 2 : Changed to var_overrides #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -4 lines) Patch
M deps2git.py View 1 3 chunks +10 lines, -1 line 0 comments Download
M deps_utils.py View 1 2 chunks +8 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
kjellander_chromium
I don't have the deep knowledge to predict if this is entirely safe. Can you ...
6 years, 2 months ago (2014-10-01 17:14:43 UTC) #2
hinoka
+szager for review It looks okay to me, but I also don't have a deep ...
6 years, 2 months ago (2014-10-02 21:05:51 UTC) #4
szager1
https://codereview.chromium.org/619133002/diff/1/deps2git.py File deps2git.py (right): https://codereview.chromium.org/619133002/diff/1/deps2git.py#newcode309 deps2git.py:309: type='string', nargs=1, default={}, Prefer default=None https://codereview.chromium.org/619133002/diff/1/deps_utils.py File deps_utils.py (right): ...
6 years, 2 months ago (2014-10-02 21:16:23 UTC) #6
kjellander_chromium
Updated according to comments. https://codereview.chromium.org/619133002/diff/1/deps2git.py File deps2git.py (right): https://codereview.chromium.org/619133002/diff/1/deps2git.py#newcode309 deps2git.py:309: type='string', nargs=1, default={}, On 2014/10/02 ...
6 years, 2 months ago (2014-10-03 07:13:31 UTC) #7
kjellander_chromium
On 2014/10/03 07:13:31, kjellander wrote: > Updated according to comments. > > https://codereview.chromium.org/619133002/diff/1/deps2git.py > File ...
6 years, 2 months ago (2014-10-03 07:26:39 UTC) #8
szager1
lgtm
6 years, 2 months ago (2014-10-03 16:21:54 UTC) #9
kjellander_chromium
6 years, 2 months ago (2014-10-09 09:27:21 UTC) #10
I'm abandoning this CL since I removed the use of the custom_vars "root_dir"
variable that WebRTC had on the bots until now.

Powered by Google App Engine
This is Rietveld 408576698