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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 'gyp', 'drmemory', 'minimal_symbols', 'openh264_debug_bot', 'x86', | 272 'gyp', 'drmemory', 'minimal_symbols', 'openh264_debug_bot', 'x86', |
273 ], | 273 ], |
274 | 274 |
275 # Mac | 275 # Mac |
276 'mac_gyp_asan_clang_release_bot_x64': [ | 276 'mac_gyp_asan_clang_release_bot_x64': [ |
277 'gyp', 'asan', 'clang', 'openh264_release_bot', 'x64', | 277 'gyp', 'asan', 'clang', 'openh264_release_bot', 'x64', |
278 ], | 278 ], |
279 | 279 |
280 # Android | 280 # Android |
281 'android_gyp_debug_static_bot_arm': [ | 281 'android_gyp_debug_static_bot_arm': [ |
282 'android', 'gyp', 'debug_static_bot', 'arm', 'exclude_tests' | 282 'android', 'gyp', 'debug_static_bot', 'arm', 'exclude_tests', |
| 283 'exclude_examples' |
283 ], | 284 ], |
284 'android_gyp_release_bot_arm': [ | 285 'android_gyp_release_bot_arm': [ |
285 'android', 'gyp', 'release_bot', 'arm', 'exclude_tests' | 286 'android', 'gyp', 'release_bot', 'arm', 'exclude_tests', |
| 287 'exclude_examples' |
286 ], | 288 ], |
287 'android_gn_debug_static_bot_arm': [ | 289 'android_gn_debug_static_bot_arm': [ |
288 'android', 'gn', 'debug_static_bot', 'arm' | 290 'android', 'gn', 'debug_static_bot', 'arm' |
289 ], | 291 ], |
290 'android_gn_release_bot_arm': [ | 292 'android_gn_release_bot_arm': [ |
291 'android', 'gn', 'release_bot', 'arm' | 293 'android', 'gn', 'release_bot', 'arm' |
292 ], | 294 ], |
293 'android_gn_debug_static_bot_x86': [ | 295 'android_gn_debug_static_bot_x86': [ |
294 'android', 'gn', 'debug_static_bot', 'x86' | 296 'android', 'gn', 'debug_static_bot', 'x86' |
295 ], | 297 ], |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 'device': { | 377 'device': { |
376 'gn_args': 'ios_enable_code_signing=false', | 378 'gn_args': 'ios_enable_code_signing=false', |
377 'gyp_defines': 'chromium_ios_signing=0', | 379 'gyp_defines': 'chromium_ios_signing=0', |
378 }, | 380 }, |
379 | 381 |
380 'drmemory': { | 382 'drmemory': { |
381 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 383 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
382 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 384 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
383 }, | 385 }, |
384 | 386 |
385 'exclude_tests': { | |
386 'gn_args': 'rtc_include_tests=false', | |
387 'gyp_defines': 'include_tests=0', | |
388 }, | |
389 | |
390 # This mixin is used to force configs that use it to fail. It | 387 # This mixin is used to force configs that use it to fail. It |
391 # is used in two cases: when we have bots that we haven't looked | 388 # is used in two cases: when we have bots that we haven't looked |
392 # at yet and don't know whether they need MB or not, and for bots | 389 # at yet and don't know whether they need MB or not, and for bots |
393 # that are test-only and should never run MB. | 390 # that are test-only and should never run MB. |
394 'error': { | 391 'error': { |
395 'gn_args': 'error', | 392 'gn_args': 'error', |
396 'gyp_defines': 'target_arch=unknown', | 393 'gyp_defines': 'target_arch=unknown', |
397 }, | 394 }, |
398 | 395 |
| 396 'exclude_examples': { |
| 397 'gyp_defines': 'include_examples=0', |
| 398 }, |
| 399 |
| 400 'exclude_tests': { |
| 401 'gn_args': 'rtc_include_tests=false', |
| 402 'gyp_defines': 'include_tests=0', |
| 403 }, |
| 404 |
399 'gn': {'type': 'gn'}, | 405 'gn': {'type': 'gn'}, |
400 | 406 |
401 'goma': { | 407 'goma': { |
402 # The MB code will properly escape goma_dir if necessary in the GYP | 408 # The MB code will properly escape goma_dir if necessary in the GYP |
403 # code path; the GN code path needs no escaping. | 409 # code path; the GN code path needs no escaping. |
404 'gn_args': 'use_goma=true', | 410 'gn_args': 'use_goma=true', |
405 'gyp_defines': 'use_goma=1', | 411 'gyp_defines': 'use_goma=1', |
406 }, | 412 }, |
407 | 413 |
408 'gyp': {'type': 'gyp'}, | 414 'gyp': {'type': 'gyp'}, |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
503 'gn_args': 'target_cpu="x64"', | 509 'gn_args': 'target_cpu="x64"', |
504 'gyp_defines': 'target_arch=x64', | 510 'gyp_defines': 'target_arch=x64', |
505 }, | 511 }, |
506 | 512 |
507 'x86': { | 513 'x86': { |
508 'gn_args': 'target_cpu="x86"', | 514 'gn_args': 'target_cpu="x86"', |
509 'gyp_defines': 'target_arch=ia32', | 515 'gyp_defines': 'target_arch=ia32', |
510 }, | 516 }, |
511 }, | 517 }, |
512 } | 518 } |
OLD | NEW |