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

Side by Side Diff: tools/autoroller/unittests/testdata/DEPS.chromium.new

Issue 2581493003: Move tools/autoroller to tools-webrtc/ + rename script (Closed)
Patch Set: Renamed the script Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # DEPS file for unit tests.
2
3 vars = {
4 'chromium_git': 'https://chromium.googlesource.com',
5
6 # This is updated compared to the DEPS.chromium.old file.
7 'buildtools_revision': '55ad626b08ef971fd82a62b7abb325359542952b',
8 }
9
10 deps = {
11 'src/buildtools':
12 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_re vision'),
13 }
OLDNEW
« no previous file with comments | « tools/autoroller/unittests/testdata/DEPS ('k') | tools/autoroller/unittests/testdata/DEPS.chromium.old » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698