| Index: scripts/slave/recipe_modules/webrtc/builders.py
|
| diff --git a/scripts/slave/recipe_modules/webrtc/builders.py b/scripts/slave/recipe_modules/webrtc/builders.py
|
| index 6f2e3ede737ec7324f5812750678d76abf9549e1..a7eba9d2ac3dad9edd2a09ae777739d2d5aff461 100644
|
| --- a/scripts/slave/recipe_modules/webrtc/builders.py
|
| +++ b/scripts/slave/recipe_modules/webrtc/builders.py
|
| @@ -1042,138 +1042,6 @@ BUILDERS = freeze({
|
| 'use_isolate': True,
|
| 'enable_swarming': True,
|
| },
|
| - 'Mac32 Debug (XCode 7)': {
|
| - 'recipe_config': 'webrtc',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| - 'Mac32 Release (XCode 7)': {
|
| - 'recipe_config': 'webrtc',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| - 'Mac64 Debug (XCode 7)': {
|
| - 'recipe_config': 'webrtc',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| - 'Mac64 Release (XCode 7)': {
|
| - 'recipe_config': 'webrtc',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| - 'Mac64 Debug (GN) (XCode 7)': {
|
| - 'recipe_config': 'webrtc',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'chromium_apply_config': ['webrtc_gn'],
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| - 'Mac64 Release (GN) (XCode 7)': {
|
| - 'recipe_config': 'webrtc',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'chromium_apply_config': ['webrtc_gn'],
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| - 'Mac Asan (XCode 7)': {
|
| - 'recipe_config': 'webrtc_clang',
|
| - 'chromium_apply_config': ['asan'],
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| - 'iOS32 Debug (XCode 7)': {
|
| - 'recipe_config': 'webrtc_ios',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 32,
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_PLATFORM': 'ios',
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| - 'iOS32 Release (XCode 7)': {
|
| - 'recipe_config': 'webrtc_ios',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 32,
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_PLATFORM': 'ios',
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| - 'iOS64 Debug (XCode 7)': {
|
| - 'recipe_config': 'webrtc_ios',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 64,
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_PLATFORM': 'ios',
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| - 'iOS64 Release (XCode 7)': {
|
| - 'recipe_config': 'webrtc_ios',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 64,
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_PLATFORM': 'ios',
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| - 'iOS32 Simulator Debug (XCode 7)': {
|
| - 'recipe_config': 'webrtc_ios',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 32,
|
| - 'TARGET_ARCH': 'intel',
|
| - 'TARGET_PLATFORM': 'ios',
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| - 'iOS64 Simulator Debug (XCode 7)': {
|
| - 'recipe_config': 'webrtc_ios',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 64,
|
| - 'TARGET_ARCH': 'intel',
|
| - 'TARGET_PLATFORM': 'ios',
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| 'iOS64 Debug (GN)': {
|
| 'recipe_config': 'webrtc_ios',
|
| 'chromium_config_kwargs': {
|
| @@ -1555,15 +1423,6 @@ BUILDERS = freeze({
|
| 'use_isolate': True,
|
| 'enable_swarming': True,
|
| },
|
| - 'mac_rel_xcode7': {
|
| - 'recipe_config': 'webrtc',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| 'ios_dbg': {
|
| 'recipe_config': 'webrtc_ios',
|
| 'chromium_config_kwargs': {
|
|
|