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

Side by Side Diff: native_client_sdk/doc_generated/devguide/tutorial/tutorial-part1.html

Issue 1531683006: [NaCl SDK] Remove references to naclports bundle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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="c-tutorial-getting-started-part-1"> 3 <section id="c-tutorial-getting-started-part-1">
4 <span id="tutorial"></span><h1 id="c-tutorial-getting-started-part-1"><span id=" tutorial"></span>C++ Tutorial: Getting Started (Part 1)</h1> 4 <span id="tutorial"></span><h1 id="c-tutorial-getting-started-part-1"><span id=" tutorial"></span>C++ Tutorial: Getting Started (Part 1)</h1>
5 <div class="contents local" id="contents" style="display: none"> 5 <div class="contents local" id="contents" style="display: none">
6 <ul class="small-gap"> 6 <ul class="small-gap">
7 <li><p class="first"><a class="reference internal" href="#overview" id="id1">Ove rview</a></p> 7 <li><p class="first"><a class="reference internal" href="#overview" id="id1">Ove rview</a></p>
8 <ul class="small-gap"> 8 <ul class="small-gap">
9 <li><a class="reference internal" href="#what-the-application-in-this-tutorial-d oes" id="id2">What the application in this tutorial does</a></li> 9 <li><a class="reference internal" href="#what-the-application-in-this-tutorial-d oes" id="id2">What the application in this tutorial does</a></li>
10 <li><a class="reference internal" href="#communication-between-javascript-and-na tive-client-modules" id="id3">Communication between JavaScript and Native Client modules</a></li> 10 <li><a class="reference internal" href="#communication-between-javascript-and-na tive-client-modules" id="id3">Communication between JavaScript and Native Client modules</a></li>
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 <li>See the <a class="reference internal" href="/native-client/devguide/coding/a pplication-structure.html"><em>Application Structure</em></a> 223 <li>See the <a class="reference internal" href="/native-client/devguide/coding/a pplication-structure.html"><em>Application Structure</em></a>
224 section in the Developer&#8217;s Guide for information about how to structure a 224 section in the Developer&#8217;s Guide for information about how to structure a
225 Native Client module.</li> 225 Native Client module.</li>
226 <li>Check the <a class="reference external" href="/native-client/pepper_stable/c pp">C++ Reference</a> for details 226 <li>Check the <a class="reference external" href="/native-client/pepper_stable/c pp">C++ Reference</a> for details
227 about how to use the Pepper APIs.</li> 227 about how to use the Pepper APIs.</li>
228 <li>Browse through the source code of the SDK examples (in the <code>examples</c ode> 228 <li>Browse through the source code of the SDK examples (in the <code>examples</c ode>
229 directory) to learn additional techniques for writing Native Client 229 directory) to learn additional techniques for writing Native Client
230 applications and using the Pepper APIs.</li> 230 applications and using the Pepper APIs.</li>
231 <li>See the <a class="reference internal" href="/native-client/devguide/devcycle /building.html"><em>Building</em></a>, <a class="reference internal" href="/nati ve-client/devguide/devcycle/running.html"><em>Running</em></a>, and <a class="re ference internal" href="/native-client/devguide/devcycle/debugging.html"><em>Deb ugging pages</em></a> for information about how to build, run, and 231 <li>See the <a class="reference internal" href="/native-client/devguide/devcycle /building.html"><em>Building</em></a>, <a class="reference internal" href="/nati ve-client/devguide/devcycle/running.html"><em>Running</em></a>, and <a class="re ference internal" href="/native-client/devguide/devcycle/debugging.html"><em>Deb ugging pages</em></a> for information about how to build, run, and
232 debug Native Client applications.</li> 232 debug Native Client applications.</li>
233 <li>Check the <a class="reference external" href="http://code.google.com/p/naclp orts/">naclports</a> project to see 233 <li>Check the <a class="reference external" href="https://chromium.googlesource. com/webports">webports</a> project to
234 what libraries have been ported for use with Native Client. If you port an 234 see what libraries have been ported for use with Native Client. If you port an
235 open-source library for your own use, we recommend adding it to naclports 235 open-source library for your own use, we recommend adding it to webports
236 (see <a class="reference external" href="http://code.google.com/p/naclports/wiki /HowTo_Checkin">How to check code into naclports</a>).</li> 236 (see <a class="reference external" href="https://chromium.googlesource.com/webpo rts/+/master/CONTRIBUTING.md">How to check code into webports</a>).</li>
237 </ul> 237 </ul>
238 </section> 238 </section>
239 239
240 {{/partials.standard_nacl_article}} 240 {{/partials.standard_nacl_article}}
OLDNEW
« no previous file with comments | « native_client_sdk/doc_generated/devguide/devcycle/dynamic-loading.html ('k') | native_client_sdk/doc_generated/faq.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698