Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "chrome_public_apk", | 4 "chrome_public_apk", |
| 5 "chrome_public_test_apk", | 5 "chrome_public_test_apk", |
| 6 "chrome_shell_apk", | 6 "chrome_shell_apk", |
| 7 "chrome_shell_test_apk", | 7 "chrome_shell_test_apk", |
| 8 "content_shell_apk", | 8 "content_shell_apk", |
| 9 "mandoline:all" | 9 "mandoline:all" |
| 10 ], | 10 ], |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 47 }, | 47 }, |
| 48 { | 48 { |
| 49 "test": "mojo_view_manager_lib_unittests" | 49 "test": "mojo_view_manager_lib_unittests" |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 "test": "resource_provider_unittests" | 52 "test": "resource_provider_unittests" |
| 53 }, | 53 }, |
| 54 { | 54 { |
| 55 "test": "view_manager_unittests" | 55 "test": "view_manager_unittests" |
| 56 } | 56 } |
| 57 ], | |
| 58 "scripts": [ | |
| 59 { | |
| 60 "name": "gn_check", | |
| 61 "script": "gn_check.py" | |
|
tfarina
2015/07/09 18:56:27
only in release? Do we want to do this in the debu
| |
| 62 } | |
| 57 ] | 63 ] |
| 58 }, | 64 }, |
| 59 "Android GN (dbg)": { | 65 "Android GN (dbg)": { |
| 60 "additional_compile_targets": [ | 66 "additional_compile_targets": [ |
| 61 "chrome_public_apk", | 67 "chrome_public_apk", |
| 62 "chrome_public_test_apk", | 68 "chrome_public_test_apk", |
| 63 "chrome_shell_apk", | 69 "chrome_shell_apk", |
| 64 "chrome_shell_test_apk", | 70 "chrome_shell_test_apk", |
| 65 "content_shell_apk", | 71 "content_shell_apk", |
| 66 "content_shell_test_apk", | 72 "content_shell_test_apk", |
| (...skipping 1354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1421 } | 1427 } |
| 1422 ], | 1428 ], |
| 1423 "scripts": [ | 1429 "scripts": [ |
| 1424 { | 1430 { |
| 1425 "name": "nacl_integration", | 1431 "name": "nacl_integration", |
| 1426 "script": "nacl_integration.py" | 1432 "script": "nacl_integration.py" |
| 1427 } | 1433 } |
| 1428 ] | 1434 ] |
| 1429 } | 1435 } |
| 1430 } | 1436 } |
| OLD | NEW |