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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2452313003: Creating webkit_layout_tests target. (Closed)
Patch Set: Rebase onto master Created 4 years, 1 month 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
« no previous file with comments | « BUILD.gn ('k') | testing/buildbot/manage.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index b8c2c88c467e7bc8e27ddd7b8d4da505a07f43eb..fc2c0a1acc98809bbff8a4b8dcfab9963212307f 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -877,6 +877,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",
« no previous file with comments | « BUILD.gn ('k') | testing/buildbot/manage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698