| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 "ui_unittests", | 91 "ui_unittests", |
| 92 "unit_tests", | 92 "unit_tests", |
| 93 "url_unittests", | 93 "url_unittests", |
| 94 "webkit_compositor_bindings_unittests", | 94 "webkit_compositor_bindings_unittests", |
| 95 { | 95 { |
| 96 "test": "wm_unittests", | 96 "test": "wm_unittests", |
| 97 "platforms": ["linux"] | 97 "platforms": ["linux"] |
| 98 }, | 98 }, |
| 99 { | 99 { |
| 100 "test": "app_shell_browsertests", | 100 "test": "app_shell_browsertests", |
| 101 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 101 "platforms": ["linux"] |
| 102 }, | 102 }, |
| 103 { | 103 { |
| 104 "test": "ash_unittests", | 104 "test": "ash_unittests", |
| 105 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 105 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 "test": "ash_unittests", | 108 "test": "ash_unittests", |
| 109 "platforms": ["win"] | 109 "platforms": ["win"] |
| 110 }, | 110 }, |
| 111 { | 111 { |
| (...skipping 22 matching lines...) Expand all Loading... |
| 134 "platforms": ["linux"], | 134 "platforms": ["linux"], |
| 135 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 135 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
| 136 }, | 136 }, |
| 137 { | 137 { |
| 138 "test": "athena_unittests", | 138 "test": "athena_unittests", |
| 139 "platforms": ["linux"], | 139 "platforms": ["linux"], |
| 140 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 140 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
| 141 } | 141 } |
| 142 ] | 142 ] |
| 143 } | 143 } |
| OLD | NEW |