| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 from recipe_engine.types import freeze | 5 from recipe_engine.types import freeze |
| 6 | 6 |
| 7 | 7 |
| 8 DEPS = [ | 8 DEPS = [ |
| 9 'adb', | 9 'adb', |
| 10 'chromium', | 10 'chromium', |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 repo_name='src', | 308 repo_name='src', |
| 309 repo_url=REPO_URL, | 309 repo_url=REPO_URL, |
| 310 mastername='chromium.perf', | 310 mastername='chromium.perf', |
| 311 buildername='Android Nexus5 Perf (1)', | 311 buildername='Android Nexus5 Perf (1)', |
| 312 parent_buildername='parent_buildername', | 312 parent_buildername='parent_buildername', |
| 313 parent_buildnumber='1729', | 313 parent_buildnumber='1729', |
| 314 parent_revision='deadbeef', | 314 parent_revision='deadbeef', |
| 315 revision='deadbeef', | 315 revision='deadbeef', |
| 316 slavename='slavename', | 316 slavename='slavename', |
| 317 target='Release') | 317 target='Release') |
| 318 + api.step_data('Host_Info', retcode=87)) | 318 + api.step_data('Host Info', retcode=87)) |
| 319 | 319 |
| OLD | NEW |