| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['an
droid']" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['an
droid']" |
| 10 ], | 10 ], |
| (...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 573 }, | 573 }, |
| 574 { | 574 { |
| 575 "cmd": [ | 575 "cmd": [ |
| 576 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia", | 576 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia", |
| 577 "--logcat", | 577 "--logcat", |
| 578 "-d", | 578 "-d", |
| 579 "nexus_7", | 579 "nexus_7", |
| 580 "-s", | 580 "-s", |
| 581 "015d210a13480604", | 581 "015d210a13480604", |
| 582 "dm", | 582 "dm", |
| 583 "--undefok", |
| 583 "--verbose", | 584 "--verbose", |
| 584 "--resourcePath", | 585 "--resourcePath", |
| 585 "/storage/emulated/legacy/skiabot/skia_resources", | 586 "/storage/emulated/legacy/skiabot/skia_resources", |
| 586 "--skps", | 587 "--skps", |
| 587 "/storage/emulated/legacy/skiabot/skia_skp/skps", | 588 "/storage/emulated/legacy/skiabot/skia_skp/skps", |
| 588 "--images", | 589 "--images", |
| 589 "/storage/emulated/legacy/skiabot/skia_images", | 590 "/storage/emulated/legacy/skiabot/skia_images", |
| 590 "--writePath", | 591 "--writePath", |
| 591 "/storage/emulated/legacy/skiabot/skia_dm", | 592 "/storage/emulated/legacy/skiabot/skia_dm", |
| 592 "--nameByHash", | 593 "--nameByHash", |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 667 }, | 668 }, |
| 668 { | 669 { |
| 669 "cmd": [ | 670 "cmd": [ |
| 670 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia", | 671 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia", |
| 671 "--logcat", | 672 "--logcat", |
| 672 "-d", | 673 "-d", |
| 673 "nexus_7", | 674 "nexus_7", |
| 674 "-s", | 675 "-s", |
| 675 "015d210a13480604", | 676 "015d210a13480604", |
| 676 "nanobench", | 677 "nanobench", |
| 678 "--undefok", |
| 677 "-i", | 679 "-i", |
| 678 "/storage/emulated/legacy/skiabot/skia_resources", | 680 "/storage/emulated/legacy/skiabot/skia_resources", |
| 679 "--skps", | 681 "--skps", |
| 680 "/storage/emulated/legacy/skiabot/skia_skp/skps", | 682 "/storage/emulated/legacy/skiabot/skia_skp/skps", |
| 681 "--nocpu", | 683 "--nocpu", |
| 682 "--dummy-flags" | 684 "--dummy-flags" |
| 683 ], | 685 ], |
| 684 "env": { | 686 "env": { |
| 685 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", | 687 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", |
| 686 "SKIA_ANDROID_VERBOSE_SETUP": "1" | 688 "SKIA_ANDROID_VERBOSE_SETUP": "1" |
| (...skipping 19 matching lines...) Expand all Loading... |
| 706 { | 708 { |
| 707 "cmd": [ | 709 "cmd": [ |
| 708 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", | 710 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", |
| 709 "-s", | 711 "-s", |
| 710 "015d210a13480604", | 712 "015d210a13480604", |
| 711 "wait-for-device" | 713 "wait-for-device" |
| 712 ], | 714 ], |
| 713 "name": "wait for device (3)" | 715 "name": "wait for device (3)" |
| 714 } | 716 } |
| 715 ] | 717 ] |
| OLD | NEW |