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

Side by Side Diff: webrtc/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
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="org.appspot.apprtc.test" 3 package="org.appspot.apprtc.test"
4 android:versionCode="1" 4 android:versionCode="1"
5 android:versionName="1.0" > 5 android:versionName="1.0" >
6 6
7 <uses-sdk android:minSdkVersion="13" android:targetSdkVersion="21" /> 7 <uses-sdk android:minSdkVersion="13" android:targetSdkVersion="21" />
8 8
9 <instrumentation 9 <instrumentation
10 android:name="android.test.InstrumentationTestRunner" 10 android:name="android.test.InstrumentationTestRunner"
11 android:targetPackage="org.appspot.apprtc" /> 11 android:targetPackage="org.appspot.apprtc" />
12 12
13 <application> 13 <application>
14 <uses-library android:name="android.test.runner" /> 14 <uses-library android:name="android.test.runner" />
15 </application> 15 </application>
16 16
17 </manifest> 17 </manifest>
OLDNEW
« no previous file with comments | « webrtc/examples/androidapp/third_party/autobanh/autobanh.jar ('k') | webrtc/examples/androidtests/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698