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

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

Issue 1773343002: Adds views_mus_unittests to the linux bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: app resources to data_deps Created 4 years, 9 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 | « mojo/public/mojo_application.gni ('k') | no next file » | 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 GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 { 928 {
929 "swarming": { 929 "swarming": {
930 "can_use_on_swarming_builders": true 930 "can_use_on_swarming_builders": true
931 }, 931 },
932 "test": "url_unittests" 932 "test": "url_unittests"
933 }, 933 },
934 { 934 {
935 "swarming": { 935 "swarming": {
936 "can_use_on_swarming_builders": true 936 "can_use_on_swarming_builders": true
937 }, 937 },
938 "test": "views_mus_unittests"
939 },
940 {
941 "swarming": {
942 "can_use_on_swarming_builders": true
943 },
938 "test": "views_unittests" 944 "test": "views_unittests"
939 }, 945 },
940 { 946 {
941 "swarming": { 947 "swarming": {
942 "can_use_on_swarming_builders": true 948 "can_use_on_swarming_builders": true
943 }, 949 },
944 "test": "wm_unittests" 950 "test": "wm_unittests"
945 } 951 }
946 ], 952 ],
947 "isolated_scripts": [ 953 "isolated_scripts": [
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
1721 } 1727 }
1722 ], 1728 ],
1723 "scripts": [ 1729 "scripts": [
1724 { 1730 {
1725 "name": "nacl_integration", 1731 "name": "nacl_integration",
1726 "script": "nacl_integration.py" 1732 "script": "nacl_integration.py"
1727 } 1733 }
1728 ] 1734 ]
1729 } 1735 }
1730 } 1736 }
OLDNEW
« no previous file with comments | « mojo/public/mojo_application.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698