| Index: scripts/slave/recipe_modules/libyuv/builders.py
|
| diff --git a/scripts/slave/recipe_modules/libyuv/builders.py b/scripts/slave/recipe_modules/libyuv/builders.py
|
| index 034f8235cbf346349d36d2b0924895b81b4def9e..cac8be00c956bd3b6ffd40f925b58caaf041b4cc 100644
|
| --- a/scripts/slave/recipe_modules/libyuv/builders.py
|
| +++ b/scripts/slave/recipe_modules/libyuv/builders.py
|
| @@ -42,86 +42,6 @@ BUILDERS = freeze({
|
| 'build_gs_bucket': 'chromium-libyuv',
|
| },
|
| 'builders': {
|
| - 'Win32 Debug (VS2010, GYP)': {
|
| - 'recipe_config': 'libyuv',
|
| - 'chromium_apply_config': ['msvs2010'],
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'testing': {'platform': 'win'},
|
| - },
|
| - 'Win32 Release (VS2010, GYP)': {
|
| - 'recipe_config': 'libyuv',
|
| - 'chromium_apply_config': ['msvs2010'],
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'testing': {'platform': 'win'},
|
| - },
|
| - 'Win64 Debug (VS2010, GYP)': {
|
| - 'recipe_config': 'libyuv',
|
| - 'chromium_apply_config': ['msvs2010'],
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'testing': {'platform': 'win'},
|
| - },
|
| - 'Win64 Release (VS2010, GYP)': {
|
| - 'recipe_config': 'libyuv',
|
| - 'chromium_apply_config': ['msvs2010'],
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'testing': {'platform': 'win'},
|
| - },
|
| - 'Win32 Debug (VS2012, GYP)': {
|
| - 'recipe_config': 'libyuv',
|
| - 'chromium_apply_config': ['msvs2012'],
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'testing': {'platform': 'win'},
|
| - },
|
| - 'Win32 Release (VS2012, GYP)': {
|
| - 'recipe_config': 'libyuv',
|
| - 'chromium_apply_config': ['msvs2012'],
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'testing': {'platform': 'win'},
|
| - },
|
| - 'Win64 Debug (VS2012, GYP)': {
|
| - 'recipe_config': 'libyuv',
|
| - 'chromium_apply_config': ['msvs2012'],
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'testing': {'platform': 'win'},
|
| - },
|
| - 'Win64 Release (VS2012, GYP)': {
|
| - 'recipe_config': 'libyuv',
|
| - 'chromium_apply_config': ['msvs2012'],
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'testing': {'platform': 'win'},
|
| - },
|
| 'Win32 Debug (VS2013)': {
|
| 'recipe_config': 'libyuv',
|
| 'chromium_apply_config': ['msvs2013'],
|
| @@ -216,24 +136,6 @@ BUILDERS = freeze({
|
| 'bot_type': 'builder_tester',
|
| 'testing': {'platform': 'mac'},
|
| },
|
| - 'Mac64 Debug (GYP)': {
|
| - 'recipe_config': 'libyuv',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| - 'Mac64 Release (GYP)': {
|
| - 'recipe_config': 'libyuv',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| 'Mac Asan': {
|
| 'recipe_config': 'libyuv_clang',
|
| 'chromium_apply_config': ['asan'],
|
| @@ -288,28 +190,6 @@ BUILDERS = freeze({
|
| 'bot_type': 'builder',
|
| 'testing': {'platform': 'mac'},
|
| },
|
| - 'iOS Debug (GYP)': {
|
| - 'recipe_config': 'libyuv_ios',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 32,
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_PLATFORM': 'ios',
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| - 'iOS Release (GYP)': {
|
| - 'recipe_config': 'libyuv_ios',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 32,
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_PLATFORM': 'ios',
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| 'Linux32 Debug': {
|
| 'recipe_config': 'libyuv',
|
| 'chromium_config_kwargs': {
|
| @@ -346,24 +226,6 @@ BUILDERS = freeze({
|
| 'bot_type': 'builder_tester',
|
| 'testing': {'platform': 'linux'},
|
| },
|
| - 'Linux64 Debug (GYP)': {
|
| - 'recipe_config': 'libyuv',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'linux'},
|
| - },
|
| - 'Linux64 Release (GYP)': {
|
| - 'recipe_config': 'libyuv',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'linux'},
|
| - },
|
| 'Linux GCC': {
|
| 'recipe_config': 'libyuv_gcc',
|
| 'chromium_config_kwargs': {
|
| @@ -521,28 +383,6 @@ BUILDERS = freeze({
|
| 'bot_type': 'builder',
|
| 'testing': {'platform': 'linux'},
|
| },
|
| - 'Android Debug (GYP)': {
|
| - 'recipe_config': 'libyuv_android',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_PLATFORM': 'android',
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'linux'},
|
| - },
|
| - 'Android Release (GYP)': {
|
| - 'recipe_config': 'libyuv_android',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_PLATFORM': 'android',
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'linux'},
|
| - },
|
| 'Android Tester ARM32 Debug (Nexus 5X)': {
|
| 'recipe_config': 'libyuv_android',
|
| 'chromium_config_kwargs': {
|
| @@ -640,24 +480,6 @@ BUILDERS = freeze({
|
| 'bot_type': 'builder_tester',
|
| 'testing': {'platform': 'win'},
|
| },
|
| - 'win_x64_gyp': {
|
| - 'recipe_config': 'libyuv_clang',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'win'},
|
| - },
|
| - 'win_x64_gyp_rel': {
|
| - 'recipe_config': 'libyuv_clang',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'win'},
|
| - },
|
| 'mac': {
|
| 'recipe_config': 'libyuv',
|
| 'chromium_config_kwargs': {
|
| @@ -676,24 +498,6 @@ BUILDERS = freeze({
|
| 'bot_type': 'builder_tester',
|
| 'testing': {'platform': 'mac'},
|
| },
|
| - 'mac_gyp': {
|
| - 'recipe_config': 'libyuv',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| - 'mac_gyp_rel': {
|
| - 'recipe_config': 'libyuv',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| 'mac_asan': {
|
| 'recipe_config': 'libyuv_clang',
|
| 'chromium_apply_config': ['asan'],
|
| @@ -748,28 +552,6 @@ BUILDERS = freeze({
|
| 'bot_type': 'builder',
|
| 'testing': {'platform': 'mac'},
|
| },
|
| - 'ios_gyp': {
|
| - 'recipe_config': 'libyuv_ios',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 32,
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_PLATFORM': 'ios',
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| - 'ios_gyp_rel': {
|
| - 'recipe_config': 'libyuv_ios',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 32,
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_PLATFORM': 'ios',
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'mac'},
|
| - },
|
| 'linux': {
|
| 'recipe_config': 'libyuv',
|
| 'chromium_config_kwargs': {
|
| @@ -788,24 +570,6 @@ BUILDERS = freeze({
|
| 'bot_type': 'builder_tester',
|
| 'testing': {'platform': 'linux'},
|
| },
|
| - 'linux_gyp': {
|
| - 'recipe_config': 'libyuv',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'linux'},
|
| - },
|
| - 'linux_gyp_rel': {
|
| - 'recipe_config': 'libyuv',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'linux'},
|
| - },
|
| 'linux_gcc': {
|
| 'recipe_config': 'libyuv_gcc',
|
| 'chromium_config_kwargs': {
|
| @@ -954,28 +718,6 @@ BUILDERS = freeze({
|
| 'bot_type': 'builder',
|
| 'testing': {'platform': 'linux'},
|
| },
|
| - 'android_gyp': {
|
| - 'recipe_config': 'libyuv_android',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_PLATFORM': 'android',
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'linux'},
|
| - },
|
| - 'android_gyp_rel': {
|
| - 'recipe_config': 'libyuv_android',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_PLATFORM': 'android',
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'testing': {'platform': 'linux'},
|
| - },
|
| },
|
| },
|
| })
|
|
|