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

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: Nits 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') | base/base.gypi » ('J')
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..d5b0a2aaff38a59e551bef15456aa7eefc33bdca 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 chrome 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 chrome 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') | base/base.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698