Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "blimp", | 4 "blimp", |
| 5 "chrome_public_apk", | 5 "chrome_public_apk", |
| 6 "chrome_public_test_apk", | 6 "chrome_public_test_apk", |
| 7 "content_shell_apk", | 7 "content_shell_apk", |
| 8 "mandoline:all" | 8 "mandoline:all" |
| 9 ], | 9 ], |
| 10 "gtest_tests": [ | 10 "gtest_tests": [ |
| 11 { | 11 { |
| 12 "test": "blimp_common_unit_tests" | |
| 13 }, | |
| 14 { | |
| 12 "test": "html_viewer_unittests" | 15 "test": "html_viewer_unittests" |
| 13 }, | 16 }, |
| 14 { | 17 { |
| 15 "test": "ipc_mojo_unittests" | 18 "test": "ipc_mojo_unittests" |
| 16 }, | 19 }, |
| 17 { | 20 { |
| 18 "swarming": { | 21 "swarming": { |
| 19 "can_use_on_swarming_builders": true | 22 "can_use_on_swarming_builders": true |
| 20 }, | 23 }, |
| 21 "test": "mojo_common_unittests" | 24 "test": "mojo_common_unittests" |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 263 "test": "aura_unittests" | 266 "test": "aura_unittests" |
| 264 }, | 267 }, |
| 265 { | 268 { |
| 266 "swarming": { | 269 "swarming": { |
| 267 "can_use_on_swarming_builders": true | 270 "can_use_on_swarming_builders": true |
| 268 }, | 271 }, |
| 269 "test": "base_unittests" | 272 "test": "base_unittests" |
| 270 }, | 273 }, |
| 271 { | 274 { |
| 272 "swarming": { | 275 "swarming": { |
| 276 "can_use_on_swarming_builders": true | |
| 277 }, | |
| 278 "test": "blimp_common_unit_tests" | |
|
Dirk Pranke
2015/10/01 00:14:03
We should not be adding anything to the "Linux GN"
| |
| 279 }, | |
| 280 { | |
| 281 "swarming": { | |
| 273 "can_use_on_swarming_builders": true, | 282 "can_use_on_swarming_builders": true, |
| 274 "shards": 5 | 283 "shards": 5 |
| 275 }, | 284 }, |
| 276 "test": "browser_tests" | 285 "test": "browser_tests" |
| 277 }, | 286 }, |
| 278 { | 287 { |
| 279 "swarming": { | 288 "swarming": { |
| 280 "can_use_on_swarming_builders": true | 289 "can_use_on_swarming_builders": true |
| 281 }, | 290 }, |
| 282 "test": "cacheinvalidation_unittests" | 291 "test": "cacheinvalidation_unittests" |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 683 "test": "aura_unittests" | 692 "test": "aura_unittests" |
| 684 }, | 693 }, |
| 685 { | 694 { |
| 686 "swarming": { | 695 "swarming": { |
| 687 "can_use_on_swarming_builders": true | 696 "can_use_on_swarming_builders": true |
| 688 }, | 697 }, |
| 689 "test": "base_unittests" | 698 "test": "base_unittests" |
| 690 }, | 699 }, |
| 691 { | 700 { |
| 692 "swarming": { | 701 "swarming": { |
| 702 "can_use_on_swarming_builders": true | |
| 703 }, | |
| 704 "test": "blimp_common_unit_tests" | |
| 705 }, | |
| 706 { | |
| 707 "swarming": { | |
| 693 "can_use_on_swarming_builders": true, | 708 "can_use_on_swarming_builders": true, |
| 694 "shards": 5 | 709 "shards": 5 |
| 695 }, | 710 }, |
| 696 "test": "browser_tests" | 711 "test": "browser_tests" |
| 697 }, | 712 }, |
| 698 { | 713 { |
| 699 "swarming": { | 714 "swarming": { |
| 700 "can_use_on_swarming_builders": true | 715 "can_use_on_swarming_builders": true |
| 701 }, | 716 }, |
| 702 "test": "cacheinvalidation_unittests" | 717 "test": "cacheinvalidation_unittests" |
| (...skipping 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1711 } | 1726 } |
| 1712 ], | 1727 ], |
| 1713 "scripts": [ | 1728 "scripts": [ |
| 1714 { | 1729 { |
| 1715 "name": "nacl_integration", | 1730 "name": "nacl_integration", |
| 1716 "script": "nacl_integration.py" | 1731 "script": "nacl_integration.py" |
| 1717 } | 1732 } |
| 1718 ] | 1733 ] |
| 1719 } | 1734 } |
| 1720 } | 1735 } |
| OLD | NEW |