Index: android_webview/java/generated_src/org/chromium/base/library_loader/NativeLibraries.java |
diff --git a/android_webview/java/generated_src/org/chromium/content/app/NativeLibraries.java b/android_webview/java/generated_src/org/chromium/base/library_loader/NativeLibraries.java |
similarity index 77% |
rename from android_webview/java/generated_src/org/chromium/content/app/NativeLibraries.java |
rename to android_webview/java/generated_src/org/chromium/base/library_loader/NativeLibraries.java |
index c01bea546195014b62af95da08922384db5a486d..1bae5227f0d938feeda22c66233c5b4d2f5df57a 100644 |
--- a/android_webview/java/generated_src/org/chromium/content/app/NativeLibraries.java |
+++ b/android_webview/java/generated_src/org/chromium/base/library_loader/NativeLibraries.java |
@@ -2,14 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-package org.chromium.content.app; |
+package org.chromium.base.library_loader; |
+/** |
+ * This class defines the native libraries and loader options required by webview |
+ */ |
public class NativeLibraries { |
- // Set to true to use the content linker. Only useful to save memory |
+ // Set to true to use the chromium 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 |
+ // Set to true to enable chromium linker test support. NEVER enable this for the |
// Android webview. |
public static boolean ENABLE_LINKER_TESTS = false; |