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