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

Side by Side Diff: ppapi/native_client/tests/ppapi_browser/extension_mime_handler/manifest.json

Issue 7740013: Cloning a bunch of stuff from the native_client repository at r6528 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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
(Empty)
1 {
2 "name": "NaCl_MIMETest",
3 "version": "0.1",
4 "description": "Tests NaCl MIME type handling capabilities.",
5 "permissions": [
6 "experimental",
7 "nativeclient"
8 ],
9 "nacl_modules": [{
10 "path": "ppapi_extension_mime_handler.nmf",
11 "mime_type": "application/pdf"
12 }]
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698