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

Side by Side Diff: native_client_sdk/doc_generated/devguide/distributing.html

Issue 2875303003: Add migration to WebAssembly information to PNaCl / NaCl docs. (Closed)
Patch Set: fix Created 3 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
OLDNEW
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
302 &quot;mime_type&quot;: &quot;application/vnd.oasis.opendocument.text&quot; 310 &quot;mime_type&quot;: &quot;application/vnd.oasis.opendocument.text&quot;
303 }] 311 }]
304 } 312 }
305 </pre> 313 </pre>
306 <p>The <code>nacl_modules</code> attribute is optional&#8212;specify this attrib ute only if 314 <p>The <code>nacl_modules</code> attribute is optional&#8212;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}}
OLDNEW
« no previous file with comments | « native_client_sdk/doc_generated/devguide/devcycle/vs-addin.html ('k') | native_client_sdk/doc_generated/devguide/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698