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

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

Issue 1145343005: Run mojo unit tests on the Android main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Run other mojo unit tests on Android GN; Add ninja_to_gn.pyl entries. 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 | « no previous file | 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": "resource_provider_unittests"
46 },
47 {
48 "test": "view_manager_unittests"
10 } 49 }
11 ] 50 ]
12 }, 51 },
13 "Android GN (dbg)": { 52 "Android GN (dbg)": {
14 "additional_compile_targets": [ 53 "additional_compile_targets": [
15 "chrome_shell_apk", 54 "chrome_shell_apk",
16 "mandoline:all" 55 "mandoline:all"
17 ] 56 ]
18 }, 57 },
19 "Android Tests": { 58 "Android Tests": {
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1197 } 1236 }
1198 ], 1237 ],
1199 "scripts": [ 1238 "scripts": [
1200 { 1239 {
1201 "name": "nacl_integration", 1240 "name": "nacl_integration",
1202 "script": "nacl_integration.py" 1241 "script": "nacl_integration.py"
1203 } 1242 }
1204 ] 1243 ]
1205 } 1244 }
1206 } 1245 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/ninja_to_gn.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698