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

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

Issue 1890583002: Renaming App List Shower to App List Presenter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. 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 | « chrome/test/BUILD.gn ('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" 40 "test": "app_list_presenter_unittests"
41 }, 41 },
42 { 42 {
43 "swarming": { 43 "swarming": {
44 "can_use_on_swarming_builders": true 44 "can_use_on_swarming_builders": true
45 }, 45 },
46 "test": "app_list_unittests" 46 "test": "app_list_unittests"
47 }, 47 },
48 { 48 {
49 "swarming": { 49 "swarming": {
50 "can_use_on_swarming_builders": true 50 "can_use_on_swarming_builders": true
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 { 321 {
322 "swarming": { 322 "swarming": {
323 "can_use_on_swarming_builders": true 323 "can_use_on_swarming_builders": true
324 }, 324 },
325 "test": "accessibility_unittests" 325 "test": "accessibility_unittests"
326 }, 326 },
327 { 327 {
328 "swarming": { 328 "swarming": {
329 "can_use_on_swarming_builders": true 329 "can_use_on_swarming_builders": true
330 }, 330 },
331 "test": "app_list_shower_unittests" 331 "test": "app_list_presenter_unittests"
332 }, 332 },
333 { 333 {
334 "swarming": { 334 "swarming": {
335 "can_use_on_swarming_builders": true 335 "can_use_on_swarming_builders": true
336 }, 336 },
337 "test": "app_list_unittests" 337 "test": "app_list_unittests"
338 }, 338 },
339 { 339 {
340 "swarming": { 340 "swarming": {
341 "can_use_on_swarming_builders": true 341 "can_use_on_swarming_builders": true
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 { 626 {
627 "swarming": { 627 "swarming": {
628 "can_use_on_swarming_builders": true 628 "can_use_on_swarming_builders": true
629 }, 629 },
630 "test": "accessibility_unittests" 630 "test": "accessibility_unittests"
631 }, 631 },
632 { 632 {
633 "swarming": { 633 "swarming": {
634 "can_use_on_swarming_builders": true 634 "can_use_on_swarming_builders": true
635 }, 635 },
636 "test": "app_list_shower_unittests" 636 "test": "app_list_presenter_unittests"
637 }, 637 },
638 { 638 {
639 "swarming": { 639 "swarming": {
640 "can_use_on_swarming_builders": true 640 "can_use_on_swarming_builders": true
641 }, 641 },
642 "test": "app_list_unittests" 642 "test": "app_list_unittests"
643 }, 643 },
644 { 644 {
645 "swarming": { 645 "swarming": {
646 "can_use_on_swarming_builders": true 646 "can_use_on_swarming_builders": true
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 }, 919 },
920 { 920 {
921 "swarming": { 921 "swarming": {
922 "can_use_on_swarming_builders": true 922 "can_use_on_swarming_builders": true
923 }, 923 },
924 "test": "wm_unittests" 924 "test": "wm_unittests"
925 } 925 }
926 ] 926 ]
927 } 927 }
928 } 928 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698