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

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

Issue 1982963002: Reland: mus: Add views_mus_interactive_ui_tests target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix size_t to int warning on Windows 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 | « BUILD.gn ('k') | testing/buildbot/chromium.mojo.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 "Android Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 { 1105 {
1106 "swarming": { 1106 "swarming": {
1107 "can_use_on_swarming_builders": true 1107 "can_use_on_swarming_builders": true
1108 }, 1108 },
1109 "test": "url_unittests" 1109 "test": "url_unittests"
1110 }, 1110 },
1111 { 1111 {
1112 "swarming": { 1112 "swarming": {
1113 "can_use_on_swarming_builders": true 1113 "can_use_on_swarming_builders": true
1114 }, 1114 },
1115 "test": "views_mus_interactive_ui_tests"
1116 },
1117 {
1118 "swarming": {
1119 "can_use_on_swarming_builders": true
1120 },
1115 "test": "views_mus_unittests" 1121 "test": "views_mus_unittests"
1116 }, 1122 },
1117 { 1123 {
1118 "swarming": { 1124 "swarming": {
1119 "can_use_on_swarming_builders": true 1125 "can_use_on_swarming_builders": true
1120 }, 1126 },
1121 "test": "views_unittests" 1127 "test": "views_unittests"
1122 }, 1128 },
1123 { 1129 {
1124 "swarming": { 1130 "swarming": {
(...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after
1958 "override_compile_targets": [ 1964 "override_compile_targets": [
1959 "telemetry_unittests_run" 1965 "telemetry_unittests_run"
1960 ], 1966 ],
1961 "swarming": { 1967 "swarming": {
1962 "can_use_on_swarming_builders": true 1968 "can_use_on_swarming_builders": true
1963 } 1969 }
1964 } 1970 }
1965 ] 1971 ]
1966 } 1972 }
1967 } 1973 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | testing/buildbot/chromium.mojo.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698