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

Side by Side Diff: native_client_sdk/doc_generated/devguide/devcycle/vs-addin.html

Issue 511963004: Rearrange tables so that navigation can be added back to certain pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix items from review. Created 6 years, 3 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_api}} 1 {{+bindTo:partials.standard_nacl_article}}
2 2
3 <section id="debugging-with-visual-studio"> 3 <section id="debugging-with-visual-studio">
4 <h1 id="debugging-with-visual-studio">Debugging With Visual Studio</h1> 4 <span id="devcycle-vs-addin"></span><h1 id="debugging-with-visual-studio"><span id="devcycle-vs-addin"></span>Debugging with Visual Studio</h1>
5 <div class="contents local" id="table-of-contents" style="display: none"> 5 <div class="contents local" id="table-of-contents" style="display: none">
6 <p class="topic-title first">Table Of Contents</p> 6 <p class="topic-title first">Table Of Contents</p>
7 <ul class="small-gap"> 7 <ul class="small-gap">
8 <li><a class="reference internal" href="#introduction" id="id1">Introduction</a> </li> 8 <li><a class="reference internal" href="#introduction" id="id1">Introduction</a> </li>
9 <li><p class="first"><a class="reference internal" href="#platforms" id="id2">Pl atforms</a></p> 9 <li><p class="first"><a class="reference internal" href="#platforms" id="id2">Pl atforms</a></p>
10 <ul class="small-gap"> 10 <ul class="small-gap">
11 <li><a class="reference internal" href="#the-ppapi-platform" id="id3">The PPAPI platform</a></li> 11 <li><a class="reference internal" href="#the-ppapi-platform" id="id3">The PPAPI platform</a></li>
12 <li><a class="reference internal" href="#the-native-client-platforms" id="id4">T he Native Client platforms</a></li> 12 <li><a class="reference internal" href="#the-native-client-platforms" id="id4">T he Native Client platforms</a></li>
13 </ul> 13 </ul>
14 </li> 14 </li>
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 example):</p> 172 example):</p>
173 <table border="1" class="docutils"> 173 <table border="1" class="docutils">
174 <colgroup> 174 <colgroup>
175 </colgroup> 175 </colgroup>
176 <thead valign="bottom"> 176 <thead valign="bottom">
177 <tr class="row-odd"><th class="head">Variable Name</th> 177 <tr class="row-odd"><th class="head">Variable Name</th>
178 <th class="head">Description</th> 178 <th class="head">Description</th>
179 </tr> 179 </tr>
180 </thead> 180 </thead>
181 <tbody valign="top"> 181 <tbody valign="top">
182 <tr class="row-even"><td>NACL_SDK_ROOT</td> 182 <tr class="row-even"><td><code>NACL_SDK_ROOT</code></td>
183 <td>The path to the pepper directory in the SDK. 183 <td>The path to the pepper directory in the SDK.
184 For example: <code>C:\nacl_sdk\pepper_23</code></td> 184 For example: <code>C:\nacl_sdk\pepper_23</code></td>
185 </tr> 185 </tr>
186 <tr class="row-odd"><td>CHROME_PATH</td> 186 <tr class="row-odd"><td><code>CHROME_PATH</code></td>
187 <td>The path to the .exe file for the version of Chrome you 187 <td>The path to the .exe file for the version of Chrome you
188 are testing with. For example: 188 are testing with. For example:
189 <code>C:\Users\fred\AppData\Local\Google\Chrome 189 <code>C:\Users\fred\AppData\Local\Google\Chrome
190 SxS\Application\chrome.exe</code></td> 190 SxS\Application\chrome.exe</code></td>
191 </tr> 191 </tr>
192 </tbody> 192 </tbody>
193 </table> 193 </table>
194 <h3 id="download-the-add-in">Download the add-in</h3> 194 <h3 id="download-the-add-in">Download the add-in</h3>
195 <p>The Native Client Visual Studio add-in is a separate bundle in the SDK named 195 <p>The Native Client Visual Studio add-in is a separate bundle in the SDK named
196 <code>vs_addin</code>. Open a command prompt window, go to the top-level SDK dir ectory, 196 <code>vs_addin</code>. Open a command prompt window, go to the top-level SDK dir ectory,
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 functional code that is running is the same as STEP5.</dd> 506 functional code that is running is the same as STEP5.</dd>
507 </dl> 507 </dl>
508 <h4 id="nacl64-platform">NaCl64 Platform</h4> 508 <h4 id="nacl64-platform">NaCl64 Platform</h4>
509 <dl class="docutils"> 509 <dl class="docutils">
510 <dt>Run the Native Client Module in the NaCl64 platform</dt> 510 <dt>Run the Native Client Module in the NaCl64 platform</dt>
511 <dd>You are still running the STEP6 code, but as a Native Client module rather 511 <dd>You are still running the STEP6 code, but as a Native Client module rather
512 than a Pepper plugin.</dd> 512 than a Pepper plugin.</dd>
513 </dl> 513 </dl>
514 </section> 514 </section>
515 515
516 {{/partials.standard_nacl_api}} 516 {{/partials.standard_nacl_article}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698