| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 }, | 94 }, |
| 95 "Android Tests (trial)(dbg)": { | 95 "Android Tests (trial)(dbg)": { |
| 96 "gtest_tests": [ | 96 "gtest_tests": [ |
| 97 { | 97 { |
| 98 "args": [ | 98 "args": [ |
| 99 "--isolate_file_path=src/third_party/WebKit/Source/platform/heap/Blink
HeapUnitTests.isolate" | 99 "--isolate_file_path=src/third_party/WebKit/Source/platform/heap/Blink
HeapUnitTests.isolate" |
| 100 ], | 100 ], |
| 101 "test": "blink_heap_unittests" | 101 "test": "blink_heap_unittests" |
| 102 }, | 102 }, |
| 103 { | 103 { |
| 104 "args": [ |
| 105 "--isolate_file_path=src/third_party/WebKit/Source/platform/blink_plat
form_unittests.isolate" |
| 106 ], |
| 104 "test": "blink_platform_unittests" | 107 "test": "blink_platform_unittests" |
| 105 } | 108 } |
| 106 ], | 109 ], |
| 107 "scripts": [ | 110 "scripts": [ |
| 108 { | 111 { |
| 109 "name": "telemetry_unittests", | 112 "name": "telemetry_unittests", |
| 110 "script": "telemetry_unittests.py" | 113 "script": "telemetry_unittests.py" |
| 111 } | 114 } |
| 112 ] | 115 ] |
| 113 }, | 116 }, |
| (...skipping 7580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7694 }, | 7697 }, |
| 7695 { | 7698 { |
| 7696 "args": [ | 7699 "args": [ |
| 7697 "--isolate-extensions" | 7700 "--isolate-extensions" |
| 7698 ], | 7701 ], |
| 7699 "test": "unit_tests" | 7702 "test": "unit_tests" |
| 7700 } | 7703 } |
| 7701 ] | 7704 ] |
| 7702 } | 7705 } |
| 7703 } | 7706 } |
| OLD | NEW |