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

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

Issue 1771393002: Convert mus apptests to shelltests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('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 "Chromium Mojo Android": { 2 "Chromium Mojo Android": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "mash:all" 4 "mash:all"
5 ], 5 ],
6 "scripts": [ 6 "scripts": [
7 { 7 {
8 "name": "mojo_apptests", 8 "name": "mojo_apptests",
9 "script": "mojo_apptests.py" 9 "script": "mojo_apptests.py"
10 } 10 }
11 ] 11 ]
12 }, 12 },
13 "Chromium Mojo Linux": { 13 "Chromium Mojo Linux": {
14 "additional_compile_targets": [ 14 "additional_compile_targets": [
15 "mash:all" 15 "mash:all"
16 ], 16 ],
17 "gtest_tests": [ 17 "gtest_tests": [
18 { 18 {
19 "test": "mus_ws_unittests"
20 },
21 {
19 "test": "views_mus_unittests" 22 "test": "views_mus_unittests"
20 } 23 }
21 ], 24 ],
22 "scripts": [ 25 "scripts": [
23 { 26 {
24 "name": "mojo_apptests", 27 "name": "mojo_apptests",
25 "script": "mojo_apptests.py" 28 "script": "mojo_apptests.py"
26 } 29 }
27 ] 30 ]
28 }, 31 },
29 "Chromium Mojo Windows": { 32 "Chromium Mojo Windows": {
30 "additional_compile_targets": [ 33 "additional_compile_targets": [
31 "mash:all" 34 "mash:all"
32 ], 35 ],
33 "gtest_tests": [ 36 "gtest_tests": [
34 { 37 {
38 "test": "mus_ws_unittests"
39 },
40 {
35 "test": "views_mus_unittests" 41 "test": "views_mus_unittests"
36 } 42 }
37 ], 43 ],
38 "scripts": [ 44 "scripts": [
39 { 45 {
40 "name": "mojo_apptests", 46 "name": "mojo_apptests",
41 "script": "mojo_apptests.py" 47 "script": "mojo_apptests.py"
42 } 48 }
43 ] 49 ]
44 } 50 }
45 } 51 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698