OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="distributing-your-application"> | 3 <b><font color="#cc0000"> |
4 <span id="distributing"></span><h1 id="distributing-your-application"><span id="
distributing"></span>Distributing Your Application</h1> | 4 NOTE: |
| 5 Deprecation of the technologies described here has been announced |
| 6 for platforms other than ChromeOS.<br/> |
| 7 Please visit our |
| 8 <a href="/native-client/migration">migration guide</a> |
| 9 for details. |
| 10 </font></b> |
| 11 <hr/><section id="distributing-your-application"> |
| 12 <h1 id="distributing-your-application">Distributing Your Application</h1> |
5 <div class="contents local" id="contents" style="display: none"> | 13 <div class="contents local" id="contents" style="display: none"> |
6 <ul class="small-gap"> | 14 <ul class="small-gap"> |
7 <li><a class="reference internal" href="#portable-native-client" id="id2">Portab
le Native Client</a></li> | 15 <li><a class="reference internal" href="#portable-native-client" id="id2">Portab
le Native Client</a></li> |
8 <li><p class="first"><a class="reference internal" href="#non-portable-native-cl
ient" id="id3">Non-portable Native Client</a></p> | 16 <li><p class="first"><a class="reference internal" href="#non-portable-native-cl
ient" id="id3">Non-portable Native Client</a></p> |
9 <ul class="small-gap"> | 17 <ul class="small-gap"> |
10 <li><a class="reference internal" href="#chrome-apps" id="id4">Chrome apps</a></
li> | 18 <li><a class="reference internal" href="#chrome-apps" id="id4">Chrome apps</a></
li> |
11 <li><a class="reference internal" href="#extension" id="id5">Extension</a></li> | 19 <li><a class="reference internal" href="#extension" id="id5">Extension</a></li> |
12 <li><a class="reference internal" href="#hosted-application" id="id6">Hosted app
lication</a></li> | 20 <li><a class="reference internal" href="#hosted-application" id="id6">Hosted app
lication</a></li> |
13 <li><a class="reference internal" href="#registering-native-client-modules-to-ha
ndle-mime-types" id="id7">Registering Native Client modules to handle MIME types
</a></li> | 21 <li><a class="reference internal" href="#registering-native-client-modules-to-ha
ndle-mime-types" id="id7">Registering Native Client modules to handle MIME types
</a></li> |
14 </ul> | 22 </ul> |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 "mime_type": "application/vnd.oasis.opendocument.text" | 310 "mime_type": "application/vnd.oasis.opendocument.text" |
303 }] | 311 }] |
304 } | 312 } |
305 </pre> | 313 </pre> |
306 <p>The <code>nacl_modules</code> attribute is optional—specify this attrib
ute only if | 314 <p>The <code>nacl_modules</code> attribute is optional—specify this attrib
ute only if |
307 you want Chrome to use a Native Client module to display a particular type of | 315 you want Chrome to use a Native Client module to display a particular type of |
308 content.</p> | 316 content.</p> |
309 </section> | 317 </section> |
310 | 318 |
311 {{/partials.standard_nacl_article}} | 319 {{/partials.standard_nacl_article}} |
OLD | NEW |