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

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: Update content_tests.gypi Created 7 years, 2 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/sys_utils.cc » ('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/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..04db5361de651daf670a222e88bf86a1dc11294d 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,14 @@
package org.chromium.content.app;
public class NativeLibraries {
+ // Set to true to use the content linker. Only useful to save memory
+ // on multi-process content-based projects. Always disabled for the Android Webview.
+ public static boolean USE_LINKER = false;
+
+ // Set to true to enable content linker test support. NEVER enable this for the
+ // Android webview.
+ public static boolean ENABLE_LINKER_TESTS = 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.
« no previous file with comments | « no previous file | base/android/sys_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698