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

Unified Diff: talk/examples/androidtests/AndroidManifest.xml

Issue 1235563006: Move talk/examples/* to webrtc/examples. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 201508051337 Created 5 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
« no previous file with comments | « talk/examples/android/third_party/autobanh/autobanh.jar ('k') | talk/examples/androidtests/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/examples/androidtests/AndroidManifest.xml
diff --git a/talk/examples/androidtests/AndroidManifest.xml b/talk/examples/androidtests/AndroidManifest.xml
deleted file mode 100644
index f99f477a67590b5808ccabdeb3db8ff608f4828c..0000000000000000000000000000000000000000
--- a/talk/examples/androidtests/AndroidManifest.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.appspot.apprtc.test"
- android:versionCode="1"
- android:versionName="1.0" >
-
- <uses-sdk android:minSdkVersion="13" android:targetSdkVersion="21" />
-
- <instrumentation
- android:name="android.test.InstrumentationTestRunner"
- android:targetPackage="org.appspot.apprtc" />
-
- <application>
- <uses-library android:name="android.test.runner" />
- </application>
-
-</manifest>
« no previous file with comments | « talk/examples/android/third_party/autobanh/autobanh.jar ('k') | talk/examples/androidtests/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698