| 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" |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 "content_unittests", | 128 "content_unittests", |
| 129 "crypto_unittests", | 129 "crypto_unittests", |
| 130 "dbus_unittests", | 130 "dbus_unittests", |
| 131 "device_unittests", | 131 "device_unittests", |
| 132 "display_unittests", | 132 "display_unittests", |
| 133 "events_unittests", | 133 "events_unittests", |
| 134 "extensions_browsertests", | 134 "extensions_browsertests", |
| 135 "extensions_unittests", | 135 "extensions_unittests", |
| 136 "gcm_unit_tests", | 136 "gcm_unit_tests", |
| 137 "gfx_unittests", | 137 "gfx_unittests", |
| 138 "gl_unittests", |
| 138 "gn_unittests", | 139 "gn_unittests", |
| 139 "google_apis_unittests", | 140 "google_apis_unittests", |
| 140 "gpu_unittests", | 141 "gpu_unittests", |
| 141 "interactive_ui_tests", | 142 "interactive_ui_tests", |
| 142 "ipc_mojo_unittests", | 143 "ipc_mojo_unittests", |
| 143 "ipc_tests", | 144 "ipc_tests", |
| 144 "jingle_unittests", | 145 "jingle_unittests", |
| 145 "mandoline:all", | 146 "mandoline:all", |
| 146 "media_unittests", | 147 "media_unittests", |
| 147 "net_unittests", | 148 "net_unittests", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 { | 234 { |
| 234 "test": "extensions_unittests" | 235 "test": "extensions_unittests" |
| 235 }, | 236 }, |
| 236 { | 237 { |
| 237 "test": "gcm_unit_tests" | 238 "test": "gcm_unit_tests" |
| 238 }, | 239 }, |
| 239 { | 240 { |
| 240 "test": "gfx_unittests" | 241 "test": "gfx_unittests" |
| 241 }, | 242 }, |
| 242 { | 243 { |
| 244 "test": "gl_unittests" |
| 245 }, |
| 246 { |
| 243 "test": "gn_unittests" | 247 "test": "gn_unittests" |
| 244 }, | 248 }, |
| 245 { | 249 { |
| 246 "test": "google_apis_unittests" | 250 "test": "google_apis_unittests" |
| 247 }, | 251 }, |
| 248 { | 252 { |
| 249 "test": "gpu_unittests" | 253 "test": "gpu_unittests" |
| 250 }, | 254 }, |
| 251 { | 255 { |
| 252 "test": "ipc_mojo_unittests" | 256 "test": "ipc_mojo_unittests" |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 }, | 296 }, |
| 293 { | 297 { |
| 294 "test": "views_unittests" | 298 "test": "views_unittests" |
| 295 }, | 299 }, |
| 296 { | 300 { |
| 297 "test": "wm_unittests" | 301 "test": "wm_unittests" |
| 298 } | 302 } |
| 299 ] | 303 ] |
| 300 } | 304 } |
| 301 } | 305 } |
| OLD | NEW |