| 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 ], | 5 ], |
| 6 "gtest_tests": [] | 6 "gtest_tests": [] |
| 7 }, | 7 }, |
| 8 "android_chromium_gn_compile_rel": { | 8 "android_chromium_gn_compile_rel": { |
| 9 "additional_compile_targets": [ | 9 "additional_compile_targets": [ |
| 10 "chrome_shell_apk" | 10 "chrome_shell_apk" |
| 11 ], | 11 ], |
| 12 "gtest_tests": [] | 12 "gtest_tests": [] |
| 13 }, | 13 }, |
| 14 "linux_chromium_gn_chromeos_dbg": { | 14 "linux_chromium_gn_chromeos_dbg": { |
| 15 "additional_compile_targets": [ | 15 "additional_compile_targets": [ |
| 16 "accessibility_unittests", | 16 "accessibility_unittests", |
| 17 "app_list_unittests", | 17 "app_list_unittests", |
| 18 "aura_unittests", | 18 "aura_unittests", |
| 19 "browser_tests", | 19 "browser_tests", |
| 20 "cacheinvalidation_unittests", | 20 "cacheinvalidation_unittests", |
| 21 "chromedriver_unittests", | 21 "chromedriver_unittests", |
| 22 "chromeos_unittests", | 22 "chromeos_unittests", |
| 23 "components_browsertests", | |
| 24 "components_unittests", | |
| 25 "content_browsertests", | |
| 26 "content_unittests", | 23 "content_unittests", |
| 27 "crypto_unittests", | 24 "crypto_unittests", |
| 28 "dbus_unittests", | 25 "dbus_unittests", |
| 29 "device_unittests", | 26 "device_unittests", |
| 30 "display_unittests", | 27 "display_unittests", |
| 31 "events_unittests", | 28 "events_unittests", |
| 32 "extensions_browsertests", | 29 "extensions_browsertests", |
| 33 "extensions_unittests", | 30 "extensions_unittests", |
| 34 "gcm_unit_tests", | 31 "gcm_unit_tests", |
| 35 "gfx_unittests", | 32 "gfx_unittests", |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 "views_unittests", | 235 "views_unittests", |
| 239 "wm_unittests" | 236 "wm_unittests" |
| 240 ], | 237 ], |
| 241 "gtest_tests": [ | 238 "gtest_tests": [ |
| 242 { | 239 { |
| 243 "test": "base_unittests" | 240 "test": "base_unittests" |
| 244 } | 241 } |
| 245 ] | 242 ] |
| 246 } | 243 } |
| 247 } | 244 } |
| OLD | NEW |