| Index: build/android/adb_run_mojo_shell
|
| diff --git a/build/android/adb_run_content_shell b/build/android/adb_run_mojo_shell
|
| similarity index 84%
|
| copy from build/android/adb_run_content_shell
|
| copy to build/android/adb_run_mojo_shell
|
| index 17a734c982a8c27b855076314b28d01e2af5b889..fda98b39024e6b266e14a5991adfb8daa91481eb 100755
|
| --- a/build/android/adb_run_content_shell
|
| +++ b/build/android/adb_run_mojo_shell
|
| @@ -10,5 +10,5 @@ fi
|
|
|
| adb shell am start \
|
| -a android.intent.action.VIEW \
|
| - -n org.chromium.content_shell_apk/.ContentShellActivity \
|
| + -n org.chromium.mojo_shell_apk/.MojoShellActivity \
|
| $INTENT_ARGS
|
|
|