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

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

Issue 2288063002: WebRTC: Repurpose GN bots to GYP for all but iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix typo Created 4 years, 4 months 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
« no previous file with comments | « masters/master.tryserver.webrtc/slaves.cfg ('k') | scripts/slave/recipe_modules/webrtc/chromium_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 279e19f59f19055df3f29633dc9241d84228c1e4..b00894a0b1e37ea7f859394bbebaec74a1a84423 100644
--- a/scripts/slave/recipe_modules/webrtc/builders.py
+++ b/scripts/slave/recipe_modules/webrtc/builders.py
@@ -95,23 +95,21 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'win'},
},
- 'Win64 Debug (GN)': {
+ 'Win64 Debug (GYP)': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
},
- 'chromium_apply_config': ['webrtc_gn'],
'bot_type': 'builder',
'testing': {'platform': 'win'},
},
- 'Win64 Release (GN)': {
+ 'Win64 Release (GYP)': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
- 'chromium_apply_config': ['webrtc_gn'],
'bot_type': 'builder',
'testing': {'platform': 'win'},
},
@@ -211,23 +209,21 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'mac'},
},
- 'Mac64 Debug (GN)': {
+ 'Mac64 Debug (GYP)': {
'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)': {
+ 'Mac64 Release (GYP)': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
- 'chromium_apply_config': ['webrtc_gn'],
'bot_type': 'builder',
'testing': {'platform': 'mac'},
},
@@ -271,23 +267,21 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'linux'},
},
- 'Linux64 Debug (GN)': {
+ 'Linux64 Debug (GYP)': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
},
- 'chromium_apply_config': ['webrtc_gn'],
'bot_type': 'builder',
'testing': {'platform': 'linux'},
},
- 'Linux64 Release (GN)': {
+ 'Linux64 Release (GYP)': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
- 'chromium_apply_config': ['webrtc_gn'],
'bot_type': 'builder',
'testing': {'platform': 'linux'},
},
@@ -485,7 +479,7 @@ BUILDERS = freeze({
'bot_type': 'builder',
'testing': {'platform': 'linux'},
},
- 'Android32 GN (dbg)': {
+ 'Android32 GYP (dbg)': {
'recipe_config': 'webrtc_android',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -493,11 +487,10 @@ BUILDERS = freeze({
'TARGET_ARCH': 'arm',
'TARGET_BITS': 32,
},
- 'chromium_apply_config': ['webrtc_gn'],
'bot_type': 'builder',
'testing': {'platform': 'linux'},
},
- 'Android32 GN': {
+ 'Android32 GYP': {
'recipe_config': 'webrtc_android',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -505,7 +498,6 @@ BUILDERS = freeze({
'TARGET_ARCH': 'arm',
'TARGET_BITS': 32,
},
- 'chromium_apply_config': ['webrtc_gn'],
'bot_type': 'builder',
'testing': {'platform': 'linux'},
},
@@ -775,23 +767,21 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'win'},
},
- 'win_x64_gn_dbg': {
+ 'win_x64_gyp_dbg': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
},
- 'chromium_apply_config': ['webrtc_gn'],
'bot_type': 'builder',
'testing': {'platform': 'win'},
},
- 'win_x64_gn_rel': {
+ 'win_x64_gyp_rel': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
- 'chromium_apply_config': ['webrtc_gn'],
'bot_type': 'builder',
'testing': {'platform': 'win'},
},
@@ -917,23 +907,21 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'mac'},
},
- 'mac_gn_dbg': {
+ 'mac_gyp_dbg': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
},
- 'chromium_apply_config': ['webrtc_gn'],
'bot_type': 'builder',
'testing': {'platform': 'mac'},
},
- 'mac_gn_rel': {
+ 'mac_gyp_rel': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
- 'chromium_apply_config': ['webrtc_gn'],
'bot_type': 'builder',
'testing': {'platform': 'mac'},
},
@@ -1003,23 +991,21 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'linux'},
},
- 'linux_gn_dbg': {
+ 'linux_gyp_dbg': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
},
- 'chromium_apply_config': ['webrtc_gn'],
'bot_type': 'builder',
'testing': {'platform': 'linux'},
},
- 'linux_gn_rel': {
+ 'linux_gyp_rel': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
- 'chromium_apply_config': ['webrtc_gn'],
'bot_type': 'builder',
'testing': {'platform': 'linux'},
},
@@ -1258,7 +1244,7 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'linux'},
},
- 'android_gn_dbg': {
+ 'android_gyp_dbg': {
'recipe_config': 'webrtc_android',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1266,11 +1252,10 @@ BUILDERS = freeze({
'TARGET_ARCH': 'arm',
'TARGET_BITS': 32,
},
- 'chromium_apply_config': ['webrtc_gn'],
'bot_type': 'builder',
'testing': {'platform': 'linux'},
},
- 'android_gn_rel': {
+ 'android_gyp_rel': {
'recipe_config': 'webrtc_android',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -1278,7 +1263,6 @@ BUILDERS = freeze({
'TARGET_ARCH': 'arm',
'TARGET_BITS': 32,
},
- 'chromium_apply_config': ['webrtc_gn'],
'bot_type': 'builder',
'testing': {'platform': 'linux'},
},
« no previous file with comments | « masters/master.tryserver.webrtc/slaves.cfg ('k') | scripts/slave/recipe_modules/webrtc/chromium_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698