| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Cloud Tests": { | 2 "Android Cloud Tests": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "test": "android_webview_unittests" | 5 "test": "android_webview_unittests" |
| 6 }, | 6 }, |
| 7 { | 7 { |
| 8 "test": "base_unittests" | 8 "test": "base_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 }, | 72 }, |
| 73 { | 73 { |
| 74 "test": "ui_touch_selection_unittests" | 74 "test": "ui_touch_selection_unittests" |
| 75 }, | 75 }, |
| 76 { | 76 { |
| 77 "test": "unit_tests" | 77 "test": "unit_tests" |
| 78 } | 78 } |
| 79 ] | 79 ] |
| 80 }, | 80 }, |
| 81 "Android Tests (trial)(dbg)": { | 81 "Android Tests (trial)(dbg)": { |
| 82 "gtest_tests": [ |
| 83 { |
| 84 "args": [ |
| 85 "--isolate_file_path=src/third_party/WebKit/Source/platform/heap/Blink
HeapUnitTests.isolate" |
| 86 ], |
| 87 "test": "blink_heap_unittests" |
| 88 }, |
| 89 { |
| 90 "test": "blink_platform_unittests" |
| 91 } |
| 92 ], |
| 82 "scripts": [ | 93 "scripts": [ |
| 83 { | 94 { |
| 84 "name": "telemetry_unittests", | 95 "name": "telemetry_unittests", |
| 85 "script": "telemetry_unittests.py" | 96 "script": "telemetry_unittests.py" |
| 86 } | 97 } |
| 87 ] | 98 ] |
| 88 }, | 99 }, |
| 89 "Android User Builder Tests": { | 100 "Android User Builder Tests": { |
| 90 "gtest_tests": [ | 101 "gtest_tests": [ |
| 91 { | 102 { |
| (...skipping 5708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5800 }, | 5811 }, |
| 5801 { | 5812 { |
| 5802 "args": [ | 5813 "args": [ |
| 5803 "--isolate-extensions" | 5814 "--isolate-extensions" |
| 5804 ], | 5815 ], |
| 5805 "test": "unit_tests" | 5816 "test": "unit_tests" |
| 5806 } | 5817 } |
| 5807 ] | 5818 ] |
| 5808 } | 5819 } |
| 5809 } | 5820 } |
| OLD | NEW |