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

Unified Diff: android_webview/java/generated_src/org/chromium/base/library_loader/NativeLibraries.java

Issue 359323002: Add switch for turning on library in zip file support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add submitted NativeLibraries.java files Created 6 years, 6 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 | « no previous file | base/android/java/src/org/chromium/base/library_loader/Linker.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/generated_src/org/chromium/base/library_loader/NativeLibraries.java
diff --git a/android_webview/java/generated_src/org/chromium/base/library_loader/NativeLibraries.java b/android_webview/java/generated_src/org/chromium/base/library_loader/NativeLibraries.java
index 2bb1460af446b2c54cab7e7d1b0eb66bbbcfe5de..63eb28681a1c47828bc2e086911936ea17e4b6cc 100644
--- a/android_webview/java/generated_src/org/chromium/base/library_loader/NativeLibraries.java
+++ b/android_webview/java/generated_src/org/chromium/base/library_loader/NativeLibraries.java
@@ -12,6 +12,10 @@ public class NativeLibraries {
// on multi-process content-based projects. Always disabled for the Android Webview.
public static boolean USE_LINKER = false;
+ // Set to true to directly load the library from the zip file using the
+ // chromium linker. Always disabled for Android Webview.
+ public static boolean USE_LIBRARY_IN_ZIP_FILE = false;
+
// Set to true to enable chromium linker test support. NEVER enable this for the
// Android webview.
public static boolean ENABLE_LINKER_TESTS = false;
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/library_loader/Linker.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698