Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2452313003: Creating webkit_layout_tests target. (Closed)
Patch Set: Updating for telemetry change. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698