| 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 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1131 { | 1131 { |
| 1132 "test": "blimp_unittests" | 1132 "test": "blimp_unittests" |
| 1133 }, | 1133 }, |
| 1134 { | 1134 { |
| 1135 "args": [ | 1135 "args": [ |
| 1136 "--isolate_file_path=src/third_party/WebKit/Source/platform/heap/Blink
HeapUnitTests.isolate" | 1136 "--isolate_file_path=src/third_party/WebKit/Source/platform/heap/Blink
HeapUnitTests.isolate" |
| 1137 ], | 1137 ], |
| 1138 "test": "blink_heap_unittests" | 1138 "test": "blink_heap_unittests" |
| 1139 }, | 1139 }, |
| 1140 { | 1140 { |
| 1141 "args": [ |
| 1142 "--isolate_file_path=src/third_party/WebKit/Source/platform/blink_plat
form_unittests.isolate" |
| 1143 ], |
| 1141 "test": "blink_platform_unittests" | 1144 "test": "blink_platform_unittests" |
| 1142 }, | 1145 }, |
| 1143 { | 1146 { |
| 1144 "args": [ | 1147 "args": [ |
| 1145 "--isolate_file_path=src/breakpad/breakpad_unittests.isolate" | 1148 "--isolate_file_path=src/breakpad/breakpad_unittests.isolate" |
| 1146 ], | 1149 ], |
| 1147 "override_compile_targets": [ | 1150 "override_compile_targets": [ |
| 1148 "breakpad_unittests_deps" | 1151 "breakpad_unittests_deps" |
| 1149 ], | 1152 ], |
| 1150 "test": "breakpad_unittests" | 1153 "test": "breakpad_unittests" |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1400 }, | 1403 }, |
| 1401 { | 1404 { |
| 1402 "test": "chrome_sync_shell_test_apk" | 1405 "test": "chrome_sync_shell_test_apk" |
| 1403 }, | 1406 }, |
| 1404 { | 1407 { |
| 1405 "test": "content_shell_test_apk" | 1408 "test": "content_shell_test_apk" |
| 1406 } | 1409 } |
| 1407 ] | 1410 ] |
| 1408 } | 1411 } |
| 1409 } | 1412 } |
| OLD | NEW |