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

Side by Side Diff: testing/buildbot/chromium.linux.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 | « 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 },
1121 "test": "views_mus_unittests" 1115 "test": "views_mus_unittests"
1122 }, 1116 },
1123 { 1117 {
1124 "swarming": { 1118 "swarming": {
1125 "can_use_on_swarming_builders": true 1119 "can_use_on_swarming_builders": true
1126 }, 1120 },
1127 "test": "views_unittests" 1121 "test": "views_unittests"
1128 }, 1122 },
1129 { 1123 {
1130 "swarming": { 1124 "swarming": {
(...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after
1964 "override_compile_targets": [ 1958 "override_compile_targets": [
1965 "telemetry_unittests_run" 1959 "telemetry_unittests_run"
1966 ], 1960 ],
1967 "swarming": { 1961 "swarming": {
1968 "can_use_on_swarming_builders": true 1962 "can_use_on_swarming_builders": true
1969 } 1963 }
1970 } 1964 }
1971 ] 1965 ]
1972 } 1966 }
1973 } 1967 }
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