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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 670183003: Update from chromium 62675d9fb31fb8cedc40f68e78e8445a74f362e7 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « skia/skia_library_opts.gyp ('k') | testing/buildbot/trybot_analyze_config.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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 "accessibility_unittests", 6 "accessibility_unittests",
7 "app_list_unittests", 7 "app_list_unittests",
8 { 8 {
9 "test": "ash_unittests", 9 "test": "ash_unittests",
10 "chromium_configs": [ 10 "chromium_configs": [
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 }, 182 },
183 { 183 {
184 "test": "app_shell_unittests", 184 "test": "app_shell_unittests",
185 "platforms": ["linux", "win"] 185 "platforms": ["linux", "win"]
186 }, 186 },
187 { 187 {
188 "test": "aura_unittests", 188 "test": "aura_unittests",
189 "platforms": ["linux", "win"] 189 "platforms": ["linux", "win"]
190 }, 190 },
191 { 191 {
192 "test": "mojo_view_manager_unittests",
193 "platforms": ["linux"]
194 },
195 {
196 "test": "views_unittests", 192 "test": "views_unittests",
197 "platforms": ["linux", "win"] 193 "platforms": ["linux", "win"]
198 }, 194 },
199 { 195 {
200 "test": "sandbox_linux_unittests", 196 "test": "sandbox_linux_unittests",
201 "platforms": ["linux"], 197 "platforms": ["linux"],
202 "args": ["--test-launcher-print-test-stdio=always"] 198 "args": ["--test-launcher-print-test-stdio=always"]
203 }, 199 },
204 { 200 {
205 "test": "sandbox_mac_unittests", 201 "test": "sandbox_mac_unittests",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "non_filter_tests_builders": [ 236 "non_filter_tests_builders": [
241 ], 237 ],
242 238
243 "filter_compile_builders": [ 239 "filter_compile_builders": [
244 "win_chromium_compile_dbg", 240 "win_chromium_compile_dbg",
245 "win_chromium_rel_swarming", 241 "win_chromium_rel_swarming",
246 "win_chromium_x64_rel_swarming", 242 "win_chromium_x64_rel_swarming",
247 "win8_chromium_rel" 243 "win8_chromium_rel"
248 ] 244 ]
249 } 245 }
OLDNEW
« no previous file with comments | « skia/skia_library_opts.gyp ('k') | testing/buildbot/trybot_analyze_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698