OLD | NEW |
1 { | 1 { |
2 "mac_chromium_gn_dbg": { | 2 "android_chromium_gn_compile_rel": { |
| 3 "additional_compile_targets": [ |
| 4 "chrome_shell_apk" |
| 5 ], |
| 6 "gtest_tests": [] |
| 7 }, |
| 8 "linux_chromium_gn_rel": { |
3 "additional_compile_targets": [ | 9 "additional_compile_targets": [ |
4 "all" | 10 "all" |
5 ], | 11 ], |
6 "gtest_tests": [ | |
7 { | |
8 "test": "base_unittests" | |
9 } | |
10 ] | |
11 }, | |
12 "mac_chromium_gn_rel": { | |
13 "additional_compile_targets": [ | |
14 "all" | |
15 ], | |
16 "gtest_tests": [ | 12 "gtest_tests": [ |
17 { | 13 { |
18 "test": "base_unittests" | 14 "test": "base_unittests" |
19 } | 15 } |
20 ] | 16 ] |
21 } | 17 } |
22 } | 18 } |
OLD | NEW |