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

Unified Diff: mojo/shell/standalone/android/apk/src/org/chromium/mojo/shell/Bootstrap.java

Issue 1630823002: Move mojo/runner to mojo/shell/standalone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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: mojo/shell/standalone/android/apk/src/org/chromium/mojo/shell/Bootstrap.java
diff --git a/mojo/runner/android/apk/src/org/chromium/mojo/shell/Bootstrap.java b/mojo/shell/standalone/android/apk/src/org/chromium/mojo/shell/Bootstrap.java
similarity index 98%
rename from mojo/runner/android/apk/src/org/chromium/mojo/shell/Bootstrap.java
rename to mojo/shell/standalone/android/apk/src/org/chromium/mojo/shell/Bootstrap.java
index 4f21f2dd63a6a79f1091e9c450e59db76b48beef..3899bc7041db1ccc0b1428c9bc8f33edd225779b 100644
--- a/mojo/runner/android/apk/src/org/chromium/mojo/shell/Bootstrap.java
+++ b/mojo/shell/standalone/android/apk/src/org/chromium/mojo/shell/Bootstrap.java
@@ -15,7 +15,7 @@ import java.io.File;
* Java class with the application classloader in the call stack. We load this class in the
* application classloader and call into native from it to achieve that.
*/
-@JNINamespace("mojo::runner")
+@JNINamespace("mojo::shell")
public class Bootstrap implements Runnable {
private final Context mContext;
private final File mBootstrapNativeLibrary;

Powered by Google App Engine
This is Rietveld 408576698