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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE.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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "env": { 112 "env": {
113 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]" 113 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]"
114 }, 114 },
115 "name": "fetch-gn" 115 "name": "fetch-gn"
116 }, 116 },
117 { 117 {
118 "cmd": [ 118 "cmd": [
119 "gn", 119 "gn",
120 "gen", 120 "gen",
121 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-SK_USE_DISCARDAB LE_SCALEDIMAGECACHE/Debug", 121 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-SK_USE_DISCARDAB LE_SCALEDIMAGECACHE/Debug",
122 "--args=cc=\"gcc\" compiler_prefix=\"\" cxx=\"g++\" extra_cflags=\"-DSK_US E_DISCARDABLE_SCALEDIMAGECACHE\" is_debug=true" 122 "--args=cc=\"gcc\" compiler_prefix=\"\" cxx=\"g++\" extra_cflags=\"-DSK_US E_DISCARDABLE_SCALEDIMAGECACHE\" extra_ldflags=\"\" is_debug=true"
123 ], 123 ],
124 "cwd": "[CUSTOM_/_B_WORK]/skia", 124 "cwd": "[CUSTOM_/_B_WORK]/skia",
125 "env": { 125 "env": {
126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]" 126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]"
127 }, 127 },
128 "name": "gn gen" 128 "name": "gn gen"
129 }, 129 },
130 { 130 {
131 "cmd": [ 131 "cmd": [
132 "ninja", 132 "ninja",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 175 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
176 "@@@STEP_LOG_END@python.inline@@@" 176 "@@@STEP_LOG_END@python.inline@@@"
177 ] 177 ]
178 }, 178 },
179 { 179 {
180 "name": "$result", 180 "name": "$result",
181 "recipe_result": null, 181 "recipe_result": null,
182 "status_code": 0 182 "status_code": 0
183 } 183 }
184 ] 184 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698