| OLD | NEW |
| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 { | 71 { |
| 72 "cmd": [ | 72 "cmd": [ |
| 73 "[SLAVE_BUILD]/skia/platform_tools/chromeos/bin/chromeos_make", | 73 "[SLAVE_BUILD]/skia/platform_tools/chromeos/bin/chromeos_make", |
| 74 "-d", | 74 "-d", |
| 75 "daisy", | 75 "daisy", |
| 76 "most", | 76 "most", |
| 77 "BUILDTYPE=Debug" | 77 "BUILDTYPE=Debug" |
| 78 ], | 78 ], |
| 79 "cwd": "[SLAVE_BUILD]/skia", | 79 "cwd": "[SLAVE_BUILD]/skia", |
| 80 "env": { | 80 "env": { |
| 81 "GYP_DEFINES": "skia_arch_type=arm skia_arch_width=32 skia_warnings_as_err
ors=1", | 81 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", |
| 82 "PATH": "%(PATH)s:/home/chrome-bot/depot_tools/third_party/gsutil", | 82 "PATH": "%(PATH)s:/home/chrome-bot/depot_tools/third_party/gsutil", |
| 83 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-CrOS_Daisy
" | 83 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-CrOS_Daisy
" |
| 84 }, | 84 }, |
| 85 "name": "build most" | 85 "name": "build most" |
| 86 } | 86 } |
| 87 ] | 87 ] |
| OLD | NEW |