| OLD | NEW |
| (Empty) |
| 1 # -*- python -*- | |
| 2 # ex: set syntax=python: | |
| 3 | |
| 4 # Copyright (c) 2006-2010 The Chromium Authors. All rights reserved. | |
| 5 # Use of this source code is governed by a BSD-style license that can be | |
| 6 # found in the LICENSE file. | |
| 7 | |
| 8 # See master.experimental/slaves.cfg for documentation. | |
| 9 | |
| 10 | |
| 11 slaves = [ | |
| 12 # LUCID | |
| 13 { | |
| 14 'master': 'NativeClientPPAPI', | |
| 15 'builder': [ | |
| 16 'lucid64-m32-n32-dbg', | |
| 17 'lucid64-m32-n32-opt', | |
| 18 ], | |
| 19 'hostname': 'codg213', | |
| 20 'os': 'linux', | |
| 21 'version': 'lucid', | |
| 22 'bits': '64', | |
| 23 }, | |
| 24 ] | |
| OLD | NEW |