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

Side by Side Diff: native_client_sdk/src/resources/manifest.json.template

Issue 318823002: [NaCl SDK] Don't set minimum_chrome_version for most examples. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback Created 6 years, 6 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
« no previous file with comments | « native_client_sdk/src/examples/api/media_stream_video/example.dsc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "{{name}}", 2 "name": "{{name}}",
3 "version": "{{version}}", 3 "version": "{{version}}",
4 "minimum_chrome_version": "{{version}}", 4 [[if min_chrome_version:]]
5 "minimum_chrome_version": "{{min_chrome_version}}",
6 [[]]
5 "manifest_version": 2, 7 "manifest_version": 2,
6 "description": "{{description}}", 8 "description": "{{description}}",
7 "offline_enabled": true, 9 "offline_enabled": true,
8 "icons": { 10 "icons": {
9 "128": "icon128.png" 11 "128": "icon128.png"
10 }, 12 },
11 "app": { 13 "app": {
12 "background": { 14 "background": {
13 "scripts": ["background.js"] 15 "scripts": ["background.js"]
14 } 16 }
(...skipping 22 matching lines...) Expand all
37 "sub_package_path": "_platform_specific/x86-32" 39 "sub_package_path": "_platform_specific/x86-32"
38 }, 40 },
39 { 41 {
40 "nacl_arch": "arm", 42 "nacl_arch": "arm",
41 "sub_package_path": "_platform_specific/arm" 43 "sub_package_path": "_platform_specific/arm"
42 } 44 }
43 ], 45 ],
44 [[]] 46 [[]]
45 "permissions": {{permissions}} 47 "permissions": {{permissions}}
46 } 48 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/api/media_stream_video/example.dsc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698