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

Unified Diff: sky/shell/android/library_loader.cc

Issue 1139873004: Make android directory for Android-specific bits of SkyShell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « sky/shell/BUILD.gn ('k') | sky/shell/android/org/domokit/sky/shell/GestureProvider.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/android/library_loader.cc
diff --git a/sky/shell/library_loader.cc b/sky/shell/android/library_loader.cc
similarity index 84%
rename from sky/shell/library_loader.cc
rename to sky/shell/android/library_loader.cc
index cd2ce139d8c991c75ae6d36df75ba1895f6683a4..70e5816305eb9b82d2689b9892622216ba5ebb00 100644
--- a/sky/shell/library_loader.cc
+++ b/sky/shell/android/library_loader.cc
@@ -10,16 +10,16 @@
#include "base/bind.h"
#include "base/logging.h"
#include "mojo/android/system/core_impl.h"
-#include "sky/shell/java_service_provider.h"
-#include "sky/shell/platform_view.h"
-#include "sky/shell/sky_main.h"
-#include "sky/shell/tracing_controller.h"
+#include "sky/shell/android/platform_service_provider.h"
+#include "sky/shell/android/platform_view.h"
+#include "sky/shell/android/sky_main.h"
+#include "sky/shell/android/tracing_controller.h"
namespace {
base::android::RegistrationMethod kSkyRegisteredMethods[] = {
{"CoreImpl", mojo::android::RegisterCoreImpl},
- {"JavaServiceProvider", sky::shell::RegisterJavaServiceProvider},
+ {"PlatformServiceProvider", sky::shell::RegisterPlatformServiceProvider},
{"PlatformView", sky::shell::PlatformView::Register},
{"SkyMain", sky::shell::RegisterSkyMain},
{"TracingController", sky::shell::RegisterTracingController},
« no previous file with comments | « sky/shell/BUILD.gn ('k') | sky/shell/android/org/domokit/sky/shell/GestureProvider.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698