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

Unified Diff: base/android/java/templates/NativeLibraries.template

Issue 1218053003: [Android] Begin switching from lighttpd + apache to EmbeddedTestServer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « base/BUILD.gn ('k') | base/android/java/templates/NativeTestLibraries.template » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/java/templates/NativeLibraries.template
diff --git a/base/android/java/templates/NativeLibraries.template b/base/android/java/templates/NativeLibraries.template
index 8b812a60a968ce05b1f23bae618799e4a78da44c..3463fb2f904fe2a5a7663078b6de0fdfc3305279 100644
--- a/base/android/java/templates/NativeLibraries.template
+++ b/base/android/java/templates/NativeLibraries.template
@@ -6,8 +6,12 @@ package org.chromium.base.library_loader;
import org.chromium.base.annotations.SuppressFBWarnings;
+#ifndef NATIVE_LIBRARIES_CLASS_NAME
+#define NATIVE_LIBRARIES_CLASS_NAME NativeLibraries
+#endif
+
@SuppressFBWarnings
-public class NativeLibraries {
+public class NATIVE_LIBRARIES_CLASS_NAME {
/**
* IMPORTANT NOTE: The variables defined here must _not_ be 'final'.
*
« no previous file with comments | « base/BUILD.gn ('k') | base/android/java/templates/NativeTestLibraries.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698