OLD | NEW |
1 { | 1 { |
2 "android_chromium_gn_compile_dbg": { | 2 "android_chromium_gn_compile_dbg": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "chrome_shell_apk" | 4 "chrome_shell_apk", |
| 5 "mandoline:all" |
5 ], | 6 ], |
6 "gtest_tests": [] | 7 "gtest_tests": [] |
7 }, | 8 }, |
8 "android_chromium_gn_compile_rel": { | 9 "android_chromium_gn_compile_rel": { |
9 "additional_compile_targets": [ | 10 "additional_compile_targets": [ |
10 "chrome_shell_apk" | 11 "chrome_shell_apk", |
| 12 "mandoline:all" |
11 ], | 13 ], |
12 "gtest_tests": [] | 14 "gtest_tests": [] |
13 }, | 15 }, |
14 "linux_chromium_gn_chromeos_dbg": { | 16 "linux_chromium_gn_chromeos_dbg": { |
15 "additional_compile_targets": [ | 17 "additional_compile_targets": [ |
16 "accessibility_unittests", | 18 "accessibility_unittests", |
17 "app_list_unittests", | 19 "app_list_unittests", |
18 "aura_unittests", | 20 "aura_unittests", |
19 "browser_tests", | 21 "browser_tests", |
20 "cacheinvalidation_unittests", | 22 "cacheinvalidation_unittests", |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 }, | 305 }, |
304 { | 306 { |
305 "test": "views_unittests" | 307 "test": "views_unittests" |
306 }, | 308 }, |
307 { | 309 { |
308 "test": "wm_unittests" | 310 "test": "wm_unittests" |
309 } | 311 } |
310 ] | 312 ] |
311 } | 313 } |
312 } | 314 } |
OLD | NEW |