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

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

Issue 2235773002: chromium: run GN in the checkout directory (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 years, 4 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]\\win_x64_gn_dbg", 7 "[BUILDER_CACHE]\\win_x64_gn_dbg",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 { 177 {
178 "cmd": [ 178 "cmd": [
179 "python", 179 "python",
180 "-u", 180 "-u",
181 "RECIPE_PACKAGE_REPO[depot_tools]\\gn.py", 181 "RECIPE_PACKAGE_REPO[depot_tools]\\gn.py",
182 "--root=[BUILDER_CACHE]\\win_x64_gn_dbg\\src", 182 "--root=[BUILDER_CACHE]\\win_x64_gn_dbg\\src",
183 "gen", 183 "gen",
184 "//out/Debug_x64", 184 "//out/Debug_x64",
185 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_ cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]\\cipd\\goma\"" 185 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_ cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]\\cipd\\goma\""
186 ], 186 ],
187 "cwd": "[BUILDER_CACHE]\\win_x64_gn_dbg\\src",
187 "name": "gn" 188 "name": "gn"
188 }, 189 },
189 { 190 {
190 "cmd": [ 191 "cmd": [
191 "python", 192 "python",
192 "-u", 193 "-u",
193 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 194 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
194 "--show-path", 195 "--show-path",
195 "python", 196 "python",
196 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 197 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
(...skipping 30 matching lines...) Expand all
227 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 228 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
228 "@@@STEP_LOG_END@json.output (invalid)@@@" 229 "@@@STEP_LOG_END@json.output (invalid)@@@"
229 ] 230 ]
230 }, 231 },
231 { 232 {
232 "name": "$result", 233 "name": "$result",
233 "recipe_result": null, 234 "recipe_result": null,
234 "status_code": 0 235 "status_code": 0
235 } 236 }
236 ] 237 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698