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

Unified Diff: content/public/android/java/templates/native_libraries_version.h

Issue 59533009: Check library version and handle library load errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix BrowserStartupControllerTest Created 7 years, 1 month 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
Index: content/public/android/java/templates/native_libraries_version.h
diff --git a/content/public/android/java/templates/native_libraries_array.h b/content/public/android/java/templates/native_libraries_version.h
similarity index 53%
copy from content/public/android/java/templates/native_libraries_array.h
copy to content/public/android/java/templates/native_libraries_version.h
index a86c574c6089ce4e1ef62cf47430cad4ef9f4e81..a461784977b05632a7491808d6a995c001778126 100644
--- a/content/public/android/java/templates/native_libraries_array.h
+++ b/content/public/android/java/templates/native_libraries_version.h
@@ -3,6 +3,7 @@
// found in the LICENSE file.
// This is a placeholder for compiling content_java. The content java library
-// is compiled with no array defined, and then the build system creates a
-// version of the file with the real list of libraries required (which changes
-// based upon which .apk is being built).
+// is compiled with no native_library version defined, and then the build system
+// creates a version of the file with the real native_library_version (which
+// changes based upon which .apk is being built).
+=""

Powered by Google App Engine
This is Rietveld 408576698