| 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 8ebdf365cd64391544fa7069db266f0038ec58f7..978a69bb2faefbd26f3d5d295b403caff7aec017 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| @@ -181,9 +181,6 @@ SPEC = {
|
| 'TARGET_PLATFORM': 'android',
|
| },
|
| 'android_config': 'arm64_builder',
|
| - 'compile_targets': [
|
| - 'android_builder_tests'
|
| - ],
|
| 'testing': {
|
| 'platform': 'linux',
|
| },
|
| @@ -200,10 +197,6 @@ SPEC = {
|
| },
|
| 'android_config': 'main_builder',
|
| 'bot_type': 'builder',
|
| - 'compile_targets': [
|
| - 'cronet_test_instrumentation_apk',
|
| - 'system_webview_apk',
|
| - ],
|
| 'testing': {
|
| 'platform': 'linux',
|
| },
|
| @@ -270,9 +263,6 @@ SPEC = {
|
| },
|
| 'android_config': 'main_builder',
|
| 'bot_type': 'builder',
|
| - 'compile_targets': [
|
| - 'system_webview_apk',
|
| - ],
|
| 'testing': {
|
| 'platform': 'linux',
|
| },
|
| @@ -319,10 +309,6 @@ SPEC = {
|
| },
|
| 'android_config': 'clang_builder',
|
| 'bot_type': 'builder_tester',
|
| - 'compile_targets': [
|
| - 'android_builder_tests',
|
| - 'system_webview_apk',
|
| - ],
|
| 'testing': {
|
| 'platform': 'linux',
|
| },
|
|
|