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

Unified Diff: base/android/java/templates/native_libraries_version.h

Issue 141223002: Move the android library loader from content to base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix final nits Created 6 years, 10 months 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: base/android/java/templates/native_libraries_version.h
diff --git a/content/public/android/java/templates/native_libraries_version.h b/base/android/java/templates/native_libraries_version.h
similarity index 82%
rename from content/public/android/java/templates/native_libraries_version.h
rename to base/android/java/templates/native_libraries_version.h
index a461784977b05632a7491808d6a995c001778126..2a1242059f77590aa92fcc2f4ee4f50dee1f59d7 100644
--- a/content/public/android/java/templates/native_libraries_version.h
+++ b/base/android/java/templates/native_libraries_version.h
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// This is a placeholder for compiling content_java. The content java library
+// This is a placeholder for compiling base_java. The base java library
// 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