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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Release-Fast.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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
117 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Fa st" 117 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Fa st"
118 }, 118 },
119 "name": "fetch-gn" 119 "name": "fetch-gn"
120 }, 120 },
121 { 121 {
122 "cmd": [ 122 "cmd": [
123 "gn", 123 "gn",
124 "gen", 124 "gen",
125 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Fast/Release", 125 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Fast/Release",
126 "--args=is_debug=false cc=\"gcc -march=native -fomit-frame-pointer\" cxx=\ "g++ -march=native -fomit-frame-pointer\"" 126 "--args=cc=\"gcc\" cxx=\"g++\" is_debug=false extra_cflags=\"-march=native -fomit-frame-pointer -O3\""
127 ], 127 ],
128 "cwd": "[CUSTOM_/_B_WORK]/skia", 128 "cwd": "[CUSTOM_/_B_WORK]/skia",
129 "env": { 129 "env": {
130 "BUILDTYPE": "Release", 130 "BUILDTYPE": "Release",
131 "CHROME_HEADLESS": "1", 131 "CHROME_HEADLESS": "1",
132 "GYP_DEFINES": "skia_arch_type=x86_64 skia_fast=1 skia_warnings_as_errors= 0", 132 "GYP_DEFINES": "skia_arch_type=x86_64 skia_fast=1 skia_warnings_as_errors= 0",
133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
134 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Fa st" 134 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Fa st"
135 }, 135 },
136 "name": "gn gen" 136 "name": "gn gen"
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 187 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
188 "@@@STEP_LOG_END@python.inline@@@" 188 "@@@STEP_LOG_END@python.inline@@@"
189 ] 189 ]
190 }, 190 },
191 { 191 {
192 "name": "$result", 192 "name": "$result",
193 "recipe_result": null, 193 "recipe_result": null,
194 "status_code": 0 194 "status_code": 0
195 } 195 }
196 ] 196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698