| 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 'ios_gn_release_bot_arm_device': [ | 205 'ios_gn_release_bot_arm_device': [ |
| 206 'ios', 'gn', 'release_bot', 'arm', 'device' | 206 'ios', 'gn', 'release_bot', 'arm', 'device' |
| 207 ], | 207 ], |
| 208 'ios_gn_debug_static_bot_x86': [ | 208 'ios_gn_debug_static_bot_x86': [ |
| 209 'ios', 'gn', 'debug_static_bot', 'x86' | 209 'ios', 'gn', 'debug_static_bot', 'x86' |
| 210 ], | 210 ], |
| 211 'ios_gn_debug_static_bot_x64': [ | 211 'ios_gn_debug_static_bot_x64': [ |
| 212 'ios', 'gn', 'debug_static_bot', 'x64' | 212 'ios', 'gn', 'debug_static_bot', 'x64' |
| 213 ], | 213 ], |
| 214 'ios_gyp_debug_static_bot_arm64_device': [ | 214 'ios_gyp_debug_static_bot_arm64_device': [ |
| 215 'ios', 'gyp_limited_support_build', 'debug_static_bot', 'arm64', 'device' | 215 'ios', 'gyp', 'debug_static_bot', 'arm64', 'device' |
| 216 ], | 216 ], |
| 217 'ios_gyp_release_bot_arm64_device': [ | 217 'ios_gyp_release_bot_arm64_device': [ |
| 218 'ios', 'gyp_limited_support_build', 'release_bot', 'arm64', 'device' | 218 'ios', 'gyp', 'release_bot', 'arm64', 'device' |
| 219 ], | 219 ], |
| 220 | 220 |
| 221 # Linux, Mac and Windows | 221 # Linux, Mac and Windows |
| 222 'gn_gcc_release_bot_x64': [ | 222 'gn_gcc_release_bot_x64': [ |
| 223 'gn', 'gcc', 'release_bot', 'x64' | 223 'gn', 'gcc', 'release_bot', 'x64' |
| 224 ], | 224 ], |
| 225 'gn_crosscompile_release_bot_arm': [ | 225 'gn_crosscompile_release_bot_arm': [ |
| 226 'gn', 'crosscompile', 'openh264_release_bot', 'arm' | 226 'gn', 'crosscompile', 'openh264_release_bot', 'arm' |
| 227 ], | 227 ], |
| 228 'gyp_debug_bot_x64_exclude_tests': [ | 228 'gyp_debug_bot_x64_exclude_tests': [ |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 'gn_args': 'target_cpu="x64"', | 537 'gn_args': 'target_cpu="x64"', |
| 538 'gyp_defines': 'target_arch=x64', | 538 'gyp_defines': 'target_arch=x64', |
| 539 }, | 539 }, |
| 540 | 540 |
| 541 'x86': { | 541 'x86': { |
| 542 'gn_args': 'target_cpu="x86"', | 542 'gn_args': 'target_cpu="x86"', |
| 543 'gyp_defines': 'target_arch=ia32', | 543 'gyp_defines': 'target_arch=ia32', |
| 544 }, | 544 }, |
| 545 }, | 545 }, |
| 546 } | 546 } |
| OLD | NEW |