Commit 16e049fa authored by Ben Mason's avatar Ben Mason Committed by Commit Bot

Return WebView to 32-bit by default.

Bug: 1119325
Change-Id: I04727f349d0012a4a89ab93032530ccecf53e767
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364210Reviewed-by: default avatarRichard Coles <torne@chromium.org>
Commit-Queue: Ben Mason <benmason@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799739}
parent 478f7830
...@@ -190,7 +190,6 @@ jinja_template("trichrome_webview_manifest") { ...@@ -190,7 +190,6 @@ jinja_template("trichrome_webview_manifest") {
variables = trichrome_jinja_variables + _webview_jinja_variables variables = trichrome_jinja_variables + _webview_jinja_variables
if (android_64bit_target_cpu) { if (android_64bit_target_cpu) {
variables += [ variables += [
"use32bitAbi=",
"library=libmonochrome_64.so", "library=libmonochrome_64.so",
"trichrome_version=$trichrome_64_32_version_code", "trichrome_version=$trichrome_64_32_version_code",
] ]
......
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