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

Unified Diff: content/shell/android/aura_shell_apk/AndroidManifest.xml.jinja2

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: content/shell/android/aura_shell_apk/AndroidManifest.xml.jinja2
diff --git a/content/shell/android/shell_apk/AndroidManifest.xml.jinja2 b/content/shell/android/aura_shell_apk/AndroidManifest.xml.jinja2
similarity index 98%
copy from content/shell/android/shell_apk/AndroidManifest.xml.jinja2
copy to content/shell/android/aura_shell_apk/AndroidManifest.xml.jinja2
index a4a046a60f19c42eed838c2d7d0a101637224273..42e4e4ab797de9aa6d4cea6997fbd788b01c13ae 100644
--- a/content/shell/android/shell_apk/AndroidManifest.xml.jinja2
+++ b/content/shell/android/aura_shell_apk/AndroidManifest.xml.jinja2
@@ -7,7 +7,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.chromium.content_shell_apk">
+ package="org.chromium.aura_content_shell_apk">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="22" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>

Powered by Google App Engine
This is Rietveld 408576698