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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-Clang-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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
121 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN " 121 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN "
122 }, 122 },
123 "name": "fetch-gn" 123 "name": "fetch-gn"
124 }, 124 },
125 { 125 {
126 "cmd": [ 126 "cmd": [
127 "gn", 127 "gn",
128 "gen", 128 "gen",
129 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN/Debug", 129 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN/Debug",
130 "--args=cc=\"/usr/bin/ccache clang -Qunused-arguments\" cxx=\"/usr/bin/cca che clang++ -Qunused-arguments\"" 130 "--args=cc=\"/usr/bin/ccache clang\" cxx=\"/usr/bin/ccache clang++\" is_de bug=true extra_cflags=\"-Qunused-arguments\""
131 ], 131 ],
132 "cwd": "[CUSTOM_/_B_WORK]/skia", 132 "cwd": "[CUSTOM_/_B_WORK]/skia",
133 "env": { 133 "env": {
134 "BUILDTYPE": "Debug", 134 "BUILDTYPE": "Debug",
135 "CC": "/usr/bin/clang", 135 "CC": "/usr/bin/clang",
136 "CHROME_HEADLESS": "1", 136 "CHROME_HEADLESS": "1",
137 "CXX": "/usr/bin/clang++", 137 "CXX": "/usr/bin/clang++",
138 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_ errors=1", 138 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_ errors=1",
139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
140 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN " 140 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-Clang-x86_64-Debug-GN "
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 195 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
196 "@@@STEP_LOG_END@python.inline@@@" 196 "@@@STEP_LOG_END@python.inline@@@"
197 ] 197 ]
198 }, 198 },
199 { 199 {
200 "name": "$result", 200 "name": "$result",
201 "recipe_result": null, 201 "recipe_result": null,
202 "status_code": 0 202 "status_code": 0
203 } 203 }
204 ] 204 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698