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

Unified Diff: mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java

Issue 1189703004: Reland: Build Mojo apps in sub-dirs, like application packages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup, move getAssetsList to FileHelper; rename local to cached. Created 5 years, 6 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/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java
diff --git a/mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java b/mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java
index 1b730214f1d6aeaf18b73f3b6d1ea4a9aadd31b1..3a0b237119b4d81fc6309de90673c22e9797cf9e 100644
--- a/mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java
+++ b/mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java
@@ -243,8 +243,8 @@ public class AndroidHandler {
}
@CalledByNative
- static String getLocalAppsDir(Context context) {
- return ShellMain.getLocalAppsDir(context).getAbsolutePath();
+ static String getCachedAppsDir(Context context) {
+ return ShellMain.getCachedAppsDir(context).getAbsolutePath();
}
private static File getDexOutputDir(Context context) {
« no previous file with comments | « mojo/runner/android/android_handler.cc ('k') | mojo/runner/android/apk/src/org/chromium/mojo/shell/FileHelper.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698