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

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: again 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
« no previous file with comments | « mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoShellActivity.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java
diff --git a/chrome/test/data/extensions/error_console/content_script_log_and_runtime_error/content_script.js b/mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java
similarity index 52%
copy from chrome/test/data/extensions/error_console/content_script_log_and_runtime_error/content_script.js
copy to mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java
index ae581fbbb252c1007778277293a92728d1cbc7bd..775e3a4ea9f992bbce80e2e49a604422cce3c649 100644
--- a/chrome/test/data/extensions/error_console/content_script_log_and_runtime_error/content_script.js
+++ b/mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java
@@ -2,11 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-function logHelloWorld() {
- console.log("Hello, World!");
-}
+package org.chromium.mojo_shell_apk;
-logHelloWorld();
+import org.chromium.base.BaseChromiumApplication;
-var bar = undefined;
-bar.foo = 'baz';
+public class MojoShellApplication extends BaseChromiumApplication {
+}
« no previous file with comments | « mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoShellActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698