OLD | NEW |
1 .. _distributing: | 1 .. _distributing: |
2 | 2 |
| 3 .. include:: /migration/deprecation.inc |
| 4 |
3 ############################# | 5 ############################# |
4 Distributing Your Application | 6 Distributing Your Application |
5 ############################# | 7 ############################# |
6 | 8 |
7 .. contents:: | 9 .. contents:: |
8 :local: | 10 :local: |
9 :backlinks: none | 11 :backlinks: none |
10 :depth: 2 | 12 :depth: 2 |
11 | 13 |
12 This document describes how to distribute Portable Native Client applications | 14 This document describes how to distribute Portable Native Client applications |
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 { | 336 { |
335 "path": "DocumentViewer.nmf", | 337 "path": "DocumentViewer.nmf", |
336 "mime_type": "application/vnd.oasis.opendocument.text" | 338 "mime_type": "application/vnd.oasis.opendocument.text" |
337 }] | 339 }] |
338 } | 340 } |
339 | 341 |
340 The ``nacl_modules`` attribute is optional---specify this attribute only if | 342 The ``nacl_modules`` attribute is optional---specify this attribute only if |
341 you want Chrome to use a Native Client module to display a particular type of | 343 you want Chrome to use a Native Client module to display a particular type of |
342 content. | 344 content. |
343 | 345 |
OLD | NEW |