| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN Builder (dbg)": { | 2 "Android GN Builder (dbg)": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "blimp_tests", | 4 "blimp_tests", |
| 5 "chrome_public_apk", | 5 "chrome_public_apk", |
| 6 "chrome_public_test_apk", | 6 "chrome_public_test_apk", |
| 7 "content_shell_apk", | 7 "content_shell_apk", |
| 8 "content_shell_test_apk", | 8 "content_shell_test_apk", |
| 9 "system_webview_apk" | 9 "system_webview_apk" |
| 10 ] | 10 ] |
| (...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1381 }, | 1381 }, |
| 1382 { | 1382 { |
| 1383 "test": "ui_touch_selection_unittests" | 1383 "test": "ui_touch_selection_unittests" |
| 1384 }, | 1384 }, |
| 1385 { | 1385 { |
| 1386 "test": "unit_tests" | 1386 "test": "unit_tests" |
| 1387 } | 1387 } |
| 1388 ], | 1388 ], |
| 1389 "instrumentation_tests": [ | 1389 "instrumentation_tests": [ |
| 1390 { | 1390 { |
| 1391 "test": "android_webview_test_apk" | 1391 "test": "android_webview_test_apk", |
| 1392 "timeout_scale": 2 |
| 1392 }, | 1393 }, |
| 1393 { | 1394 { |
| 1394 "apk_under_test": "Blimp.apk", | |
| 1395 "override_compile_targets": [ | 1395 "override_compile_targets": [ |
| 1396 "blimp_test_apk" | 1396 "blimp_test_apk" |
| 1397 ], | 1397 ], |
| 1398 "test": "blimp_test_apk", | 1398 "test": "blimp_test_apk", |
| 1399 "test_apk": "BlimpTest.apk" | 1399 "timeout_scale": 2 |
| 1400 }, | 1400 }, |
| 1401 { | 1401 { |
| 1402 "test": "chrome_public_test_apk" | 1402 "test": "chrome_public_test_apk", |
| 1403 "timeout_scale": 2 |
| 1403 }, | 1404 }, |
| 1404 { | 1405 { |
| 1405 "test": "chrome_sync_shell_test_apk" | 1406 "test": "chrome_sync_shell_test_apk", |
| 1407 "timeout_scale": 2 |
| 1406 }, | 1408 }, |
| 1407 { | 1409 { |
| 1408 "test": "content_shell_test_apk" | 1410 "test": "content_shell_test_apk", |
| 1411 "timeout_scale": 2 |
| 1409 } | 1412 } |
| 1410 ] | 1413 ] |
| 1411 }, | 1414 }, |
| 1412 "Lollipop Phone Tester": { | 1415 "Lollipop Phone Tester": { |
| 1413 "gtest_tests": [ | 1416 "gtest_tests": [ |
| 1414 { | 1417 { |
| 1415 "test": "android_webview_unittests" | 1418 "test": "android_webview_unittests" |
| 1416 }, | 1419 }, |
| 1417 { | 1420 { |
| 1418 "test": "base_unittests" | 1421 "test": "base_unittests" |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1837 }, | 1840 }, |
| 1838 { | 1841 { |
| 1839 "test": "chrome_sync_shell_test_apk" | 1842 "test": "chrome_sync_shell_test_apk" |
| 1840 }, | 1843 }, |
| 1841 { | 1844 { |
| 1842 "test": "content_shell_test_apk" | 1845 "test": "content_shell_test_apk" |
| 1843 } | 1846 } |
| 1844 ] | 1847 ] |
| 1845 } | 1848 } |
| 1846 } | 1849 } |
| OLD | NEW |