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

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

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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 | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.perf.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 GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk", 4 "chrome_shell_apk",
5 "mandoline:all" 5 "mandoline:all"
6 ] 6 ]
7 }, 7 },
8 "Android GN (dbg)": { 8 "Android GN (dbg)": {
9 "additional_compile_targets": [ 9 "additional_compile_targets": [
10 "chrome_shell_apk", 10 "chrome_shell_apk",
(...skipping 17 matching lines...) Expand all
28 { 28 {
29 "name": "webview_licenses", 29 "name": "webview_licenses",
30 "script": "webview_licenses.py" 30 "script": "webview_licenses.py"
31 }, 31 },
32 { 32 {
33 "name": "telemetry_perf_unittests", 33 "name": "telemetry_perf_unittests",
34 "script": "telemetry_perf_unittests.py" 34 "script": "telemetry_perf_unittests.py"
35 } 35 }
36 ] 36 ]
37 }, 37 },
38 "Cast Linux": {
39 "gtest_tests": [
40 {
41 "test": "base_unittests"
42 },
43 {
44 "test": "cacheinvalidation_unittests"
45 },
46 {
47 "test": "cast_base_unittests"
48 },
49 {
50 "test": "cast_media_unittests"
51 },
52 {
53 "test": "cast_shell_browser_test"
54 },
55 {
56 "test": "content_unittests"
57 },
58 {
59 "test": "crypto_unittests"
60 },
61 {
62 "test": "gpu_unittests"
63 },
64 {
65 "test": "ipc_tests"
66 },
67 {
68 "test": "jingle_unittests"
69 },
70 {
71 "test": "media_unittests"
72 },
73 {
74 "test": "midi_unittests"
75 },
76 {
77 "test": "net_unittests"
78 },
79 {
80 "test": "sandbox_linux_unittests"
81 },
82 {
83 "test": "sql_unittests"
84 },
85 {
86 "test": "sync_unit_tests"
87 },
88 {
89 "test": "ui_base_unittests"
90 },
91 {
92 "test": "url_unittests"
93 }
94 ]
95 },
38 "Linux Clang (dbg)": { 96 "Linux Clang (dbg)": {
39 "gtest_tests": [ 97 "gtest_tests": [
40 { 98 {
41 "swarming": { 99 "swarming": {
42 "can_use_on_swarming_builders": true 100 "can_use_on_swarming_builders": true
43 }, 101 },
44 "test": "accessibility_unittests" 102 "test": "accessibility_unittests"
45 }, 103 },
46 { 104 {
47 "test": "app_shell_unittests" 105 "test": "app_shell_unittests"
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 }, 357 },
300 { 358 {
301 "test": "view_manager_unittests" 359 "test": "view_manager_unittests"
302 }, 360 },
303 { 361 {
304 "test": "views_unittests" 362 "test": "views_unittests"
305 }, 363 },
306 { 364 {
307 "test": "wm_unittests" 365 "test": "wm_unittests"
308 } 366 }
367 ],
368 "scripts": [
369 {
370 "name": "gn_check",
371 "script": "gn_check.py"
372 },
373 {
374 "args": [
375 "chrome"
376 ],
377 "name": "gyp_flag_compare",
378 "script": "gyp_flag_compare.py"
379 },
380 {
381 "name": "mojo_apptest",
382 "script": "mojo_apptest.py"
383 }
309 ] 384 ]
310 }, 385 },
311 "Linux GN (dbg)": { 386 "Linux GN (dbg)": {
312 "additional_compile_targets": [ 387 "additional_compile_targets": [
313 "accessibility_unittests", 388 "accessibility_unittests",
314 "app_list_unittests", 389 "app_list_unittests",
315 "aura_unittests", 390 "aura_unittests",
316 "browser_tests", 391 "browser_tests",
317 "cacheinvalidation_unittests", 392 "cacheinvalidation_unittests",
318 "cast_unittests", 393 "cast_unittests",
(...skipping 30 matching lines...) Expand all
349 "skia_unittests", 424 "skia_unittests",
350 "sql_unittests", 425 "sql_unittests",
351 "sync_integration_tests", 426 "sync_integration_tests",
352 "sync_unit_tests", 427 "sync_unit_tests",
353 "ui_base_unittests", 428 "ui_base_unittests",
354 "ui_touch_selection_unittests", 429 "ui_touch_selection_unittests",
355 "unit_tests", 430 "unit_tests",
356 "url_unittests", 431 "url_unittests",
357 "views_unittests", 432 "views_unittests",
358 "wm_unittests" 433 "wm_unittests"
359 ],
360 "gtest_tests": [
361 {
362 "test": "base_unittests"
363 }
364 ] 434 ]
365 }, 435 },
366 "Linux GN Clobber": { 436 "Linux GN Clobber": {
367 "additional_compile_targets": [ 437 "additional_compile_targets": [
368 "all" 438 "all"
369 ] 439 ]
370 }, 440 },
371 "Linux Tests": { 441 "Linux Tests": {
372 "gtest_tests": [ 442 "gtest_tests": [
373 { 443 {
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 } 1196 }
1127 ], 1197 ],
1128 "scripts": [ 1198 "scripts": [
1129 { 1199 {
1130 "name": "nacl_integration", 1200 "name": "nacl_integration",
1131 "script": "nacl_integration.py" 1201 "script": "nacl_integration.py"
1132 } 1202 }
1133 ] 1203 ]
1134 } 1204 }
1135 } 1205 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.perf.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698