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

Unified Diff: mojo/runner/android/library_loader.cc

Issue 1091513005: Separate mojo/shell into a runner and the application manager (shell) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 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 | « mojo/runner/android/bootstrap.cc ('k') | mojo/runner/android/main.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/android/library_loader.cc
diff --git a/mojo/shell/android/library_loader.cc b/mojo/runner/android/library_loader.cc
similarity index 94%
rename from mojo/shell/android/library_loader.cc
rename to mojo/runner/android/library_loader.cc
index c43a4b52a728377036373e01a6b28fa41dad85b8..e8f6ff8b44e5ded1156a067054f9bea1b3adbea3 100644
--- a/mojo/shell/android/library_loader.cc
+++ b/mojo/runner/android/library_loader.cc
@@ -8,8 +8,8 @@
#include "base/android/jni_registrar.h"
#include "base/bind.h"
#include "components/native_viewport/platform_viewport_android.h"
-#include "mojo/shell/android/android_handler.h"
-#include "mojo/shell/android/main.h"
+#include "mojo/runner/android/android_handler.h"
+#include "mojo/runner/android/main.h"
namespace {
« no previous file with comments | « mojo/runner/android/bootstrap.cc ('k') | mojo/runner/android/main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698