| 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 04db5361de651daf670a222e88bf86a1dc11294d..bb7d747b0a19ad3e3e2e36bcad6cbd9f6cac655e 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
|
| @@ -16,5 +16,10 @@ public class NativeLibraries {
|
| // 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.
|
| - static String[] libraries = { "webviewchromium" };
|
| + static final String[] LIBRARIES = { "webviewchromium" };
|
| + // This should match the version name string returned by the native library.
|
| + // 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_NAME = "";
|
| }
|
|
|