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

Side by Side Diff: webrtc/build/mb_config.pyl

Issue 2222853003: Cleaning up mb_config.pyl style. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 # FOR DETAILS ON THIS FILE SEE THE MAIN COPY IN //tools/mb/mb_config.pyl. 9 # FOR DETAILS ON THIS FILE SEE THE MAIN COPY IN //tools/mb/mb_config.pyl.
10 # This is configuration for standalone WebRTC bots. It is used to keep the bot 10 # This is configuration for standalone WebRTC bots. It is used to keep the bot
11 # configurations source-side instead of in the buildbot scripts. That makes it 11 # configurations source-side instead of in the buildbot scripts. That makes it
12 # easy to try different configurations of GYP and GN in tryjob patches. 12 # easy to try different configurations of GYP and GN in tryjob patches.
13 13
14 { 14 {
15 # This is a map of buildbot master names -> buildbot builder names ->
16 # config names (where each config name is a key in the 'configs' dict,
17 # above). mb uses this dict to look up which config to use for a given bot.
18 # The builders should be sorted by the order they appear in the /builders
19 # page on the buildbots, *not* alphabetically.
20 'masters': {
21 'client.webrtc': {
22 'iOS32 Debug': 'ios_gyp_debug_bot_arm_device',
23 'iOS32 Release': 'ios_gyp_release_bot_arm_device',
24 'iOS64 Debug': 'ios_gyp_debug_bot_arm64_device',
25 'iOS64 Release': 'ios_gyp_release_bot_arm64_device',
26 'iOS32 Debug Simulator': 'ios_gyp_debug_bot_x86',
27 'iOS64 Debug Simulator': 'ios_gyp_debug_bot_x64',
28 'iOS64 Debug (GN)': 'ios_gn_debug_bot_arm64_device',
29 'iOS64 Release (GN)': 'ios_gn_release_bot_arm64_device',
30 },
31 'tryserver.webrtc': {
32 'ios_dbg': 'ios_gyp_debug_bot_arm_device',
33 'ios_rel': 'ios_gyp_release_bot_arm_device',
34 'ios_arm64_dbg': 'ios_gyp_debug_bot_arm64_device',
35 'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device',
36 'ios32_sim_dbg': 'ios_gyp_debug_bot_x86',
37 'ios64_sim_dbg': 'ios_gyp_debug_bot_x64',
38 'ios64_gn_dbg': 'ios_gn_debug_bot_arm64_device',
39 'ios64_gn_rel': 'ios_gn_release_bot_arm64_device',
40 },
41 },
42
15 # This is the list of configs that you can pass to mb; each config 43 # This is the list of configs that you can pass to mb; each config
16 # represents a particular combination of GYP_DEFINES/gn args that 44 # represents a particular combination of GYP_DEFINES/gn args that
17 # we must support. A given config *may* be platform-specific but 45 # we must support. A given config *may* be platform-specific but
18 # is not necessarily so (i.e., we might have mac, win, and linux 46 # is not necessarily so (i.e., we might have mac, win, and linux
19 # bots all using the 'gn_release_bot' config). 47 # bots all using the 'gn_release_bot' config).
20 'configs': { 48 'configs': {
21 'ios_gn_debug_bot_arm64_device': ['ios', 'gn', 'debug_bot', 'arm64', 'device '], 49 'ios_gn_debug_bot_arm64_device': [
22 'ios_gn_release_bot_arm64_device': ['ios', 'gn', 'release_bot', 'arm64', 'de vice'], 50 'ios', 'gn', 'debug_bot', 'arm64', 'device'
23 'ios_gyp_debug_bot_arm_device': ['ios', 'gyp', 'debug_bot', 'arm', 'device'] , 51 ],
24 'ios_gyp_release_bot_arm_device': ['ios', 'gyp', 'release_bot', 'arm', 'devi ce'], 52 'ios_gn_release_bot_arm64_device': [
25 'ios_gyp_debug_bot_arm64_device': ['ios', 'gyp', 'debug_bot', 'arm64', 'devi ce'], 53 'ios', 'gn', 'release_bot', 'arm64', 'device'
26 'ios_gyp_release_bot_arm64_device': ['ios', 'gyp', 'release_bot', 'arm64', ' device'], 54 ],
27 'ios_gyp_debug_bot_x86': ['ios', 'gyp', 'debug_bot', 'x86'], 55 'ios_gyp_debug_bot_arm_device': [
28 'ios_gyp_debug_bot_x64': ['ios', 'gyp', 'release_bot', 'x64'], 56 'ios', 'gyp', 'debug_bot', 'arm', 'device'
57 ],
58 'ios_gyp_release_bot_arm_device': [
59 'ios', 'gyp', 'release_bot', 'arm', 'device'
60 ],
61 'ios_gyp_debug_bot_arm64_device': [
62 'ios', 'gyp', 'debug_bot', 'arm64', 'device'
63 ],
64 'ios_gyp_release_bot_arm64_device': [
65 'ios', 'gyp', 'release_bot', 'arm64', 'device'
66 ],
67 'ios_gyp_debug_bot_x86': [
68 'ios', 'gyp', 'debug_bot', 'x86'
69 ],
70 'ios_gyp_debug_bot_x64': [
71 'ios', 'gyp', 'release_bot', 'x64'
72 ],
29 }, 73 },
30 74
31 # This is a dict mapping a given 'mixin' name to a dict of settings that 75 # This is a dict mapping a given 'mixin' name to a dict of settings that
32 # mb should use. See //tools/mb/docs/user_guide.md for more information. 76 # mb should use. See //tools/mb/docs/user_guide.md for more information.
33 'mixins': { 77 'mixins': {
34 'ios': { 78 'ios': {
35 'gn_args': 'target_os="ios"', 79 'gn_args': 'target_os="ios"',
36 'gyp_defines': 'OS=ios', 80 'gyp_defines': 'OS=ios',
37 }, 81 },
38 82
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'x64': { 128 'x64': {
85 'gn_args': 'target_cpu="x64"', 129 'gn_args': 'target_cpu="x64"',
86 'gyp_defines': 'target_arch=x64', 130 'gyp_defines': 'target_arch=x64',
87 }, 131 },
88 132
89 'x86': { 133 'x86': {
90 'gn_args': 'target_cpu="x86"', 134 'gn_args': 'target_cpu="x86"',
91 'gyp_defines': 'target_arch=ia32', 135 'gyp_defines': 'target_arch=ia32',
92 }, 136 },
93 }, 137 },
94
95 # This is a map of buildbot master names -> buildbot builder names ->
96 # config names (where each config name is a key in the 'configs' dict,
97 # above). mb uses this dict to look up which config to use for a given bot.
98 # The builders should be sorted by the order they appear in the /builders
99 # page on the buildbots, *not* alphabetically.
100 'masters': {
101 'client.webrtc': {
102 'iOS32 Debug': 'ios_gyp_debug_bot_arm_device',
103 'iOS32 Release': 'ios_gyp_release_bot_arm_device',
104 'iOS64 Debug': 'ios_gyp_debug_bot_arm64_device',
105 'iOS64 Release': 'ios_gyp_release_bot_arm64_device',
106 'iOS32 Debug Simulator': 'ios_gyp_debug_bot_x86',
107 'iOS64 Debug Simulator': 'ios_gyp_debug_bot_x64',
108 'iOS64 Debug (GN)': 'ios_gn_debug_bot_arm64_device',
109 'iOS64 Release (GN)': 'ios_gn_release_bot_arm64_device',
110 },
111 'tryserver.webrtc': {
112 'ios_dbg': 'ios_gyp_debug_bot_arm_device',
113 'ios_rel': 'ios_gyp_release_bot_arm_device',
114 'ios_arm64_dbg': 'ios_gyp_debug_bot_arm64_device',
115 'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device',
116 'ios32_sim_dbg': 'ios_gyp_debug_bot_x86',
117 'ios64_sim_dbg': 'ios_gyp_debug_bot_x64',
118 'ios64_gn_dbg': 'ios_gn_debug_bot_arm64_device',
119 'ios64_gn_rel': 'ios_gn_release_bot_arm64_device',
120 },
121 },
122 } 138 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698