Commit 5d6779c9 authored by Clark DuVall's avatar Clark DuVall Committed by Commit Bot

Enable building WebView bundles by default

These are now being build on the official builders, so it probably makes
sense to enable by default.

Bug: 1033098
Change-Id: I04224c174ac3de526cadd26f05fe34fdd77d2ac1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145821
Commit-Queue: Clark DuVall <cduvall@chromium.org>
Reviewed-by: default avatarRichard Coles <torne@chromium.org>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#758873}
parent e33418d9
...@@ -19,7 +19,7 @@ declare_args() { ...@@ -19,7 +19,7 @@ declare_args() {
system_webview_package_name = "com.android.webview" system_webview_package_name = "com.android.webview"
# Whether to enable standalone and trichrome WebView bundle build targets. # Whether to enable standalone and trichrome WebView bundle build targets.
enable_webview_bundles = false enable_webview_bundles = true
} }
template("system_webview_apk_or_module_tmpl") { template("system_webview_apk_or_module_tmpl") {
......
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