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

Unified Diff: native_client_sdk/doc_generated/devguide/coding/application-structure.html

Issue 260883006: NaCL docs: add missing generated files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
Index: native_client_sdk/doc_generated/devguide/coding/application-structure.html
diff --git a/native_client_sdk/doc_generated/devguide/coding/application-structure.html b/native_client_sdk/doc_generated/devguide/coding/application-structure.html
index 083b73aaf70469a36fe228f2e6f82e839afa9773..a11581f39607917224b6681e031789e90898b81b 100644
--- a/native_client_sdk/doc_generated/devguide/coding/application-structure.html
+++ b/native_client_sdk/doc_generated/devguide/coding/application-structure.html
@@ -74,9 +74,10 @@ Native Client modules the type must be &#8220;application/x-nacl&#8221;</dd>
manifest file and a Native Client manifest file.</p>
<p>A <strong>Chrome Web Store manifest file</strong> is a file with information about a web
application that is published in the Chrome Web Store. This file, named
-<code>manifest.json</code>, is required for applications that are published in the Chrome
-Web Store. For more information about this file see <a class="reference internal" href="/native-client/devguide/distributing.html"><em>Distributing Your
-Application</em></a>. and the <a class="reference external" href="http://code.google.com/chrome/extensions/manifest.html">Chrome Web Store manifest file format</a>.</p>
+<code>manifest.json</code>, is required for applications that are published in the
+Chrome Web Store. For more information about this file see <a class="reference internal" href="/native-client/devguide/distributing.html"><em>Distributing
+Your Application</em></a>. and the <a class="reference external" href="/extensions/manifest">Chrome Web Store manifest file
+format</a>.</p>
<p>A <strong>Native Client manifest file</strong> is a file that specifies which Native Client
module (executable) to load. For PNaCl it specifies a single portable
executable; otherwise it specifies one for each of the supported end-user

Powered by Google App Engine
This is Rietveld 408576698