| OLD | NEW |
| 1 { | 1 { |
| 2 "compile_targets": [ | |
| 3 "all" | |
| 4 ], | |
| 5 "gtest_tests": [ | 2 "gtest_tests": [ |
| 6 { | 3 { |
| 7 "test": "accessibility_unittests", | 4 "test": "accessibility_unittests", |
| 8 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] | 5 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] |
| 9 }, | 6 }, |
| 10 { | 7 { |
| 11 "test": "base_unittests", | 8 "test": "base_unittests", |
| 12 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] | 9 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] |
| 13 }, | 10 }, |
| 14 { | 11 { |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 { | 113 { |
| 117 "test": "unit_tests", | 114 "test": "unit_tests", |
| 118 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] | 115 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] |
| 119 }, | 116 }, |
| 120 { | 117 { |
| 121 "test": "url_unittests", | 118 "test": "url_unittests", |
| 122 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] | 119 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] |
| 123 } | 120 } |
| 124 ] | 121 ] |
| 125 } | 122 } |
| OLD | NEW |