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

Side by Side Diff: samples/openglui/android/AndroidManifest.xml

Issue 12021025: Merge the openglui samples into one. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix emulator sample build Created 7 years, 11 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 | Annotate | Revision Log
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="com.google.dartndk" 3 package="com.google.dartndk"
4 android:versionCode="1" 4 android:versionCode="1"
5 android:versionName="1.0" > 5 android:versionName="1.0" >
6 6
7 <uses-feature android:glEsVersion="0x00020000" /> 7 <uses-feature android:glEsVersion="0x00020000" />
8 8
9 <uses-sdk 9 <uses-sdk
10 android:minSdkVersion="10" 10 android:minSdkVersion="10"
(...skipping 14 matching lines...) Expand all
25 <meta-data 25 <meta-data
26 android:name="android.app.lib_name" 26 android:name="android.app.lib_name"
27 android:value="android_embedder" /> 27 android:value="android_embedder" />
28 <intent-filter> 28 <intent-filter>
29 <action android:name="android.intent.action.MAIN" /> 29 <action android:name="android.intent.action.MAIN" />
30 <category android:name="android.intent.category.LAUNCHER" /> 30 <category android:name="android.intent.category.LAUNCHER" />
31 </intent-filter> 31 </intent-filter>
32 </activity> 32 </activity>
33 </application> 33 </application>
34 </manifest> 34 </manifest>
OLDNEW
« no previous file with comments | « samples/mobile_emulator_sample/mobile_emulator_sample.gyp ('k') | samples/openglui/android/android.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698