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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="org.appspot.apprtc.test"
4 android:versionCode="1"
5 android:versionName="1.0" >
6
7 <uses-sdk android:minSdkVersion="13" android:targetSdkVersion="21" />
8
9 <instrumentation
10 android:name="android.test.InstrumentationTestRunner"
11 android:targetPackage="org.appspot.apprtc" />
12
13 <application>
14 <uses-library android:name="android.test.runner" />
15 </application>
16
17 </manifest>
OLDNEW
« 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