Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Unified Diff: scripts/slave/recipe_modules/webrtc/builders.py

Issue 1450813002: WebRTC: Update Macs to 10.10 (with Xcode 7) (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Restored templates dirs Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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': {

Powered by Google App Engine
This is Rietveld 408576698