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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_Android_Builder.json

Issue 1885163002: Revert of Reland Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "[GOMA_CACHE]", 254 "[GOMA_CACHE]",
255 "--build-tool", 255 "--build-tool",
256 "ninja", 256 "ninja",
257 "--compiler", 257 "--compiler",
258 "goma", 258 "goma",
259 "--goma-jsonstatus", 259 "--goma-jsonstatus",
260 "/path/to/tmp/json", 260 "/path/to/tmp/json",
261 "--goma-dir", 261 "--goma-dir",
262 "[SLAVE_BUILD]/src/build/goma/client", 262 "[SLAVE_BUILD]/src/build/goma/client",
263 "--", 263 "--",
264 "blink_heap_unittests",
265 "blink_heap_unittests_apk", 264 "blink_heap_unittests_apk",
266 "blink_tests", 265 "blink_tests",
267 "webkit_unit_tests",
268 "webkit_unit_tests_apk" 266 "webkit_unit_tests_apk"
269 ], 267 ],
270 "cwd": "[SLAVE_BUILD]", 268 "cwd": "[SLAVE_BUILD]",
271 "env": { 269 "env": {
272 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 270 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
273 }, 271 },
274 "name": "compile", 272 "name": "compile",
275 "~followup_annotations": [ 273 "~followup_annotations": [
276 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
277 "@@@STEP_LOG_END@json.output (invalid)@@@" 275 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "~followup_annotations": [ 326 "~followup_annotations": [
329 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" 327 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@"
330 ] 328 ]
331 }, 329 },
332 { 330 {
333 "name": "$result", 331 "name": "$result",
334 "recipe_result": null, 332 "recipe_result": null,
335 "status_code": 0 333 "status_code": 0
336 } 334 }
337 ] 335 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698