| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "all" | 4 "all" |
| 5 ], | 5 ], |
| 6 "gtest_tests": [ | 6 "gtest_tests": [ |
| 7 { | 7 { |
| 8 "test": "android_webview_unittests" | 8 "test": "android_webview_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 }, | 231 }, |
| 232 { | 232 { |
| 233 "args": [ | 233 "args": [ |
| 234 "--isolate_file_path=src/chrome/unit_tests.isolate" | 234 "--isolate_file_path=src/chrome/unit_tests.isolate" |
| 235 ], | 235 ], |
| 236 "test": "unit_tests" | 236 "test": "unit_tests" |
| 237 } | 237 } |
| 238 ], | 238 ], |
| 239 "instrumentation_tests": [ | 239 "instrumentation_tests": [ |
| 240 { | 240 { |
| 241 "test": "AndroidWebViewTest" | 241 "test": "android_webview_test_apk" |
| 242 }, | 242 }, |
| 243 { | 243 { |
| 244 "test": "ChromePublicTest" | 244 "test": "chrome_public_test_apk" |
| 245 }, | 245 }, |
| 246 { | 246 { |
| 247 "test": "ContentShellTest" | 247 "test": "chrome_sync_shell_test_apk" |
| 248 }, | 248 }, |
| 249 { | 249 { |
| 250 "test": "ChromeSyncShellTest" | 250 "test": "content_shell_test_apk" |
| 251 } | 251 } |
| 252 ], | 252 ], |
| 253 "scripts": [ | 253 "scripts": [ |
| 254 { | 254 { |
| 255 "name": "webview_licenses", | 255 "name": "webview_licenses", |
| 256 "script": "webview_licenses.py" | 256 "script": "webview_licenses.py" |
| 257 }, | 257 }, |
| 258 { | 258 { |
| 259 "name": "telemetry_perf_unittests", | 259 "name": "telemetry_perf_unittests", |
| 260 "script": "telemetry_perf_unittests.py" | 260 "script": "telemetry_perf_unittests.py" |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 }, | 376 }, |
| 377 { | 377 { |
| 378 "args": [ | 378 "args": [ |
| 379 "--isolate_file_path=src/chrome/unit_tests.isolate" | 379 "--isolate_file_path=src/chrome/unit_tests.isolate" |
| 380 ], | 380 ], |
| 381 "test": "unit_tests" | 381 "test": "unit_tests" |
| 382 } | 382 } |
| 383 ], | 383 ], |
| 384 "instrumentation_tests": [ | 384 "instrumentation_tests": [ |
| 385 { | 385 { |
| 386 "test": "AndroidWebViewTest" | 386 "test": "android_webview_test_apk" |
| 387 }, | 387 }, |
| 388 { | 388 { |
| 389 "test": "ChromePublicTest" | 389 "test": "chrome_public_test_apk" |
| 390 }, | 390 }, |
| 391 { | 391 { |
| 392 "test": "ContentShellTest" | 392 "test": "chrome_sync_shell_test_apk" |
| 393 }, | 393 }, |
| 394 { | 394 { |
| 395 "test": "ChromeSyncShellTest" | 395 "test": "content_shell_test_apk" |
| 396 } | 396 } |
| 397 ], | 397 ], |
| 398 "scripts": [ | 398 "scripts": [ |
| 399 { | 399 { |
| 400 "name": "webview_licenses", | 400 "name": "webview_licenses", |
| 401 "script": "webview_licenses.py" | 401 "script": "webview_licenses.py" |
| 402 }, | 402 }, |
| 403 { | 403 { |
| 404 "name": "telemetry_perf_unittests", | 404 "name": "telemetry_perf_unittests", |
| 405 "script": "telemetry_perf_unittests.py" | 405 "script": "telemetry_perf_unittests.py" |
| (...skipping 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1712 } | 1712 } |
| 1713 ], | 1713 ], |
| 1714 "scripts": [ | 1714 "scripts": [ |
| 1715 { | 1715 { |
| 1716 "name": "nacl_integration", | 1716 "name": "nacl_integration", |
| 1717 "script": "nacl_integration.py" | 1717 "script": "nacl_integration.py" |
| 1718 } | 1718 } |
| 1719 ] | 1719 ] |
| 1720 } | 1720 } |
| 1721 } | 1721 } |
| OLD | NEW |