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

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

Issue 1195623002: Reland: Run mojo unit tests on the Android main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Continue building the view_manager tests group in mandoline:tests. Created 5 years, 6 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 | « mojo/shell/BUILD.gn ('k') | testing/buildbot/ninja_to_gn.pyl » ('j') | 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 GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk", 4 "chrome_shell_apk",
5 "mandoline:all" 5 "mandoline:all"
6 ], 6 ],
7 "gtest_tests": [ 7 "gtest_tests": [
8 { 8 {
9 "test": "html_viewer_unittests"
10 },
11 {
12 "test": "ipc_mojo_unittests"
13 },
14 {
9 "test": "mojo_common_unittests" 15 "test": "mojo_common_unittests"
16 },
17 {
18 "test": "mojo_public_application_unittests"
19 },
20 {
21 "test": "mojo_public_bindings_unittests"
22 },
23 {
24 "test": "mojo_public_environment_unittests"
25 },
26 {
27 "test": "mojo_public_system_unittests"
28 },
29 {
30 "test": "mojo_public_utility_unittests"
31 },
32 {
33 "test": "mojo_runner_unittests"
34 },
35 {
36 "test": "mojo_shell_unittests"
37 },
38 {
39 "test": "mojo_surfaces_lib_unittests"
40 },
41 {
42 "test": "mojo_system_unittests"
43 },
44 {
45 "test": "mojo_view_manager_lib_unittests"
46 },
47 {
48 "test": "resource_provider_unittests"
49 },
50 {
51 "test": "view_manager_unittests"
10 } 52 }
11 ] 53 ]
12 }, 54 },
13 "Android GN (dbg)": { 55 "Android GN (dbg)": {
14 "additional_compile_targets": [ 56 "additional_compile_targets": [
15 "chrome_shell_apk", 57 "chrome_shell_apk",
16 "mandoline:all" 58 "mandoline:all"
17 ] 59 ]
18 }, 60 },
19 "Android Tests": { 61 "Android Tests": {
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1197 } 1239 }
1198 ], 1240 ],
1199 "scripts": [ 1241 "scripts": [
1200 { 1242 {
1201 "name": "nacl_integration", 1243 "name": "nacl_integration",
1202 "script": "nacl_integration.py" 1244 "script": "nacl_integration.py"
1203 } 1245 }
1204 ] 1246 ]
1205 } 1247 }
1206 } 1248 }
OLDNEW
« no previous file with comments | « mojo/shell/BUILD.gn ('k') | testing/buildbot/ninja_to_gn.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698