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

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

Issue 1214973003: Add cast_crash and cast_shell unittests to chromium.linux.json. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 5 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 | « no previous file | testing/buildbot/ninja_to_gn.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 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_public_apk", 4 "chrome_public_apk",
5 "chrome_public_test_apk", 5 "chrome_public_test_apk",
6 "chrome_shell_apk", 6 "chrome_shell_apk",
7 "chrome_shell_test_apk", 7 "chrome_shell_test_apk",
8 "content_shell_apk", 8 "content_shell_apk",
9 "mandoline:all" 9 "mandoline:all"
10 ], 10 ],
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 }, 99 },
100 "test": "base_unittests" 100 "test": "base_unittests"
101 }, 101 },
102 { 102 {
103 "test": "cacheinvalidation_unittests" 103 "test": "cacheinvalidation_unittests"
104 }, 104 },
105 { 105 {
106 "test": "cast_base_unittests" 106 "test": "cast_base_unittests"
107 }, 107 },
108 { 108 {
109 "test": "cast_crash_unittests"
110 },
111 {
109 "test": "cast_media_unittests" 112 "test": "cast_media_unittests"
110 }, 113 },
111 { 114 {
112 "test": "cast_shell_browser_test" 115 "test": "cast_shell_browser_test"
113 }, 116 },
114 { 117 {
118 "test": "cast_shell_unittests"
119 },
120 {
115 "args": [ 121 "args": [
116 "--gtest_filter=-OutOfProcessPPAPITest.TrueTypeFont:OutOfProcessPPAPIT est.BrowserFont" 122 "--gtest_filter=-OutOfProcessPPAPITest.TrueTypeFont:OutOfProcessPPAPIT est.BrowserFont"
117 ], 123 ],
118 "swarming": { 124 "swarming": {
119 "can_use_on_swarming_builders": true 125 "can_use_on_swarming_builders": true
120 }, 126 },
121 "test": "content_browsertests" 127 "test": "content_browsertests"
122 }, 128 },
123 { 129 {
124 "swarming": { 130 "swarming": {
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 } 1205 }
1200 ], 1206 ],
1201 "scripts": [ 1207 "scripts": [
1202 { 1208 {
1203 "name": "nacl_integration", 1209 "name": "nacl_integration",
1204 "script": "nacl_integration.py" 1210 "script": "nacl_integration.py"
1205 } 1211 }
1206 ] 1212 ]
1207 } 1213 }
1208 } 1214 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/ninja_to_gn.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698