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

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

Issue 2111463002: Add Mac, Win builders back to the CQ for extra coverage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make chrome_official_builder, chrome_official_builder_no_unittests exist unconditionally on windows Created 4 years, 5 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 | « infra/config/cq.cfg ('k') | testing/buildbot/chromium.win.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 "Mac GN": {
3 "additional_compile_targets": [
4 "all"
5 ]
6 },
7 "Mac GN (dbg)": {
8 "additional_compile_targets": [
9 "all"
10 ]
11 },
12 "Mac GYP": { 2 "Mac GYP": {
13 "additional_compile_targets": [ 3 "additional_compile_targets": [
14 "all" 4 "base_unittests",
5 "browser_tests",
6 "chrome",
7 "content_browsertests",
8 "content_unittests",
9 "interactive_ui_tests",
10 "ipc_tests",
11 "media_unittests",
12 "net_unittests",
13 "printing_unittests",
14 "skia_unittests",
15 "sql_unittests",
16 "sync_unit_tests",
17 "ui_base_unittests",
18 "unit_tests",
19 "url_unittests"
15 ] 20 ]
16 }, 21 },
17 "Mac GYP (dbg)": { 22 "Mac GYP (dbg)": {
18 "additional_compile_targets": [ 23 "additional_compile_targets": [
19 "all" 24 "all"
20 ] 25 ]
21 }, 26 },
22 "Mac10.10 Tests": { 27 "Mac10.10 Tests": {
23 "gtest_tests": [ 28 "gtest_tests": [
24 { 29 {
(...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after
1371 } 1376 }
1372 ], 1377 ],
1373 "scripts": [ 1378 "scripts": [
1374 { 1379 {
1375 "name": "nacl_integration", 1380 "name": "nacl_integration",
1376 "script": "nacl_integration.py" 1381 "script": "nacl_integration.py"
1377 } 1382 }
1378 ] 1383 ]
1379 } 1384 }
1380 } 1385 }
OLDNEW
« no previous file with comments | « infra/config/cq.cfg ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698