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

Unified Diff: android_webview/BUILD.gn

Issue 2138163002: try v8 Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « BUILD.gn ('k') | build/config/BUILDCONFIG.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index 3089a7c6fc1b5607cb1106410fe434155470d541..db0f45f2360984d2a1695d1aefb4015613339f7f 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -374,7 +374,7 @@ shared_library("libwebviewchromium") {
configs -= [ "//build/config/android:hide_native_jni_exports" ]
}
-if (defined(webview_only_libmonochrome) && webview_only_libmonochrome) {
+if (android_64bit_target_cpu) {
shared_library("monochrome") {
deps = [
":webview_entry_point",
« no previous file with comments | « BUILD.gn ('k') | build/config/BUILDCONFIG.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698