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

Unified Diff: android_webview/java/generated_src/org/chromium/content/app/NativeLibraries.java

Issue 23717023: Android: Add chrome-specific dynamic linker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error (previous patch was a mistake). Created 7 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/java/generated_src/org/chromium/content/app/NativeLibraries.java
diff --git a/android_webview/java/generated_src/org/chromium/content/app/NativeLibraries.java b/android_webview/java/generated_src/org/chromium/content/app/NativeLibraries.java
index d35a7dd58a32b639dd4a4fd933d065c3f7974791..46450c3ece895ec8c00a6fea265217cb59f9b818 100644
--- a/android_webview/java/generated_src/org/chromium/content/app/NativeLibraries.java
+++ b/android_webview/java/generated_src/org/chromium/content/app/NativeLibraries.java
@@ -5,6 +5,11 @@
package org.chromium.content.app;
public class NativeLibraries {
+ // Set to true to use the crazy linker. Only useful to save memory
+ // on multi-process content-based projects. Always disabled for
+ // the Android Webview.
+ public static boolean USE_CRAZY_LINKER = false;
+
// This is the list of native libraries to load. In the normal chromium build, this would be
// automatically generated.
// TODO(torne, cjhopman): Use a generated file for this.

Powered by Google App Engine
This is Rietveld 408576698