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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 68 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
69 ] 69 ]
70 }, 70 },
71 { 71 {
72 "cmd": [ 72 "cmd": [
73 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_ninja" 73 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_ninja"
74 ], 74 ],
75 "cwd": "[SLAVE_BUILD]/skia", 75 "cwd": "[SLAVE_BUILD]/skia",
76 "env": { 76 "env": {
77 "BUILDTYPE": "Debug", 77 "BUILDTYPE": "Debug",
78 "GYP_DEFINES": "skia_arch_type=arm skia_arch_width=32 skia_clang_build=1 s kia_os=ios skia_warnings_as_errors=0", 78 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war nings_as_errors=0",
79 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D ebug" 79 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D ebug"
80 }, 80 },
81 "name": "build iOSShell" 81 "name": "build iOSShell"
82 }, 82 },
83 { 83 {
84 "cmd": [ 84 "cmd": [
85 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install" 85 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install"
86 ], 86 ],
87 "cwd": "[SLAVE_BUILD]", 87 "cwd": "[SLAVE_BUILD]",
88 "env": { 88 "env": {
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 "--dummy-flags" 509 "--dummy-flags"
510 ], 510 ],
511 "cwd": "[SLAVE_BUILD]", 511 "cwd": "[SLAVE_BUILD]",
512 "env": { 512 "env": {
513 "BUILDTYPE": "Debug", 513 "BUILDTYPE": "Debug",
514 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D ebug" 514 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D ebug"
515 }, 515 },
516 "name": "nanobench" 516 "name": "nanobench"
517 } 517 }
518 ] 518 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698