Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "all" | 4 "all" |
| 5 ], | 5 ], |
| 6 "gtest_tests": [ | 6 "gtest_tests": [ |
| 7 { | 7 { |
| 8 "test": "android_webview_unittests" | 8 "test": "android_webview_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 919 }, | 919 }, |
| 920 "test": "unit_tests" | 920 "test": "unit_tests" |
| 921 }, | 921 }, |
| 922 { | 922 { |
| 923 "swarming": { | 923 "swarming": { |
| 924 "can_use_on_swarming_builders": true | 924 "can_use_on_swarming_builders": true |
| 925 }, | 925 }, |
| 926 "test": "url_unittests" | 926 "test": "url_unittests" |
| 927 }, | 927 }, |
| 928 { | 928 { |
| 929 "test": "views_mus_unittests" | |
| 930 }, | |
|
Dirk Pranke
2016/03/09 00:22:00
can this run under swarming? If so, you should add
sky
2016/03/09 00:32:04
AFAIK, yes.
| |
| 931 { | |
| 929 "swarming": { | 932 "swarming": { |
| 930 "can_use_on_swarming_builders": true | 933 "can_use_on_swarming_builders": true |
| 931 }, | 934 }, |
| 932 "test": "views_unittests" | 935 "test": "views_unittests" |
| 933 }, | 936 }, |
| 934 { | 937 { |
| 935 "test": "window_manager_unittests" | 938 "test": "window_manager_unittests" |
| 936 }, | 939 }, |
| 937 { | 940 { |
| 938 "swarming": { | 941 "swarming": { |
| (...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1712 } | 1715 } |
| 1713 ], | 1716 ], |
| 1714 "scripts": [ | 1717 "scripts": [ |
| 1715 { | 1718 { |
| 1716 "name": "nacl_integration", | 1719 "name": "nacl_integration", |
| 1717 "script": "nacl_integration.py" | 1720 "script": "nacl_integration.py" |
| 1718 } | 1721 } |
| 1719 ] | 1722 ] |
| 1720 } | 1723 } |
| 1721 } | 1724 } |
| OLD | NEW |