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

Unified Diff: chrome/android/shell/fortest/AndroidManifest.xml

Issue 457883002: Use Sync FakeServer in Android tests via custom APK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: chrome/android/shell/fortest/AndroidManifest.xml
diff --git a/chrome/android/shell/java/AndroidManifest.xml b/chrome/android/shell/fortest/AndroidManifest.xml
similarity index 99%
copy from chrome/android/shell/java/AndroidManifest.xml
copy to chrome/android/shell/fortest/AndroidManifest.xml
index ad27000310c2847b8b80b7ba9efd171bb233a328..c922725b4573c9ab108d33c75ff7a193250048b6 100644
--- a/chrome/android/shell/java/AndroidManifest.xml
+++ b/chrome/android/shell/fortest/AndroidManifest.xml
@@ -7,7 +7,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.chromium.chrome.shell">
+ package="org.chromium.chrome.shellfortest">
pval...(no longer on Chromium) 2014/08/09 00:48:21 I blindly copied the the manifest file from chrome
Yaron 2014/08/12 17:22:03 Yes, copy is unfortunately the way to go. For a wh
pval...(no longer on Chromium) 2014/08/14 00:35:39 Moved
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="20" />
<permission android:name="org.chromium.chrome.shell.permission.SANDBOX"
@@ -34,7 +34,7 @@
<application android:name="org.chromium.chrome.shell.ChromeShellApplication"
android:icon="@mipmap/app_icon"
- android:label="Chrome Shell">
+ android:label="Chrome Shell For Test">
<activity android:name="org.chromium.chrome.shell.ChromeShellActivity"
android:launchMode="singleTask"
android:theme="@android:style/Theme.Holo.Light.NoActionBar"
@@ -214,7 +214,7 @@
</receiver>
<provider android:name="org.chromium.chrome.browser.ChromeBrowserProvider"
- android:authorities="org.chromium.chrome.shell"
+ android:authorities="org.chromium.chrome.shellfortest"
android:exported="true" />
<!-- Sync adapter for browser sync. -->

Powered by Google App Engine
This is Rietveld 408576698