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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__gyp_.json

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Linux64_Release__GYP_", 7 "[BUILDER_CACHE]/Linux64_Release__GYP_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 88 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
89 "--show-path", 89 "--show-path",
90 "python", 90 "python",
91 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 91 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
92 ], 92 ],
93 "name": "cleanup_temp" 93 "name": "cleanup_temp"
94 }, 94 },
95 { 95 {
96 "cmd": [],
97 "name": "ensure_goma" 96 "name": "ensure_goma"
98 }, 97 },
99 { 98 {
100 "cmd": [ 99 "cmd": [
101 "python", 100 "python",
102 "-u", 101 "-u",
103 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 102 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
104 "--platform", 103 "--platform",
105 "linux-amd64", 104 "linux-amd64",
106 "--dest-directory", 105 "--dest-directory",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
188 }, 187 },
189 "name": "generate_build_files" 188 "name": "generate_build_files"
190 }, 189 },
191 { 190 {
192 "name": "$result", 191 "name": "$result",
193 "recipe_result": null, 192 "recipe_result": null,
194 "status_code": 0 193 "status_code": 0
195 } 194 }
196 ] 195 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698