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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 { | 250 { |
251 "test": "ui_touch_selection_unittests" | 251 "test": "ui_touch_selection_unittests" |
252 }, | 252 }, |
253 { | 253 { |
254 "args": [ | 254 "args": [ |
255 "--isolate_file_path=src/chrome/unit_tests.isolate" | 255 "--isolate_file_path=src/chrome/unit_tests.isolate" |
256 ], | 256 ], |
257 "test": "unit_tests" | 257 "test": "unit_tests" |
258 } | 258 } |
259 ], | 259 ], |
| 260 "instrumentation_tests": [ |
| 261 { |
| 262 "test": "AndroidWebViewTest" |
| 263 }, |
| 264 { |
| 265 "test": "ChromePublicTest" |
| 266 }, |
| 267 { |
| 268 "test": "ContentShellTest" |
| 269 }, |
| 270 { |
| 271 "test": "ChromeSyncShellTest" |
| 272 } |
| 273 ], |
260 "scripts": [ | 274 "scripts": [ |
261 { | 275 { |
262 "name": "webview_licenses", | 276 "name": "webview_licenses", |
263 "script": "webview_licenses.py" | 277 "script": "webview_licenses.py" |
264 }, | 278 }, |
265 { | 279 { |
266 "name": "telemetry_perf_unittests", | 280 "name": "telemetry_perf_unittests", |
267 "script": "telemetry_perf_unittests.py" | 281 "script": "telemetry_perf_unittests.py" |
268 } | 282 } |
269 ] | 283 ] |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 { | 389 { |
376 "test": "ui_touch_selection_unittests" | 390 "test": "ui_touch_selection_unittests" |
377 }, | 391 }, |
378 { | 392 { |
379 "args": [ | 393 "args": [ |
380 "--isolate_file_path=src/chrome/unit_tests.isolate" | 394 "--isolate_file_path=src/chrome/unit_tests.isolate" |
381 ], | 395 ], |
382 "test": "unit_tests" | 396 "test": "unit_tests" |
383 } | 397 } |
384 ], | 398 ], |
| 399 "instrumentation_tests": [ |
| 400 { |
| 401 "test": "AndroidWebViewTest" |
| 402 }, |
| 403 { |
| 404 "test": "ChromePublicTest" |
| 405 }, |
| 406 { |
| 407 "test": "ContentShellTest" |
| 408 }, |
| 409 { |
| 410 "test": "ChromeSyncShellTest" |
| 411 } |
| 412 ], |
385 "scripts": [ | 413 "scripts": [ |
386 { | 414 { |
387 "name": "webview_licenses", | 415 "name": "webview_licenses", |
388 "script": "webview_licenses.py" | 416 "script": "webview_licenses.py" |
389 }, | 417 }, |
390 { | 418 { |
391 "name": "telemetry_perf_unittests", | 419 "name": "telemetry_perf_unittests", |
392 "script": "telemetry_perf_unittests.py" | 420 "script": "telemetry_perf_unittests.py" |
393 } | 421 } |
394 ] | 422 ] |
(...skipping 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1681 } | 1709 } |
1682 ], | 1710 ], |
1683 "scripts": [ | 1711 "scripts": [ |
1684 { | 1712 { |
1685 "name": "nacl_integration", | 1713 "name": "nacl_integration", |
1686 "script": "nacl_integration.py" | 1714 "script": "nacl_integration.py" |
1687 } | 1715 } |
1688 ] | 1716 ] |
1689 } | 1717 } |
1690 } | 1718 } |
OLD | NEW |