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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Debug-GN.json

Issue 2241263003: GN: add extra_cflags et al. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: quote manually 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 "[CUSTOM_/_B_WORK]", 7 "[CUSTOM_/_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
119 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN" 119 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN"
120 }, 120 },
121 "name": "fetch-gn" 121 "name": "fetch-gn"
122 }, 122 },
123 { 123 {
124 "cmd": [ 124 "cmd": [
125 "gn", 125 "gn",
126 "gen", 126 "gen",
127 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN/Debug", 127 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN/Debug",
128 "--args=cc=\"/usr/bin/ccache gcc \" cxx=\"/usr/bin/ccache g++ \"" 128 "--args=cc=\"/usr/bin/ccache gcc\" cxx=\"/usr/bin/ccache g++\" is_debug=tr ue extra_cflags=\"\""
129 ], 129 ],
130 "cwd": "[CUSTOM_/_B_WORK]/skia", 130 "cwd": "[CUSTOM_/_B_WORK]/skia",
131 "env": { 131 "env": {
132 "BUILDTYPE": "Debug", 132 "BUILDTYPE": "Debug",
133 "CHROME_HEADLESS": "1", 133 "CHROME_HEADLESS": "1",
134 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", 134 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1",
135 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 135 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
136 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN" 136 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-GN"
137 }, 137 },
138 "name": "gn gen" 138 "name": "gn gen"
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 189 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
190 "@@@STEP_LOG_END@python.inline@@@" 190 "@@@STEP_LOG_END@python.inline@@@"
191 ] 191 ]
192 }, 192 },
193 { 193 {
194 "name": "$result", 194 "name": "$result",
195 "recipe_result": null, 195 "recipe_result": null,
196 "status_code": 0 196 "status_code": 0
197 } 197 }
198 ] 198 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698