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

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

Issue 1972363002: mus: Add views_mus_interactive_ui_tests target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: similarity 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
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 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 { 1093 {
1094 "swarming": { 1094 "swarming": {
1095 "can_use_on_swarming_builders": true 1095 "can_use_on_swarming_builders": true
1096 }, 1096 },
1097 "test": "url_unittests" 1097 "test": "url_unittests"
1098 }, 1098 },
1099 { 1099 {
1100 "swarming": { 1100 "swarming": {
1101 "can_use_on_swarming_builders": true 1101 "can_use_on_swarming_builders": true
1102 }, 1102 },
1103 "test": "views_mus_interactive_ui_tests"
1104 },
1105 {
1106 "swarming": {
1107 "can_use_on_swarming_builders": true
1108 },
1103 "test": "views_mus_unittests" 1109 "test": "views_mus_unittests"
1104 }, 1110 },
1105 { 1111 {
1106 "swarming": { 1112 "swarming": {
1107 "can_use_on_swarming_builders": true 1113 "can_use_on_swarming_builders": true
1108 }, 1114 },
1109 "test": "views_unittests" 1115 "test": "views_unittests"
1110 }, 1116 },
1111 { 1117 {
1112 "swarming": { 1118 "swarming": {
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
1574 "name": "nacl_integration", 1580 "name": "nacl_integration",
1575 "script": "nacl_integration.py" 1581 "script": "nacl_integration.py"
1576 } 1582 }
1577 ] 1583 ]
1578 }, 1584 },
1579 "Linux Tests (dbg)(1)(32)": { 1585 "Linux Tests (dbg)(1)(32)": {
1580 "gtest_tests": [], 1586 "gtest_tests": [],
1581 "scripts": [] 1587 "scripts": []
1582 } 1588 }
1583 } 1589 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | testing/buildbot/chromium.mojo.json » ('j') | ui/views/mus/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698