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

Unified Diff: mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java

Issue 38993002: Build mojo_shell on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix desktop build Created 7 years, 2 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/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java
diff --git a/base/bind_helpers.cc b/mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java
similarity index 52%
copy from base/bind_helpers.cc
copy to mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java
index f1fe46da47ac0bbb0d4de0bd0974f2eca3ecf9b5..164ce18696234c1ee4d95f8a4e750b6303e88a3a 100644
--- a/base/bind_helpers.cc
+++ b/mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java
@@ -2,13 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/bind_helpers.h"
+package org.chromium.mojo_shell_apk;
-#include "base/callback.h"
+import org.chromium.base.BaseChromiumApplication;
-namespace base {
-
-void DoNothing() {
+public class MojoShellApplication extends BaseChromiumApplication {
}
-
-} // namespace base

Powered by Google App Engine
This is Rietveld 408576698