Commit d373f41e authored by Torne (Richard Coles)'s avatar Torne (Richard Coles) Committed by Commit Bot

Document system_webview_package_name arg better

Improve the doc comment for the GN arg "system_webview_package_name" to
mention that it controls TrichromeWebView as well as SystemWebView, and
to explain more about why you might want to use it.

Change-Id: I4c4c6e003416c9e2f39ab2492078baaa049237b6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575732
Commit-Queue: Richard Coles <torne@chromium.org>
Reviewed-by: default avatarNate Fischer <ntfschr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#652614}
parent 5a1d77cc
...@@ -11,7 +11,10 @@ import("//chrome/android/trichrome.gni") ...@@ -11,7 +11,10 @@ import("//chrome/android/trichrome.gni")
import("//tools/v8_context_snapshot/v8_context_snapshot.gni") import("//tools/v8_context_snapshot/v8_context_snapshot.gni")
declare_args() { declare_args() {
# Package name of the system_webview_apk target. # Android package name to use when compiling the system_webview_apk and
# trichrome_webview_apk targets. This should be used if the Android build
# on which you are going to install WebView is configured to load a
# different package name than the default used in AOSP.
system_webview_package_name = "com.android.webview" system_webview_package_name = "com.android.webview"
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment