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

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

Issue 1984403002: Revert of Reland: mus: Add views_mus_interactive_ui_tests target (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 | « testing/buildbot/chromium.linux.json ('k') | 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
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 }, 6 },
7 "Chromium Mojo Linux": { 7 "Chromium Mojo Linux": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "mash:all" 9 "mash:all"
10 ], 10 ],
11 "gtest_tests": [ 11 "gtest_tests": [
12 { 12 {
13 "args": [ 13 "args": [
14 "--override-use-gl-with-osmesa-for-tests", 14 "--override-use-gl-with-osmesa-for-tests",
15 "--run-in-mash", 15 "--run-in-mash",
16 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter", 16 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter",
17 "--use-test-config" 17 "--use-test-config"
18 ], 18 ],
19 "test": "browser_tests" 19 "test": "browser_tests"
20 }, 20 },
21 { 21 {
22 "test": "media_mojo_shell_unittests" 22 "test": "media_mojo_shell_unittests"
23 }, 23 },
24 { 24 {
25 "test": "mus_ws_unittests" 25 "test": "mus_ws_unittests"
26 }, 26 },
27 { 27 {
28 "test": "views_mus_interactive_ui_tests"
29 },
30 {
31 "test": "views_mus_unittests" 28 "test": "views_mus_unittests"
32 } 29 }
33 ] 30 ]
34 }, 31 },
35 "Chromium Mojo Windows": { 32 "Chromium Mojo Windows": {
36 "additional_compile_targets": [ 33 "additional_compile_targets": [
37 "mash:all" 34 "mash:all"
38 ], 35 ],
39 "gtest_tests": [ 36 "gtest_tests": [
40 { 37 {
41 "args": [ 38 "args": [
42 "--override-use-gl-with-osmesa-for-tests", 39 "--override-use-gl-with-osmesa-for-tests",
43 "--run-in-mash", 40 "--run-in-mash",
44 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter" 41 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter"
45 ], 42 ],
46 "test": "browser_tests" 43 "test": "browser_tests"
47 }, 44 },
48 { 45 {
49 "test": "media_mojo_shell_unittests" 46 "test": "media_mojo_shell_unittests"
50 }, 47 },
51 { 48 {
52 "test": "mus_ws_unittests" 49 "test": "mus_ws_unittests"
53 }, 50 },
54 { 51 {
55 "test": "views_mus_interactive_ui_tests"
56 },
57 {
58 "test": "views_mus_unittests" 52 "test": "views_mus_unittests"
59 } 53 }
60 ] 54 ]
61 } 55 }
62 } 56 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698