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

Unified Diff: native_client_sdk/doc_generated/sdk/examples.html

Issue 637873003: [DOCS] Edit references to Chrome 31 and earlier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback from patch set 2. Created 6 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/doc_generated/sdk/download.html ('k') | native_client_sdk/doc_generated/sitemap.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/doc_generated/sdk/examples.html
diff --git a/native_client_sdk/doc_generated/sdk/examples.html b/native_client_sdk/doc_generated/sdk/examples.html
index 306031f5fcdf1cbca97ca9a147cfa90397092399..6abae9eadb665e2decf82c8e2641695f8b7e2245 100644
--- a/native_client_sdk/doc_generated/sdk/examples.html
+++ b/native_client_sdk/doc_generated/sdk/examples.html
@@ -11,28 +11,7 @@ bundle. For example, if you&#8217;re developing with the <code>pepper_35</code>
must use Google Chrome version 35 or greater. To find out what version of Chrome
you&#8217;re using, type <code>about:chrome</code> or <code>about:version</code> in the Chrome address
bar.</p>
-<h2 id="enable-native-client"><span id="id1"></span>Enable Native Client</h2>
-<p>If you are using Chrome 31 or later, you can skip this section. To run Portable
-Native Client applications you must specifically enable Native Client in Chrome:</p>
-<ol class="arabic">
-<li><p class="first">Type <code>about:flags</code> in the Chrome address bar and scroll down to &#8220;Native
-Client&#8221;.</p>
-<ul class="small-gap">
-<li><p class="first">If the link below &#8220;Native Client&#8221; says &#8220;Disable&#8221;, then Native Client is
-already enabled and you don&#8217;t need to do anything else.</p>
-</li>
-</ul>
-<ul class="small-gap">
-<li><p class="first">If the link below &#8220;Native Client&#8221; says &#8220;Enable&#8221;, click the &#8220;Enable&#8221;
-link.</p>
-</li>
-</ul>
-</li>
-<li><p class="first">Scroll down to the bottom of the page, and click &#8220;Relaunch Now&#8221;. All browser
-windows will restart when you relaunch Chrome.</p>
-</li>
-</ol>
-<h2 id="build-the-sdk-examples"><span id="id2"></span>Build the SDK examples</h2>
+<h2 id="build-the-sdk-examples"><span id="id1"></span>Build the SDK examples</h2>
<p>The Makefile scripts for the SDK examples can build multiple versions of the
examples using any of the three SDK toolchains (newlib, glibc, and PNaCl) and in
both release and debug configurations. Note that some examples, <code>dlopen</code> for
@@ -108,7 +87,7 @@ make[1]: Entering directory 'pepper_35/examples/api/core'
(content excerpted)
...
</pre>
-<h3 id="build-results"><span id="id3"></span>Build results</h3>
+<h3 id="build-results"><span id="id2"></span>Build results</h3>
<p>After running <code>make</code>, example directories will contain one or more of the
following subdirectories, depending on which Makefile you run:</p>
<ul class="small-gap">
@@ -138,7 +117,7 @@ choosing Tools &gt; Developer tools.</li>
window.</li>
<li>Under the &#8220;General&#8221; settings, check the box next to &#8220;Disable cache&#8221;.</li>
</ol>
-<h3 id="run-the-examples"><span id="id4"></span>Run the examples</h3>
+<h3 id="run-the-examples"><span id="id3"></span>Run the examples</h3>
<p>To run the SDK examples, use the <code>make run</code> command:</p>
<pre class="prettyprint">
$ cd pepper_35/examples/api/core
@@ -200,7 +179,7 @@ $ make run_package
</pre>
<p>You can use <code>TOOLCHAIN</code> and <code>CONFIG</code> parameters as described above to run
with a different toolchain or configuration.</p>
-<h2 id="debugging-the-sdk-examples"><span id="id5"></span>Debugging the SDK examples</h2>
+<h2 id="debugging-the-sdk-examples"><span id="id4"></span>Debugging the SDK examples</h2>
<p>The NaCl SDK uses <a class="reference external" href="https://www.gnu.org/software/gdb/">GDB</a> to debug Native
Client code. The SDK includes a prebuilt version of GDB that is compatible with
NaCl code. To use it, run the <code>make debug</code> command from an example directory:</p>
« no previous file with comments | « native_client_sdk/doc_generated/sdk/download.html ('k') | native_client_sdk/doc_generated/sitemap.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698