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

Side by Side Diff: testing/buildbot/chromium.linux.json

Issue 1940573002: [Android] Move Android chromium.linux bot compile target specification into src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [
4 "android_builder_tests"
5 ]
6 },
7 "Android Builder": {
8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk",
10 "system_webview_apk"
11 ]
12 },
13 "Android Builder (dbg)": {
14 "additional_compile_targets": [
15 "system_webview_apk"
16 ]
17 },
18 "Android Clang Builder (dbg)": {
19 "additional_compile_targets": [
20 "android_builder_tests"
21 ]
22 },
2 "Android GN": { 23 "Android GN": {
3 "gtest_tests": [ 24 "gtest_tests": [
4 { 25 {
5 "test": "android_webview_unittests" 26 "test": "android_webview_unittests"
6 }, 27 },
7 { 28 {
8 "test": "base_unittests" 29 "test": "base_unittests"
9 }, 30 },
10 { 31 {
11 "test": "blimp_unittests" 32 "test": "blimp_unittests"
(...skipping 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after
1477 "name": "nacl_integration", 1498 "name": "nacl_integration",
1478 "script": "nacl_integration.py" 1499 "script": "nacl_integration.py"
1479 } 1500 }
1480 ] 1501 ]
1481 }, 1502 },
1482 "Linux Tests (dbg)(1)(32)": { 1503 "Linux Tests (dbg)(1)(32)": {
1483 "gtest_tests": [], 1504 "gtest_tests": [],
1484 "scripts": [] 1505 "scripts": []
1485 } 1506 }
1486 } 1507 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698