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

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

Issue 2092173002: Flip mac and win "gn" builders back to GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_mac_full
Patch Set: Created 4 years, 6 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 | « no previous file | 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": { 2 "Mac GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "base_unittests" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Mac GN (dbg)": { 7 "Mac GN (dbg)": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "base_unittests" 9 "all"
10 ]
11 },
12 "Mac GYP": {
13 "additional_compile_targets": [
14 "all"
15 ]
16 },
17 "Mac GYP (dbg)": {
18 "additional_compile_targets": [
19 "all"
10 ] 20 ]
11 }, 21 },
12 "Mac10.10 Tests": { 22 "Mac10.10 Tests": {
13 "gtest_tests": [ 23 "gtest_tests": [
14 { 24 {
15 "swarming": { 25 "swarming": {
16 "can_use_on_swarming_builders": true 26 "can_use_on_swarming_builders": true
17 }, 27 },
18 "test": "accessibility_unittests" 28 "test": "accessibility_unittests"
19 }, 29 },
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1313 } 1323 }
1314 ], 1324 ],
1315 "scripts": [ 1325 "scripts": [
1316 { 1326 {
1317 "name": "nacl_integration", 1327 "name": "nacl_integration",
1318 "script": "nacl_integration.py" 1328 "script": "nacl_integration.py"
1319 } 1329 }
1320 ] 1330 ]
1321 } 1331 }
1322 } 1332 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698