Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(374)

Side by Side Diff: masters/master.chromium.mac/slaves.cfg

Issue 2098943002: Rename Mac/Win GN builders to GYP builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: fix masters_recipes_test.py to handle deprecated builders Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 { 84 {
85 'master': 'ChromiumMac', 85 'master': 'ChromiumMac',
86 'hostname': 'vm21-m1', 86 'hostname': 'vm21-m1',
87 'builder': 'ios-simulator-gn', 87 'builder': 'ios-simulator-gn',
88 'os': 'mac', 88 'os': 'mac',
89 'version': '10.9', 89 'version': '10.9',
90 }, 90 },
91 { 91 {
92 'master': 'ChromiumMac', 92 'master': 'ChromiumMac',
93 'hostname': 'vm617-m1', 93 'hostname': 'vm617-m1',
94 'builder': ['Mac GN', 'Mac GN (dbg)'], 94 'builder': ['Mac GYP', 'Mac GYP (dbg)'],
95 'os': 'mac', 95 'os': 'mac',
96 'version': '10.9', 96 'version': '10.9',
97 'bits': '64', 97 'bits': '64',
98 } 98 }
99 ] 99 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698