| 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 . import steps | 5 from . import steps |
| 6 | 6 |
| 7 RESULTS_URL = 'https://chromeperf.appspot.com' | 7 RESULTS_URL = 'https://chromeperf.appspot.com' |
| 8 | 8 |
| 9 SPEC = { | 9 SPEC = { |
| 10 'settings': { | 10 'settings': { |
| (...skipping 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1489 'ChromotingTest', 'remoting_test_apk', | 1489 'ChromotingTest', 'remoting_test_apk', |
| 1490 adb_install_apk=( | 1490 adb_install_apk=( |
| 1491 'Chromoting.apk', 'org.chromium.chromoting')), | 1491 'Chromoting.apk', 'org.chromium.chromoting')), |
| 1492 ], | 1492 ], |
| 1493 'testing': { | 1493 'testing': { |
| 1494 'platform': 'linux', | 1494 'platform': 'linux', |
| 1495 }, | 1495 }, |
| 1496 }, | 1496 }, |
| 1497 }, | 1497 }, |
| 1498 } | 1498 } |
| OLD | NEW |