| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |