| Index: scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| index a1e43006c0ed44c01a9b9668ba9b40ef04798b60..afd5e16886c2f77633d4968ff0475d5e05f57390 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| @@ -136,29 +136,6 @@ SPEC = {
|
| 'enable_swarming': True,
|
| },
|
|
|
| - 'Android GN': {
|
| - 'chromium_config': 'android',
|
| - 'chromium_apply_config': ['mb'],
|
| - 'gclient_config': 'chromium',
|
| - 'gclient_apply_config': ['android'],
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_PLATFORM': 'android',
|
| - 'TARGET_ARCH': 'arm',
|
| - },
|
| - 'android_config': 'main_builder',
|
| - 'test_generators': [
|
| - steps.generate_gtest,
|
| - steps.generate_instrumentation_test,
|
| - steps.generate_script,
|
| - steps.generate_isolated_script,
|
| - steps.generate_junit_test,
|
| - ],
|
| - 'tests': [],
|
| - 'testing': {
|
| - 'platform': 'linux',
|
| - },
|
| - },
|
| 'Android Arm64 Builder (dbg)': {
|
| 'chromium_config': 'android',
|
| 'chromium_apply_config': ['chrome_with_codecs', 'mb'],
|
| @@ -192,26 +169,6 @@ SPEC = {
|
| 'use_isolate': True,
|
| 'enable_swarming': True,
|
| },
|
| - 'Android GN (dbg)': {
|
| - 'chromium_config': 'android',
|
| - 'chromium_apply_config': ['mb'],
|
| - 'gclient_config': 'chromium',
|
| - 'gclient_apply_config': ['android'],
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_PLATFORM': 'android',
|
| - 'TARGET_ARCH': 'arm',
|
| - },
|
| - 'android_config': 'main_builder',
|
| - 'test_generators': [
|
| - steps.generate_gtest,
|
| - steps.generate_script,
|
| - steps.generate_isolated_script,
|
| - ],
|
| - 'testing': {
|
| - 'platform': 'linux',
|
| - },
|
| - },
|
| 'Android Tests (dbg)': {
|
| 'chromium_config': 'android',
|
| 'chromium_apply_config': ['chrome_with_codecs', 'mb'],
|
|
|