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

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

Issue 1847533002: MB: Remove unnecessary configs. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'ios_dbg': 'ios_gyp_debug_bot_arm_device', 121 'ios_dbg': 'ios_gyp_debug_bot_arm_device',
122 'ios_rel': 'ios_gyp_release_bot_arm_device', 122 'ios_rel': 'ios_gyp_release_bot_arm_device',
123 'ios_arm64_dbg': 'ios_gyp_debug_bot_arm64_device', 123 'ios_arm64_dbg': 'ios_gyp_debug_bot_arm64_device',
124 'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device', 124 'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device',
125 'ios32_sim_dbg': 'ios_gyp_debug_bot_x86', 125 'ios32_sim_dbg': 'ios_gyp_debug_bot_x86',
126 'ios64_sim_dbg': 'ios_gyp_debug_bot_x64', 126 'ios64_sim_dbg': 'ios_gyp_debug_bot_x64',
127 'ios64_gn_dbg': 'ios_gn_debug_bot_arm64_device', 127 'ios64_gn_dbg': 'ios_gn_debug_bot_arm64_device',
128 'ios64_gn_rel': 'ios_gn_release_bot_arm64_device', 128 'ios64_gn_rel': 'ios_gn_release_bot_arm64_device',
129 }, 129 },
130 }, 130 },
131
132 # These lists are assumed to exist so we need them in order to be able to run
133 # the mb.py script in PRESUBMIT.py to verify our config is sane.
134 'common_dev_configs': [],
135 'private_configs': [],
136 'unsupported_configs': [],
137 } 131 }
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