OLD | NEW |
1 { | 1 { |
2 "compile_targets": [ | 2 "compile_targets": [ |
3 "all" | 3 "all" |
4 ], | 4 ], |
5 "gtest_tests": [ | 5 "gtest_tests": [ |
6 "accessibility_unittests", | 6 "accessibility_unittests", |
7 "app_list_unittests", | 7 "app_list_unittests", |
8 "base_unittests", | 8 "base_unittests", |
9 { | 9 { |
10 "test": "browser_tests", | 10 "test": "browser_tests", |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 "args": ["--test-launcher-print-test-stdio=always"] | 110 "args": ["--test-launcher-print-test-stdio=always"] |
111 }, | 111 }, |
112 { | 112 { |
113 "test": "sandbox_mac_unittests", | 113 "test": "sandbox_mac_unittests", |
114 "platforms": ["mac"] | 114 "platforms": ["mac"] |
115 }, | 115 }, |
116 { | 116 { |
117 "test": "chromeos_unittests", | 117 "test": "chromeos_unittests", |
118 "platforms": ["linux"], | 118 "platforms": ["linux"], |
119 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 119 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
| 120 }, |
| 121 { |
| 122 "test": "athena_unittests", |
| 123 "platforms": ["linux"], |
| 124 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
120 } | 125 } |
121 ] | 126 ] |
122 } | 127 } |
OLD | NEW |