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

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

Issue 1944943003: [Mac/GN] Start running components_unittests, components_browsertests, and unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pain and suffering, aka having two build systems Created 4 years, 7 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
OLDNEW
1 { 1 {
2 "Mac GN": { 2 "Mac 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 },
11 "test": "base_unittests" 11 "test": "base_unittests"
12 }, 12 },
13 { 13 {
14 "swarming": { 14 "swarming": {
15 "can_use_on_swarming_builders": true 15 "can_use_on_swarming_builders": true
16 }, 16 },
17 "test": "components_browsertests"
18 },
19 {
20 "swarming": {
21 "can_use_on_swarming_builders": true
22 },
23 "test": "components_unittests"
24 },
25 {
26 "swarming": {
27 "can_use_on_swarming_builders": true
28 },
17 "test": "content_unittests" 29 "test": "content_unittests"
18 }, 30 },
19 { 31 {
20 "swarming": { 32 "swarming": {
21 "can_use_on_swarming_builders": true 33 "can_use_on_swarming_builders": true
22 }, 34 },
23 "test": "content_browsertests" 35 "test": "content_browsertests"
24 }, 36 },
25 { 37 {
26 "swarming": { 38 "swarming": {
27 "can_use_on_swarming_builders": true 39 "can_use_on_swarming_builders": true
28 }, 40 },
29 "test": "net_unittests" 41 "test": "net_unittests"
30 }, 42 },
31 { 43 {
32 "swarming": { 44 "swarming": {
33 "can_use_on_swarming_builders": true 45 "can_use_on_swarming_builders": true
34 }, 46 },
35 "test": "ui_base_unittests" 47 "test": "ui_base_unittests"
48 },
49 {
50 "swarming": {
51 "can_use_on_swarming_builders": true
52 },
53 "test": "unit_tests"
36 } 54 }
37 ] 55 ]
38 }, 56 },
39 "Mac GN (dbg)": { 57 "Mac GN (dbg)": {
40 "additional_compile_targets": [ 58 "additional_compile_targets": [
41 "accessibility_unittests", 59 "accessibility_unittests",
42 "battor_agent", 60 "battor_agent",
43 "cacheinvalidation_unittests", 61 "cacheinvalidation_unittests",
44 "cast_unittests", 62 "cast_unittests",
45 "cc_unittests", 63 "cc_unittests",
(...skipping 29 matching lines...) Expand all
75 { 93 {
76 "swarming": { 94 "swarming": {
77 "can_use_on_swarming_builders": true 95 "can_use_on_swarming_builders": true
78 }, 96 },
79 "test": "content_unittests" 97 "test": "content_unittests"
80 }, 98 },
81 { 99 {
82 "swarming": { 100 "swarming": {
83 "can_use_on_swarming_builders": true 101 "can_use_on_swarming_builders": true
84 }, 102 },
103 "test": "components_browsertests"
104 },
105 {
106 "swarming": {
107 "can_use_on_swarming_builders": true
108 },
109 "test": "components_unittests"
110 },
111 {
112 "swarming": {
113 "can_use_on_swarming_builders": true
114 },
85 "test": "content_browsertests" 115 "test": "content_browsertests"
86 }, 116 },
87 { 117 {
88 "swarming": { 118 "swarming": {
89 "can_use_on_swarming_builders": true 119 "can_use_on_swarming_builders": true
90 }, 120 },
91 "test": "net_unittests" 121 "test": "net_unittests"
92 }, 122 },
93 { 123 {
94 "swarming": { 124 "swarming": {
95 "can_use_on_swarming_builders": true 125 "can_use_on_swarming_builders": true
96 }, 126 },
97 "test": "ui_base_unittests" 127 "test": "ui_base_unittests"
128 },
129 {
130 "swarming": {
131 "can_use_on_swarming_builders": true
132 },
133 "test": "unit_tests"
98 } 134 }
99 ] 135 ]
100 }, 136 },
101 "Mac10.10 Tests": { 137 "Mac10.10 Tests": {
102 "gtest_tests": [ 138 "gtest_tests": [
103 { 139 {
104 "swarming": { 140 "swarming": {
105 "can_use_on_swarming_builders": true 141 "can_use_on_swarming_builders": true
106 }, 142 },
107 "test": "accessibility_unittests" 143 "test": "accessibility_unittests"
(...skipping 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 } 1429 }
1394 ], 1430 ],
1395 "scripts": [ 1431 "scripts": [
1396 { 1432 {
1397 "name": "nacl_integration", 1433 "name": "nacl_integration",
1398 "script": "nacl_integration.py" 1434 "script": "nacl_integration.py"
1399 } 1435 }
1400 ] 1436 ]
1401 } 1437 }
1402 } 1438 }
OLDNEW
« components/BUILD.gn ('K') | « components/password_manager/core/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698