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

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

Issue 1898823002: Reland of Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Add back in a TODO comment 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "[GOMA_CACHE]", 314 "[GOMA_CACHE]",
315 "--build-tool", 315 "--build-tool",
316 "ninja", 316 "ninja",
317 "--compiler", 317 "--compiler",
318 "goma", 318 "goma",
319 "--goma-jsonstatus", 319 "--goma-jsonstatus",
320 "/path/to/tmp/json", 320 "/path/to/tmp/json",
321 "--goma-dir", 321 "--goma-dir",
322 "[SLAVE_BUILD]/src/build/goma/client", 322 "[SLAVE_BUILD]/src/build/goma/client",
323 "--", 323 "--",
324 "bin/run_blink_heap_unittests",
325 "bin/run_webkit_unit_tests",
324 "blink_heap_unittests_apk", 326 "blink_heap_unittests_apk",
325 "blink_tests", 327 "blink_tests",
326 "webkit_unit_tests_apk" 328 "webkit_unit_tests_apk"
327 ], 329 ],
328 "cwd": "[SLAVE_BUILD]", 330 "cwd": "[SLAVE_BUILD]",
329 "env": { 331 "env": {
330 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 332 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
331 }, 333 },
332 "name": "compile", 334 "name": "compile",
333 "~followup_annotations": [ 335 "~followup_annotations": [
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "~followup_annotations": [ 388 "~followup_annotations": [
387 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" 389 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@"
388 ] 390 ]
389 }, 391 },
390 { 392 {
391 "name": "$result", 393 "name": "$result",
392 "recipe_result": null, 394 "recipe_result": null,
393 "status_code": 0 395 "status_code": 0
394 } 396 }
395 ] 397 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698