| 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 cbc7712d09dc21b0f219e7de4f96a56e4d9252ae..ac60c6e0b795eb9ff13b3be35b2d199d6d942931 100644
|
| --- a/scripts/slave/recipe_modules/webrtc/builders.py
|
| +++ b/scripts/slave/recipe_modules/webrtc/builders.py
|
| @@ -1009,6 +1009,24 @@ BUILDERS = freeze({
|
| 'bot_type': 'builder_tester',
|
| 'testing': {'platform': 'linux'},
|
| },
|
| + 'linux32_dbg': {
|
| + 'recipe_config': 'webrtc',
|
| + 'chromium_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Debug',
|
| + 'TARGET_BITS': 32,
|
| + },
|
| + 'bot_type': 'builder_tester',
|
| + 'testing': {'platform': 'linux'},
|
| + },
|
| + 'linux32_rel': {
|
| + 'recipe_config': 'webrtc',
|
| + 'chromium_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Release',
|
| + 'TARGET_BITS': 32,
|
| + },
|
| + 'bot_type': 'builder_tester',
|
| + 'testing': {'platform': 'linux'},
|
| + },
|
| 'linux_gyp_dbg': {
|
| 'recipe_config': 'webrtc',
|
| 'chromium_config_kwargs': {
|
|
|