Skip to content

Commit

Permalink
Use webview provider for shell layout and ui webview tests.
Browse files Browse the repository at this point in the history
This prepares the way to switch webview test bots to use swarmed devices.

Bug: 814405
Change-Id: Ic6c1f2b713392b3ed80b26dae1a5571de648914d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1526809
Reviewed-by: Ben Pastene <[email protected]>
Reviewed-by: Richard Coles <[email protected]>
Commit-Queue: Andrew Luo <[email protected]>
Cr-Commit-Position: refs/heads/master@{#642127}
  • Loading branch information
aluochromium authored and Commit Bot committed Mar 19, 2019
1 parent 05f9b4c commit 37511ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions android_webview/tools/automated_ui_tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ instrumentation_test_apk("webview_ui_test_app_test_apk") {
deps = [
":webview_ui_test_app_apk_resources",
":webview_ui_test_app_java",
"//android_webview:system_webview_apk",
"//base:base_java",
"//base:base_java_test_support",
"//third_party/android_deps:com_android_support_support_annotations_java",
Expand Down
8 changes: 8 additions & 0 deletions testing/buildbot/gn_isolate_map.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -2413,6 +2413,10 @@
"type": "additional_compile_target",
},
"system_webview_shell_layout_test_apk": {
"args": [
"--use-webview-provider",
"apks/SystemWebView.apk",
],
"label": "//android_webview/tools/system_webview_shell:system_webview_shell_layout_test_apk",
"type": "console_test_launcher",
},
Expand Down Expand Up @@ -2821,6 +2825,10 @@
"type": "console_test_launcher",
},
"webview_ui_test_app_test_apk": {
"args": [
"--use-webview-provider",
"apks/SystemWebView.apk",
],
"label": "//android_webview/tools/automated_ui_tests:webview_ui_test_app_test_apk",
"type": "console_test_launcher",
},
Expand Down

0 comments on commit 37511ad

Please sign in to comment.