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

Unified Diff: native_client_sdk/doc_generated/devguide/devcycle/debugging.html

Issue 403073003: [NaClSDK] Docs: Fix another manifest "typo" w/ portable dict. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | native_client_sdk/src/doc/devguide/devcycle/debugging.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/doc_generated/devguide/devcycle/debugging.html
diff --git a/native_client_sdk/doc_generated/devguide/devcycle/debugging.html b/native_client_sdk/doc_generated/devguide/devcycle/debugging.html
index c1bf30e1980b808f8d715f3cb457621dba499513..f05420a00e171b959f51d6f7e9e4a4f1502fb4f4 100644
--- a/native_client_sdk/doc_generated/devguide/devcycle/debugging.html
+++ b/native_client_sdk/doc_generated/devguide/devcycle/debugging.html
@@ -233,13 +233,15 @@ that copy in your application&#8217;s manifest file:</p>
<pre class="prettyprint">
{
&quot;program&quot;: {
- &quot;pnacl-translate&quot;: {
- &quot;url&quot;: &quot;release_version.pexe&quot;,
- &quot;optlevel&quot;: 2
- },
- &quot;pnacl-debug&quot;: {
- &quot;url&quot;: &quot;debug_version.bc&quot;,
- &quot;optlevel&quot;: 0
+ &quot;portable&quot;: {
+ &quot;pnacl-translate&quot;: {
+ &quot;url&quot;: &quot;release_version.pexe&quot;,
+ &quot;optlevel&quot;: 2
+ },
+ &quot;pnacl-debug&quot;: {
+ &quot;url&quot;: &quot;debug_version.bc&quot;,
+ &quot;optlevel&quot;: 0
+ }
}
}
}
« no previous file with comments | « no previous file | native_client_sdk/src/doc/devguide/devcycle/debugging.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698