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. |