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

Unified Diff: android_webview/java/AndroidManifest.xml

Issue 12609013: [android_webview] Build test code against the shell APK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix up minsdkversoin Created 7 years, 9 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: android_webview/java/AndroidManifest.xml
diff --git a/android_webview/java/AndroidManifest.xml b/android_webview/java/AndroidManifest.xml
deleted file mode 100644
index c5190ee64bf5d480dd88186c339cc0fe8de71286..0000000000000000000000000000000000000000
--- a/android_webview/java/AndroidManifest.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
-
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
--->
-
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.chromium.android_webview">
-
-<application android:name="org.chromium.android_webview.test.AndroidWebViewTestRunnerApplication"
- android:label="AndroidWebViewTestRunnerApplication">
- <activity android:name="org.chromium.android_webview.test.AndroidWebViewTestRunnerActivity"
- android:label="AndroidWebViewTestRunnerActivity">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" />
- </intent-filter>
- </activity>
-</application>
-
- <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
- <uses-permission android:name="android.permission.INTERNET"/>
- <uses-permission android:name="android.permission.WAKE_LOCK"/>
-</manifest>

Powered by Google App Engine
This is Rietveld 408576698