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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-x86_64-Release-GN.json

Issue 2301273002: GN: Build and link with LLD when using our Clang toolchain. (Closed)
Patch Set: v3 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 "[CUSTOM_/_B_WORK]", 7 "[CUSTOM_/_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "env": { 114 "env": {
115 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]" 115 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]"
116 }, 116 },
117 "name": "fetch-gn" 117 "name": "fetch-gn"
118 }, 118 },
119 { 119 {
120 "cmd": [ 120 "cmd": [
121 "gn", 121 "gn",
122 "gen", 122 "gen",
123 "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Release-GN/Release", 123 "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Release-GN/Release",
124 "--args=cc=\"clang\" compiler_prefix=\"/usr/bin/ccache\" cxx=\"clang++\" e xtra_cflags=\"-Qunused-arguments\" is_debug=false" 124 "--args=cc=\"clang\" compiler_prefix=\"/usr/bin/ccache\" cxx=\"clang++\" e xtra_cflags=\"-Qunused-arguments\" extra_ldflags=\"\" is_debug=false"
125 ], 125 ],
126 "cwd": "[CUSTOM_/_B_WORK]/skia", 126 "cwd": "[CUSTOM_/_B_WORK]/skia",
127 "env": { 127 "env": {
128 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]" 128 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]"
129 }, 129 },
130 "name": "gn gen" 130 "name": "gn gen"
131 }, 131 },
132 { 132 {
133 "cmd": [ 133 "cmd": [
134 "ninja", 134 "ninja",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 177 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
178 "@@@STEP_LOG_END@python.inline@@@" 178 "@@@STEP_LOG_END@python.inline@@@"
179 ] 179 ]
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

Powered by Google App Engine
This is Rietveld 408576698