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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 'android_gyp_debug_static_bot_arm': [ | 309 'android_gyp_debug_static_bot_arm': [ |
310 'android', 'gyp', 'gyp_limited_support_build', 'debug_static_bot', 'arm' | 310 'android', 'gyp', 'gyp_limited_support_build', 'debug_static_bot', 'arm' |
311 ], | 311 ], |
312 'android_gyp_release_bot_arm': [ | 312 'android_gyp_release_bot_arm': [ |
313 'android', 'gyp', 'gyp_limited_support_build', 'release_bot', 'arm' | 313 'android', 'gyp', 'gyp_limited_support_build', 'release_bot', 'arm' |
314 ], | 314 ], |
315 'android_gn_debug_static_bot_arm': [ | 315 'android_gn_debug_static_bot_arm': [ |
316 'android', 'gn', 'debug_static_bot', 'arm' | 316 'android', 'gn', 'debug_static_bot', 'arm' |
317 ], | 317 ], |
318 'android_gn_release_bot_arm': [ | 318 'android_gn_release_bot_arm': [ |
319 'android', 'gn', 'release_bot', 'arm' | 319 'android', 'gn', 'release_bot', 'minimal_symbols', 'arm' |
320 ], | 320 ], |
321 'android_gn_debug_static_bot_x86': [ | 321 'android_gn_debug_static_bot_x86': [ |
322 'android', 'gn', 'debug_static_bot', 'x86' | 322 'android', 'gn', 'debug_static_bot', 'x86' |
323 ], | 323 ], |
324 'android_gn_release_bot_x86': [ | 324 'android_gn_release_bot_x86': [ |
325 'android', 'gn', 'release_bot', 'x86' | 325 'android', 'gn', 'release_bot', 'minimal_symbols', 'x86' |
326 ], | 326 ], |
327 'android_gn_clang_debug_bot_arm': [ | 327 'android_gn_clang_debug_bot_arm': [ |
328 'android', 'gn', 'clang', 'debug_bot', 'arm' | 328 'android', 'gn', 'clang', 'debug_bot', 'arm' |
329 ], | 329 ], |
330 'android_gn_clang_debug_static_bot_mipsel': [ | 330 'android_gn_clang_debug_static_bot_mipsel': [ |
331 'android', 'gn', 'clang', 'debug_static_bot', 'mipsel' | 331 'android', 'gn', 'clang', 'debug_static_bot', 'mipsel' |
332 ], | 332 ], |
333 'android_gn_debug_static_bot_arm64': [ | 333 'android_gn_debug_static_bot_arm64': [ |
334 'android', 'gn', 'debug_static_bot', 'arm64' | 334 'android', 'gn', 'debug_static_bot', 'arm64' |
335 ], | 335 ], |
336 'android_gn_release_bot_arm64': [ | 336 'android_gn_release_bot_arm64': [ |
337 'android', 'gn', 'release_bot', 'arm64' | 337 'android', 'gn', 'release_bot', 'minimal_symbols', 'arm64' |
338 ], | 338 ], |
339 'android_gn_debug_static_bot_x64': [ | 339 'android_gn_debug_static_bot_x64': [ |
340 'android', 'gn', 'debug_static_bot', 'x64' | 340 'android', 'gn', 'debug_static_bot', 'x64' |
341 ], | 341 ], |
342 'android_gn_asan_shared_release_bot_arm': [ | 342 'android_gn_asan_shared_release_bot_arm': [ |
343 'android', 'gn', 'asan', 'clang', 'shared', 'release_bot', 'arm' | 343 'android', 'gn', 'asan', 'clang', 'shared', 'release_bot', |
| 344 'minimal_symbols', 'arm' |
344 ], | 345 ], |
345 'swarming_android_gn_release_bot_arm': [ | 346 'swarming_android_gn_release_bot_arm': [ |
346 'swarming', 'android', 'gn', 'release_bot', 'arm' | 347 'swarming', 'android', 'gn', 'release_bot', 'minimal_symbols', 'arm' |
347 ], | 348 ], |
348 | 349 |
349 # This is used for tracking purposes; any bot that uses this config | 350 # This is used for tracking purposes; any bot that uses this config |
350 # should never actually run MB. | 351 # should never actually run MB. |
351 'none': [ | 352 'none': [ |
352 'error', | 353 'error', |
353 ], | 354 ], |
354 }, | 355 }, |
355 | 356 |
356 # This is a dict mapping a given 'mixin' name to a dict of settings that | 357 # This is a dict mapping a given 'mixin' name to a dict of settings that |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
547 'gn_args': 'target_cpu="x64"', | 548 'gn_args': 'target_cpu="x64"', |
548 'gyp_defines': 'target_arch=x64', | 549 'gyp_defines': 'target_arch=x64', |
549 }, | 550 }, |
550 | 551 |
551 'x86': { | 552 'x86': { |
552 'gn_args': 'target_cpu="x86"', | 553 'gn_args': 'target_cpu="x86"', |
553 'gyp_defines': 'target_arch=ia32', | 554 'gyp_defines': 'target_arch=ia32', |
554 }, | 555 }, |
555 }, | 556 }, |
556 } | 557 } |
OLD | NEW |