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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win.json

Issue 2412033002: libyuv: Switch bots over to GN by default. (Closed)
Patch Set: Reverted is_component_build changes in chromium recipe module. Created 4 years, 2 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
10 ], 10 ],
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 { 127 {
128 "cmd": [ 128 "cmd": [
129 "python", 129 "python",
130 "-u", 130 "-u",
131 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 131 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
132 "runhooks" 132 "runhooks"
133 ], 133 ],
134 "cwd": "[SLAVE_BUILD]\\src", 134 "cwd": "[SLAVE_BUILD]\\src",
135 "env": { 135 "env": {
136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
137 "GYP_CHROMIUM_NO_ACTION": "1",
137 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go madir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1", 138 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go madir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1",
138 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 139 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
139 }, 140 },
140 "name": "gclient runhooks" 141 "name": "gclient runhooks"
141 }, 142 },
142 { 143 {
143 "cmd": [ 144 "cmd": [
144 "python", 145 "python",
145 "-u", 146 "-u",
147 "RECIPE_PACKAGE_REPO[depot_tools]\\gn.py",
148 "--root=[SLAVE_BUILD]\\src",
149 "gen",
150 "//out/Debug",
151 "--args=symbol_level=2 dcheck_always_on=true is_debug=true target_cpu=\"x8 6\" use_goma=true goma_dir=\"[CACHE]\\cipd\\goma\""
152 ],
153 "cwd": "[SLAVE_BUILD]\\src",
154 "name": "gn"
155 },
156 {
157 "cmd": [
158 "python",
159 "-u",
146 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 160 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
147 "--show-path", 161 "--show-path",
148 "python", 162 "python",
149 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 163 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
150 "--gsutil-py-path", 164 "--gsutil-py-path",
151 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 165 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
152 "--ninja-path", 166 "--ninja-path",
153 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 167 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
154 "--target", 168 "--target",
155 "Debug", 169 "Debug",
(...skipping 12 matching lines...) Expand all
168 "--compiler", 182 "--compiler",
169 "goma", 183 "goma",
170 "--goma-jsonstatus", 184 "--goma-jsonstatus",
171 "/path/to/tmp/json", 185 "/path/to/tmp/json",
172 "--goma-service-account-json-file", 186 "--goma-service-account-json-file",
173 "C:\\creds\\service_accounts\\service-account-goma-client.json", 187 "C:\\creds\\service_accounts\\service-account-goma-client.json",
174 "--goma-dir", 188 "--goma-dir",
175 "[CACHE]\\cipd\\goma", 189 "[CACHE]\\cipd\\goma",
176 "--goma-fail-fast", 190 "--goma-fail-fast",
177 "--goma-disable-local-fallback", 191 "--goma-disable-local-fallback",
178 "--", 192 "--"
179 "All"
180 ], 193 ],
181 "env": { 194 "env": {
182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 195 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
183 }, 196 },
184 "name": "compile", 197 "name": "compile",
185 "~followup_annotations": [ 198 "~followup_annotations": [
186 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 199 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
187 "@@@STEP_LOG_END@json.output (invalid)@@@" 200 "@@@STEP_LOG_END@json.output (invalid)@@@"
188 ] 201 ]
189 }, 202 },
(...skipping 15 matching lines...) Expand all
205 "libyuv_unittest.exe" 218 "libyuv_unittest.exe"
206 ], 219 ],
207 "name": "libyuv_unittest" 220 "name": "libyuv_unittest"
208 }, 221 },
209 { 222 {
210 "name": "$result", 223 "name": "$result",
211 "recipe_result": null, 224 "recipe_result": null,
212 "status_code": 0 225 "status_code": 0
213 } 226 }
214 ] 227 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698