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

Side by Side Diff: scripts/slave/recipes/flutter/engine.expected/mac.json

Issue 2260133003: Change the host_debug sky_shell used for testing to build with assertions enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "rmcontents everything", 9 "name": "rmcontents everything",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 ], 131 ],
132 "env": { 132 "env": {
133 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 133 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
134 }, 134 },
135 "name": "download android tools" 135 "name": "download android tools"
136 }, 136 },
137 { 137 {
138 "cmd": [ 138 "cmd": [
139 "[SLAVE_BUILD]/src/flutter/tools/gn", 139 "[SLAVE_BUILD]/src/flutter/tools/gn",
140 "--runtime-mode", 140 "--runtime-mode",
141 "debug" 141 "debug",
142 "--unoptimized"
142 ], 143 ],
143 "env": { 144 "env": {
144 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 145 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
145 }, 146 },
146 "name": "gn --runtime-mode debug" 147 "name": "gn --runtime-mode debug --unoptimized"
147 }, 148 },
148 { 149 {
149 "cmd": [ 150 "cmd": [
150 "[SLAVE_BUILD]/src/flutter/tools/gn", 151 "[SLAVE_BUILD]/src/flutter/tools/gn",
151 "--runtime-mode", 152 "--runtime-mode",
152 "profile", 153 "profile",
153 "--android" 154 "--android"
154 ], 155 ],
155 "env": { 156 "env": {
156 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 157 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
157 }, 158 },
158 "name": "gn --runtime-mode profile --android" 159 "name": "gn --runtime-mode profile --android"
159 }, 160 },
160 { 161 {
161 "cmd": [ 162 "cmd": [
162 "[SLAVE_BUILD]/src/flutter/tools/gn", 163 "[SLAVE_BUILD]/src/flutter/tools/gn",
163 "--runtime-mode", 164 "--runtime-mode",
164 "release", 165 "release",
165 "--android" 166 "--android"
166 ], 167 ],
167 "env": { 168 "env": {
168 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 169 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
169 }, 170 },
170 "name": "gn --runtime-mode release --android" 171 "name": "gn --runtime-mode release --android"
171 }, 172 },
172 { 173 {
173 "cmd": [ 174 "cmd": [
174 "ninja", 175 "ninja",
175 "-C", 176 "-C",
176 "[SLAVE_BUILD]/src/out/host_debug" 177 "[SLAVE_BUILD]/src/out/host_debug_unopt"
177 ], 178 ],
178 "env": { 179 "env": {
179 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 180 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
180 }, 181 },
181 "name": "build host_debug" 182 "name": "build host_debug_unopt"
182 }, 183 },
183 { 184 {
184 "cmd": [ 185 "cmd": [
185 "ninja", 186 "ninja",
186 "-C", 187 "-C",
187 "[SLAVE_BUILD]/src/out/android_profile", 188 "[SLAVE_BUILD]/src/out/android_profile",
188 "flutter/lib/snapshot" 189 "flutter/lib/snapshot"
189 ], 190 ],
190 "env": { 191 "env": {
191 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 192 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
(...skipping 15 matching lines...) Expand all
207 { 208 {
208 "cmd": [ 209 "cmd": [
209 "python", 210 "python",
210 "-u", 211 "-u",
211 "RECIPE_MODULE[build::zip]/resources/zip.py" 212 "RECIPE_MODULE[build::zip]/resources/zip.py"
212 ], 213 ],
213 "env": { 214 "env": {
214 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 215 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
215 }, 216 },
216 "name": "Zip darwin-x64 artifacts.zip", 217 "name": "Zip darwin-x64 artifacts.zip",
217 "stdin": "{\"entries\": [{\"archive_name\": \"sky_snapshot\", \"path\": \"[S LAVE_BUILD]/src/out/host_debug/sky_snapshot\", \"type\": \"file\"}, {\"archive_n ame\": \"sky_shell\", \"path\": \"[SLAVE_BUILD]/src/out/host_debug/sky_shell\", \"type\": \"file\"}, {\"archive_name\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD ]/src/out/host_debug/icudtl.dat\", \"type\": \"file\"}], \"output\": \"[TMP_BASE ]/tmp_tmp_1/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}" 218 "stdin": "{\"entries\": [{\"archive_name\": \"sky_snapshot\", \"path\": \"[S LAVE_BUILD]/src/out/host_debug_unopt/sky_snapshot\", \"type\": \"file\"}, {\"arc hive_name\": \"sky_shell\", \"path\": \"[SLAVE_BUILD]/src/out/host_debug_unopt/s ky_shell\", \"type\": \"file\"}, {\"archive_name\": \"icudtl.dat\", \"path\": \" [SLAVE_BUILD]/src/out/host_debug_unopt/icudtl.dat\", \"type\": \"file\"}], \"out put\": \"[TMP_BASE]/tmp_tmp_1/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}"
218 }, 219 },
219 { 220 {
220 "cmd": [ 221 "cmd": [
221 "python", 222 "python",
222 "-u", 223 "-u",
223 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 224 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
224 "--", 225 "--",
225 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 226 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
226 "----", 227 "----",
227 "cp", 228 "cp",
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 705 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
705 "@@@STEP_LOG_END@python.inline@@@" 706 "@@@STEP_LOG_END@python.inline@@@"
706 ] 707 ]
707 }, 708 },
708 { 709 {
709 "name": "$result", 710 "name": "$result",
710 "recipe_result": null, 711 "recipe_result": null,
711 "status_code": 0 712 "status_code": 0
712 } 713 }
713 ] 714 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698