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

Side by Side Diff: webrtc/api/androidtests/AndroidManifest.xml

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds Created 4 years, 10 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
« no previous file with comments | « webrtc/api/OWNERS ('k') | webrtc/api/androidtests/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.webrtc.test" 3 package="org.webrtc.test"
4 android:versionCode="1" 4 android:versionCode="1"
5 android:versionName="1.0" > 5 android:versionName="1.0" >
6 <uses-feature android:name="android.hardware.camera" /> 6 <uses-feature android:name="android.hardware.camera" />
7 <uses-feature android:name="android.hardware.camera.autofocus" /> 7 <uses-feature android:name="android.hardware.camera.autofocus" />
8 <uses-feature android:glEsVersion="0x00020000" android:required="true" /> 8 <uses-feature android:glEsVersion="0x00020000" android:required="true" />
9 9
10 <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" /> 10 <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
(...skipping 10 matching lines...) Expand all
21 android:name="android.test.InstrumentationTestRunner" 21 android:name="android.test.InstrumentationTestRunner"
22 android:targetPackage="org.webrtc.test" /> 22 android:targetPackage="org.webrtc.test" />
23 23
24 <application 24 <application
25 android:icon="@drawable/ic_launcher" 25 android:icon="@drawable/ic_launcher"
26 android:label="@string/app_name" > 26 android:label="@string/app_name" >
27 <uses-library android:name="android.test.runner" /> 27 <uses-library android:name="android.test.runner" />
28 </application> 28 </application>
29 29
30 </manifest> 30 </manifest>
OLDNEW
« no previous file with comments | « webrtc/api/OWNERS ('k') | webrtc/api/androidtests/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698