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

Side by Side Diff: recipe_modules/gclient/example.expected/tryserver_webrtc_patch.json

Issue 1977373002: Fix revision for WebRTC patches sent to Chromium trybots (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Addressed comments Created 4 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
« no previous file with comments | « recipe_modules/gclient/example.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromiu m/src.git'}]" 9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromiu m/src.git'}]"
10 ], 10 ],
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 177 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
178 }, 178 },
179 "name": "gclient runhooks" 179 "name": "gclient runhooks"
180 }, 180 },
181 { 181 {
182 "name": "$result", 182 "name": "$result",
183 "recipe_result": null, 183 "recipe_result": null,
184 "status_code": 0 184 "status_code": 0
185 } 185 }
186 ] 186 ]
OLDNEW
« no previous file with comments | « recipe_modules/gclient/example.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698