Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / android_webview / java / generated_src / org / chromium / base / library_loader / NativeLibraries.java
index 63eb286..6e360e2 100644 (file)
@@ -10,15 +10,15 @@ package org.chromium.base.library_loader;
 public class NativeLibraries {
     // 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;
+    public static boolean sUseLinker = 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;
+    public static boolean sUseLibraryInZipFile = false;
 
     // Set to true to enable chromium linker test support. NEVER enable this for the
     // Android webview.
-    public static boolean ENABLE_LINKER_TESTS = false;
+    public static boolean sEnableLinkerTests = false;
 
     // This is the list of native libraries to load. In the normal chromium build, this would be
     // automatically generated.
@@ -28,5 +28,5 @@ public class NativeLibraries {
     // TODO(aberent) The Webview native library currently returns an empty string; change this
     // to a string generated at compile time, and incorporate that string in a generated
     // replacement for this file.
-    static String VERSION_NUMBER = "";
+    static String sVersionNumber = "";
 }