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

Unified Diff: android_webview/system_webview_apk_tmpl.gni

Issue 2331573003: build full 64bit WebView (Closed)
Patch Set: remove a unnecessary comment Created 4 years, 3 months 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
Index: android_webview/system_webview_apk_tmpl.gni
diff --git a/android_webview/system_webview_apk_tmpl.gni b/android_webview/system_webview_apk_tmpl.gni
index 828263e2b84ddcb54928e4d4a2d63e92a3ac7cf6..056c9846181d1ecd3383087e1d8e125299223b0e 100644
--- a/android_webview/system_webview_apk_tmpl.gni
+++ b/android_webview/system_webview_apk_tmpl.gni
@@ -4,6 +4,7 @@
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
+import("//android_webview/config.gni")
template("system_webview_apk_tmpl") {
android_apk(target_name) {
@@ -25,6 +26,9 @@ template("system_webview_apk_tmpl") {
rebase_path("$root_gen_dir/CHROME_VERSION.json", root_out_dir)
native_lib_version_arg = "@FileArg($_native_lib_file:full-quoted)"
extensions_to_not_compress = ".lpak,.pak,.bin,.dat"
+ if (!build_64bit_only_webview && android_64bit_target_cpu) {
+ secondary_abi_shared_libraries = [ "//android_webview:libwebviewchromium($android_secondary_abi_toolchain)" ]
+ }
if (!is_java_debug) {
proguard_enabled = true

Powered by Google App Engine
This is Rietveld 408576698