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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_release__gn_.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]\\Win64_Release__GN_", 7 "[BUILDER_CACHE]\\Win64_Release__GN_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 { 171 {
172 "cmd": [ 172 "cmd": [
173 "python", 173 "python",
174 "-u", 174 "-u",
175 "RECIPE_PACKAGE_REPO[depot_tools]\\gn.py", 175 "RECIPE_PACKAGE_REPO[depot_tools]\\gn.py",
176 "--root=[BUILDER_CACHE]\\Win64_Release__GN_\\src", 176 "--root=[BUILDER_CACHE]\\Win64_Release__GN_\\src",
177 "gen", 177 "gen",
178 "//out/Release_x64", 178 "//out/Release_x64",
179 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target _cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]\\cipd\\goma\"" 179 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target _cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]\\cipd\\goma\""
180 ], 180 ],
181 "cwd": "[BUILDER_CACHE]\\Win64_Release__GN_\\src",
181 "name": "gn" 182 "name": "gn"
182 }, 183 },
183 { 184 {
184 "cmd": [ 185 "cmd": [
185 "python", 186 "python",
186 "-u", 187 "-u",
187 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 188 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
188 "--show-path", 189 "--show-path",
189 "python", 190 "python",
190 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 191 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
(...skipping 28 matching lines...) Expand all
219 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 220 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
220 "@@@STEP_LOG_END@json.output (invalid)@@@" 221 "@@@STEP_LOG_END@json.output (invalid)@@@"
221 ] 222 ]
222 }, 223 },
223 { 224 {
224 "name": "$result", 225 "name": "$result",
225 "recipe_result": null, 226 "recipe_result": null,
226 "status_code": 0 227 "status_code": 0
227 } 228 }
228 ] 229 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698