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

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

Issue 1740013002: Add client-side Chromium Mojo testing config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/gn_isolate_map.pyl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "Chromium Mojo Android": {
3 "additional_compile_targets": [
4 "mash:all"
5 ],
6 "scripts": [
7 {
8 "name": "mojo_apptests",
9 "script": "mojo_apptests.py"
10 }
11 ]
12 },
13 "Chromium Mojo Linux": {
14 "additional_compile_targets": [
15 "mash:all"
16 ],
17 "gtest_tests": [
18 {
19 "test": "views_mus_unittests"
20 }
21 ],
22 "scripts": [
23 {
24 "name": "mojo_apptests",
25 "script": "mojo_apptests.py"
26 }
27 ]
28 },
29 "Chromium Mojo Windows": {
30 "additional_compile_targets": [
31 "mash:all"
32 ],
33 "gtest_tests": [
34 {
35 "test": "views_mus_unittests"
36 }
37 ],
38 "scripts": [
39 {
40 "name": "mojo_apptests",
41 "script": "mojo_apptests.py"
42 }
43 ]
44 }
45 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698