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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/adb_in_path.json

Issue 1951843002: Skia: Add --colorImages to DM (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 "-t", 654 "-t",
655 "Debug", 655 "Debug",
656 "dm", 656 "dm",
657 "--undefok", 657 "--undefok",
658 "--resourcePath", 658 "--resourcePath",
659 "/storage/emulated/legacy/skiabot/skia_resources", 659 "/storage/emulated/legacy/skiabot/skia_resources",
660 "--skps", 660 "--skps",
661 "/storage/emulated/legacy/skiabot/skia_skp/skps", 661 "/storage/emulated/legacy/skiabot/skia_skp/skps",
662 "--images", 662 "--images",
663 "/storage/emulated/legacy/skiabot/skia_images/dm", 663 "/storage/emulated/legacy/skiabot/skia_images/dm",
664 "--colorImages",
665 "/storage/emulated/legacy/skiabot/skia_images/colorspace",
664 "--nameByHash", 666 "--nameByHash",
665 "--properties", 667 "--properties",
666 "gitHash", 668 "gitHash",
667 "164710", 669 "164710",
668 "master", 670 "master",
669 "client.skia.android", 671 "client.skia.android",
670 "builder", 672 "builder",
671 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug", 673 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug",
672 "build_number", 674 "build_number",
673 "6", 675 "6",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug" 851 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug"
850 }, 852 },
851 "name": "wait for charge (3)" 853 "name": "wait for charge (3)"
852 }, 854 },
853 { 855 {
854 "name": "$result", 856 "name": "$result",
855 "recipe_result": null, 857 "recipe_result": null,
856 "status_code": 0 858 "status_code": 0
857 } 859 }
858 ] 860 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698