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

Unified Diff: build/config/android/config.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
« android_webview/config.gni ('K') | « android_webview/system_webview_apk_tmpl.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index 6a16eb2d68bc82f3c147fcd0ec9e2c2247297525..08206ab3ca4384b7e379948b4ce23eaa246e38f4 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -133,6 +133,10 @@ if (is_android) {
# Adds intrumentation to each function. Writes a file with the order that
# functions are called at startup.
use_order_profiling = false
+
+ # Use apk_merger script to generate 64-bit WebView and Monochrome APK
+ # which has both 32-bit and 64-bit binaries.
+ merge_64bit_webview_and_monochrome = false
Torne 2016/09/19 13:36:28 The description of this implies that it does the e
michaelbai 2016/09/19 21:22:26 As Torne and I discussed offline, we came back to
}
# We need a second declare_args block to make sure we are using the overridden
« android_webview/config.gni ('K') | « android_webview/system_webview_apk_tmpl.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698