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

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

Issue 2588103004: Apply new WM shadows to app list. (Closed)
Patch Set: remove references on testing bots Created 3 years, 11 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') | ui/app_list/BUILD.gn » ('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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
11 "swarming": { 11 "swarming": {
12 "can_use_on_swarming_builders": true 12 "can_use_on_swarming_builders": true
13 }, 13 },
14 "test": "app_list_presenter_unittests"
15 },
16 {
17 "swarming": {
18 "can_use_on_swarming_builders": true
19 },
20 "test": "app_list_unittests"
21 },
22 {
23 "swarming": {
24 "can_use_on_swarming_builders": true
25 },
26 "test": "app_shell_unittests" 14 "test": "app_shell_unittests"
27 }, 15 },
28 { 16 {
29 "swarming": { 17 "swarming": {
30 "can_use_on_swarming_builders": true 18 "can_use_on_swarming_builders": true
31 }, 19 },
32 "test": "aura_unittests" 20 "test": "aura_unittests"
33 }, 21 },
34 { 22 {
35 "swarming": { 23 "swarming": {
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 { 498 {
511 "swarming": { 499 "swarming": {
512 "can_use_on_swarming_builders": true 500 "can_use_on_swarming_builders": true
513 }, 501 },
514 "test": "accessibility_unittests" 502 "test": "accessibility_unittests"
515 }, 503 },
516 { 504 {
517 "swarming": { 505 "swarming": {
518 "can_use_on_swarming_builders": true 506 "can_use_on_swarming_builders": true
519 }, 507 },
520 "test": "app_list_presenter_unittests"
521 },
522 {
523 "swarming": {
524 "can_use_on_swarming_builders": true
525 },
526 "test": "app_list_unittests"
527 },
528 {
529 "swarming": {
530 "can_use_on_swarming_builders": true
531 },
532 "test": "app_shell_unittests" 508 "test": "app_shell_unittests"
533 }, 509 },
534 { 510 {
535 "swarming": { 511 "swarming": {
536 "can_use_on_swarming_builders": true 512 "can_use_on_swarming_builders": true
537 }, 513 },
538 "test": "aura_unittests" 514 "test": "aura_unittests"
539 }, 515 },
540 { 516 {
541 "swarming": { 517 "swarming": {
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 { 940 {
965 "swarming": { 941 "swarming": {
966 "can_use_on_swarming_builders": true 942 "can_use_on_swarming_builders": true
967 }, 943 },
968 "test": "accessibility_unittests" 944 "test": "accessibility_unittests"
969 }, 945 },
970 { 946 {
971 "swarming": { 947 "swarming": {
972 "can_use_on_swarming_builders": true 948 "can_use_on_swarming_builders": true
973 }, 949 },
974 "test": "app_list_presenter_unittests"
975 },
976 {
977 "swarming": {
978 "can_use_on_swarming_builders": true
979 },
980 "test": "app_list_unittests"
981 },
982 {
983 "swarming": {
984 "can_use_on_swarming_builders": true
985 },
986 "test": "app_shell_unittests" 950 "test": "app_shell_unittests"
987 }, 951 },
988 { 952 {
989 "swarming": { 953 "swarming": {
990 "can_use_on_swarming_builders": true 954 "can_use_on_swarming_builders": true
991 }, 955 },
992 "test": "aura_unittests" 956 "test": "aura_unittests"
993 }, 957 },
994 { 958 {
995 "swarming": { 959 "swarming": {
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
1825 "additional_compile_targets": [ 1789 "additional_compile_targets": [
1826 "chrome_official_builder" 1790 "chrome_official_builder"
1827 ] 1791 ]
1828 }, 1792 },
1829 "Win8 GYP (dbg)": { 1793 "Win8 GYP (dbg)": {
1830 "additional_compile_targets": [ 1794 "additional_compile_targets": [
1831 "all" 1795 "all"
1832 ] 1796 ]
1833 } 1797 }
1834 } 1798 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | ui/app_list/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698