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

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

Issue 2186733002: [Sync] Merge sync_unit_tests into components_unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc
Patch Set: Remove from chromium.memory.full.json Created 4 years, 4 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.android.json ('k') | testing/buildbot/chromium.full.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 "Linux ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS GN": { 7 "Linux ChromiumOS GN": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "gn_all" 9 "gn_all"
10 ], 10 ],
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 }, 307 },
308 "test": "skia_unittests" 308 "test": "skia_unittests"
309 }, 309 },
310 { 310 {
311 "swarming": { 311 "swarming": {
312 "can_use_on_swarming_builders": true 312 "can_use_on_swarming_builders": true
313 }, 313 },
314 "test": "sql_unittests" 314 "test": "sql_unittests"
315 }, 315 },
316 { 316 {
317 "swarming": {
318 "can_use_on_swarming_builders": true
319 },
320 "test": "sync_unit_tests"
321 },
322 {
323 "test": "ui_arc_unittests" 317 "test": "ui_arc_unittests"
324 }, 318 },
325 { 319 {
326 "swarming": { 320 "swarming": {
327 "can_use_on_swarming_builders": true 321 "can_use_on_swarming_builders": true
328 }, 322 },
329 "test": "ui_base_unittests" 323 "test": "ui_base_unittests"
330 }, 324 },
331 { 325 {
332 "test": "ui_chromeos_unittests" 326 "test": "ui_chromeos_unittests"
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 }, 643 },
650 "test": "skia_unittests" 644 "test": "skia_unittests"
651 }, 645 },
652 { 646 {
653 "swarming": { 647 "swarming": {
654 "can_use_on_swarming_builders": true 648 "can_use_on_swarming_builders": true
655 }, 649 },
656 "test": "sql_unittests" 650 "test": "sql_unittests"
657 }, 651 },
658 { 652 {
659 "swarming": {
660 "can_use_on_swarming_builders": true
661 },
662 "test": "sync_unit_tests"
663 },
664 {
665 "test": "ui_arc_unittests" 653 "test": "ui_arc_unittests"
666 }, 654 },
667 { 655 {
668 "swarming": { 656 "swarming": {
669 "can_use_on_swarming_builders": true 657 "can_use_on_swarming_builders": true
670 }, 658 },
671 "test": "ui_base_unittests" 659 "test": "ui_base_unittests"
672 }, 660 },
673 { 661 {
674 "test": "ui_chromeos_unittests" 662 "test": "ui_chromeos_unittests"
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 }, 953 },
966 "test": "skia_unittests" 954 "test": "skia_unittests"
967 }, 955 },
968 { 956 {
969 "swarming": { 957 "swarming": {
970 "can_use_on_swarming_builders": true 958 "can_use_on_swarming_builders": true
971 }, 959 },
972 "test": "sql_unittests" 960 "test": "sql_unittests"
973 }, 961 },
974 { 962 {
975 "swarming": {
976 "can_use_on_swarming_builders": true
977 },
978 "test": "sync_unit_tests"
979 },
980 {
981 "test": "ui_arc_unittests" 963 "test": "ui_arc_unittests"
982 }, 964 },
983 { 965 {
984 "swarming": { 966 "swarming": {
985 "can_use_on_swarming_builders": true 967 "can_use_on_swarming_builders": true
986 }, 968 },
987 "test": "ui_base_unittests" 969 "test": "ui_base_unittests"
988 }, 970 },
989 { 971 {
990 "test": "ui_chromeos_unittests" 972 "test": "ui_chromeos_unittests"
(...skipping 24 matching lines...) Expand all
1015 }, 997 },
1016 { 998 {
1017 "swarming": { 999 "swarming": {
1018 "can_use_on_swarming_builders": true 1000 "can_use_on_swarming_builders": true
1019 }, 1001 },
1020 "test": "wm_unittests" 1002 "test": "wm_unittests"
1021 } 1003 }
1022 ] 1004 ]
1023 } 1005 }
1024 } 1006 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.android.json ('k') | testing/buildbot/chromium.full.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698