| OLD | NEW | 
|    1 # -*- python -*- |    1 # -*- python -*- | 
|    2 # ex: set syntax=python: |    2 # ex: set syntax=python: | 
|    3  |    3  | 
|    4 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |    4 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 
|    5 # Use of this source code is governed by a BSD-style license that can be |    5 # Use of this source code is governed by a BSD-style license that can be | 
|    6 # found in the LICENSE file. |    6 # found in the LICENSE file. | 
|    7  |    7  | 
|    8 # See master.experimental/slaves.cfg for documentation. |    8 # See master.experimental/slaves.cfg for documentation. | 
|    9  |    9  | 
|   10  |   10  | 
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  434         'Skia_Shuttle_Win7_Intel_Float_ANGLE_Bench_32_Trybot', |  434         'Skia_Shuttle_Win7_Intel_Float_ANGLE_Bench_32_Trybot', | 
|  435         'Skia_Shuttle_Win7_Intel_Float_DirectWrite_Bench_32_Trybot', |  435         'Skia_Shuttle_Win7_Intel_Float_DirectWrite_Bench_32_Trybot', | 
|  436         ], |  436         ], | 
|  437   }, |  437   }, | 
|  438   { |  438   { | 
|  439     'master': 'Skia', |  439     'master': 'Skia', | 
|  440     'hostname': 'skia-housekeeping-slave-a', |  440     'hostname': 'skia-housekeeping-slave-a', | 
|  441     'builder': [ |  441     'builder': [ | 
|  442         'Skia_PerCommit_House_Keeping', |  442         'Skia_PerCommit_House_Keeping', | 
|  443         'Skia_Periodic_House_Keeping', |  443         'Skia_Periodic_House_Keeping', | 
 |  444         'Skia_PerCommit_House_Keeping_Trybot', | 
 |  445         'Skia_Periodic_House_Keeping_Trybot', | 
|  444         ], |  446         ], | 
|  445   }, |  447   }, | 
|  446   { |  448   { | 
|  447     'master': 'Skia', |  449     'master': 'Skia', | 
|  448     'hostname': 'skia-housekeeping-slave-b', |  450     'hostname': 'skia-housekeeping-slave-b', | 
|  449     'builder': [ |  451     'builder': [ | 
|  450         'Skia_PerCommit_House_Keeping', |  452         'Skia_PerCommit_House_Keeping', | 
|  451         'Skia_Periodic_House_Keeping', |  453         'Skia_Periodic_House_Keeping', | 
 |  454         'Skia_PerCommit_House_Keeping_Trybot', | 
 |  455         'Skia_Periodic_House_Keeping_Trybot', | 
|  452         ], |  456         ], | 
|  453   }, |  457   }, | 
|  454 ]] |  458 ]] | 
| OLD | NEW |