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

Side by Side Diff: tools_webrtc/autoroller/unittests/testdata/DEPS.chromium.old

Issue 2864213004: Rename tools-webrtc -> tools_webrtc (Closed)
Patch Set: REmove symlink Created 3 years, 7 months 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
1 # DEPS file for unit tests. 1 # DEPS file for unit tests.
2 2
3 vars = { 3 vars = {
4 'chromium_git': 'https://chromium.googlesource.com', 4 'chromium_git': 'https://chromium.googlesource.com',
5 5
6 # This is and older revision than DEPS.chromium.new file. 6 # This is and older revision than DEPS.chromium.new file.
7 'buildtools_revision': '64e38f0cebdde27aa0cfb405f330063582f9ac76', 7 'buildtools_revision': '64e38f0cebdde27aa0cfb405f330063582f9ac76',
8 } 8 }
9 9
10 deps = { 10 deps = {
11 'src/buildtools': 11 'src/buildtools':
12 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_re vision'), 12 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_re vision'),
13 } 13 }
OLDNEW
« no previous file with comments | « tools_webrtc/autoroller/unittests/testdata/DEPS.chromium.new ('k') | tools_webrtc/check_package_boundaries.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698