Commit f4826905 authored by jvoung@chromium.org's avatar jvoung@chromium.org

[NaClSDK] Docs: Fix another manifest "typo" w/ portable dict.

Similar to 283576 (was probably copy-pasted).

BUG=none

NOTRY=true

Review URL: https://codereview.chromium.org/403073003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284442 0039d316-1c4b-4281-b951-d872f2087c98
parent f98f5f27
...@@ -233,13 +233,15 @@ that copy in your application&#8217;s manifest file:</p> ...@@ -233,13 +233,15 @@ that copy in your application&#8217;s manifest file:</p>
<pre class="prettyprint"> <pre class="prettyprint">
{ {
&quot;program&quot;: { &quot;program&quot;: {
&quot;pnacl-translate&quot;: { &quot;portable&quot;: {
&quot;url&quot;: &quot;release_version.pexe&quot;, &quot;pnacl-translate&quot;: {
&quot;optlevel&quot;: 2 &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;pnacl-debug&quot;: {
&quot;optlevel&quot;: 0 &quot;url&quot;: &quot;debug_version.bc&quot;,
&quot;optlevel&quot;: 0
}
} }
} }
} }
......
...@@ -245,13 +245,15 @@ that copy in your application's manifest file: ...@@ -245,13 +245,15 @@ that copy in your application's manifest file:
{ {
"program": { "program": {
"pnacl-translate": { "portable": {
"url": "release_version.pexe", "pnacl-translate": {
"optlevel": 2 "url": "release_version.pexe",
}, "optlevel": 2
"pnacl-debug": { },
"url": "debug_version.bc", "pnacl-debug": {
"optlevel": 0 "url": "debug_version.bc",
"optlevel": 0
}
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment