| Index: testing/buildbot/gn_isolate_map.pyl
|
| diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
|
| index 4860a433c732eb74628baa3fb28ea69ceaed4d13..55aa9ee2c83af4c1605987ea7c1c0ae8abe94021 100644
|
| --- a/testing/buildbot/gn_isolate_map.pyl
|
| +++ b/testing/buildbot/gn_isolate_map.pyl
|
| @@ -941,6 +941,18 @@
|
| "label": "//chrome/android/webapk/shell_apk:webapk_shell_apk_junit_tests",
|
| "type": "junit_test",
|
| },
|
| + "webkit_layout_tests": {
|
| + "label": "//:webkit_layout_tests",
|
| + "type": "script",
|
| + "script": "//testing/scripts/run_telemetry_as_googletest.py",
|
| + "args": [
|
| + "--xvfb",
|
| + "../../third_party/WebKit/Tools/Scripts/run-webkit-tests",
|
| + "--clobber-old-results",
|
| + "--no-show-results",
|
| + "--results-directory", "${ISOLATED_OUTDIR}/layout-test-results",
|
| + ],
|
| + },
|
| "webkit_unit_tests": {
|
| "label": "//third_party/WebKit/Source/web:webkit_unit_tests",
|
| "type": "console_test_launcher",
|
|
|