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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release.json

Issue 1237833003: Update slave scripts to set skia_arch_type but not skia_arch_width (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 5 years, 4 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 "fetch" 5 "fetch"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]/skia", 7 "cwd": "[SLAVE_BUILD]/skia",
8 "name": "git fetch" 8 "name": "git fetch"
9 }, 9 },
10 { 10 {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja", 86 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja",
87 "nanobench", 87 "nanobench",
88 "-d", 88 "-d",
89 "nexus_7" 89 "nexus_7"
90 ], 90 ],
91 "cwd": "[SLAVE_BUILD]/skia", 91 "cwd": "[SLAVE_BUILD]/skia",
92 "env": { 92 "env": {
93 "ANDROID_HOME": "/home/chrome-bot/android-sdk-linux", 93 "ANDROID_HOME": "/home/chrome-bot/android-sdk-linux",
94 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", 94 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux",
95 "BUILDTYPE": "Release", 95 "BUILDTYPE": "Release",
96 "GYP_DEFINES": "skia_arch_type=arm skia_arch_width=32 skia_warnings_as_err ors=0", 96 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0",
97 "SKIA_ANDROID_VERBOSE_SETUP": "1", 97 "SKIA_ANDROID_VERBOSE_SETUP": "1",
98 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Release" 98 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Release"
99 }, 99 },
100 "name": "build nanobench" 100 "name": "build nanobench"
101 }, 101 },
102 { 102 {
103 "cmd": [ 103 "cmd": [
104 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_wait_for_device", 104 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_wait_for_device",
105 "-s", 105 "-s",
106 "015d210a13480604" 106 "015d210a13480604"
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 ], 466 ],
467 "cwd": "[SLAVE_BUILD]", 467 "cwd": "[SLAVE_BUILD]",
468 "env": { 468 "env": {
469 "ANDROID_HOME": "/home/chrome-bot/android-sdk-linux", 469 "ANDROID_HOME": "/home/chrome-bot/android-sdk-linux",
470 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", 470 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux",
471 "SKIA_ANDROID_VERBOSE_SETUP": "1" 471 "SKIA_ANDROID_VERBOSE_SETUP": "1"
472 }, 472 },
473 "name": "wait for device (3)" 473 "name": "wait for device (3)"
474 } 474 }
475 ] 475 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698