| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |