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

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

Issue 1830293002: AppListController refactoring part 1: AppListShower implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing target names in .isolate. Created 4 years, 8 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 | « build/all.gyp ('k') | testing/buildbot/chromium.fyi.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 GN": { 2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 }, 10 },
(...skipping 19 matching lines...) Expand all
30 { 30 {
31 "swarming": { 31 "swarming": {
32 "can_use_on_swarming_builders": true 32 "can_use_on_swarming_builders": true
33 }, 33 },
34 "test": "accessibility_unittests" 34 "test": "accessibility_unittests"
35 }, 35 },
36 { 36 {
37 "swarming": { 37 "swarming": {
38 "can_use_on_swarming_builders": true 38 "can_use_on_swarming_builders": true
39 }, 39 },
40 "test": "app_list_shower_unittests"
41 },
42 {
43 "swarming": {
44 "can_use_on_swarming_builders": true
45 },
40 "test": "app_list_unittests" 46 "test": "app_list_unittests"
41 }, 47 },
42 { 48 {
43 "swarming": { 49 "swarming": {
44 "can_use_on_swarming_builders": true 50 "can_use_on_swarming_builders": true
45 }, 51 },
46 "test": "app_shell_unittests" 52 "test": "app_shell_unittests"
47 }, 53 },
48 { 54 {
49 "swarming": { 55 "swarming": {
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 { 321 {
316 "swarming": { 322 "swarming": {
317 "can_use_on_swarming_builders": true 323 "can_use_on_swarming_builders": true
318 }, 324 },
319 "test": "accessibility_unittests" 325 "test": "accessibility_unittests"
320 }, 326 },
321 { 327 {
322 "swarming": { 328 "swarming": {
323 "can_use_on_swarming_builders": true 329 "can_use_on_swarming_builders": true
324 }, 330 },
331 "test": "app_list_shower_unittests"
332 },
333 {
334 "swarming": {
335 "can_use_on_swarming_builders": true
336 },
325 "test": "app_list_unittests" 337 "test": "app_list_unittests"
326 }, 338 },
327 { 339 {
328 "swarming": { 340 "swarming": {
329 "can_use_on_swarming_builders": true 341 "can_use_on_swarming_builders": true
330 }, 342 },
331 "test": "app_shell_unittests" 343 "test": "app_shell_unittests"
332 }, 344 },
333 { 345 {
334 "swarming": { 346 "swarming": {
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 { 626 {
615 "swarming": { 627 "swarming": {
616 "can_use_on_swarming_builders": true 628 "can_use_on_swarming_builders": true
617 }, 629 },
618 "test": "accessibility_unittests" 630 "test": "accessibility_unittests"
619 }, 631 },
620 { 632 {
621 "swarming": { 633 "swarming": {
622 "can_use_on_swarming_builders": true 634 "can_use_on_swarming_builders": true
623 }, 635 },
636 "test": "app_list_shower_unittests"
637 },
638 {
639 "swarming": {
640 "can_use_on_swarming_builders": true
641 },
624 "test": "app_list_unittests" 642 "test": "app_list_unittests"
625 }, 643 },
626 { 644 {
627 "swarming": { 645 "swarming": {
628 "can_use_on_swarming_builders": true 646 "can_use_on_swarming_builders": true
629 }, 647 },
630 "test": "app_shell_unittests" 648 "test": "app_shell_unittests"
631 }, 649 },
632 { 650 {
633 "swarming": { 651 "swarming": {
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 }, 919 },
902 { 920 {
903 "swarming": { 921 "swarming": {
904 "can_use_on_swarming_builders": true 922 "can_use_on_swarming_builders": true
905 }, 923 },
906 "test": "wm_unittests" 924 "test": "wm_unittests"
907 } 925 }
908 ] 926 ]
909 } 927 }
910 } 928 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698