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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_linux.py

Issue 1938603002: [Android] Move Android chromium.linux compile targets into src. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | scripts/slave/recipes/chromium.expected/dynamic_swarmed_gn_instrumentation_test.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
},
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/dynamic_swarmed_gn_instrumentation_test.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698