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

Unified Diff: native_client_sdk/doc_generated/reference/nacl-manifest-format.html

Issue 254033002: [NaCl SDK Docs] Remove links to developers.google.com (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
« no previous file with comments | « native_client_sdk/doc_generated/overview.html ('k') | native_client_sdk/doc_generated/sdk/examples.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/doc_generated/reference/nacl-manifest-format.html
diff --git a/native_client_sdk/doc_generated/reference/nacl-manifest-format.html b/native_client_sdk/doc_generated/reference/nacl-manifest-format.html
index d35f416e3d05ebf53822e0cf8b1c9dffc657e72e..763244f3740aee7b169f415a5458be659a8aa920 100644
--- a/native_client_sdk/doc_generated/reference/nacl-manifest-format.html
+++ b/native_client_sdk/doc_generated/reference/nacl-manifest-format.html
@@ -129,18 +129,16 @@ command line switch, or via <code>about://flags</code>.</p>
</pre>
</section></section><section id="files">
<h3 id="files">files</h3>
-<p>The <code>files</code> field specifies a dictionary of file resources to be
-used by a Native Client application. This is not supported and
-not needed by Portable Native Client applications (use the PPAPI
-<a class="reference external" href="https://developers.google.com/native-client/peppercpp/classpp_1_1_u_r_l_loader">URL Loader interfaces</a>
-to load resources instead). However, the <code>files</code> manifest field
-is important for dynamically linked executables, which must
-load files before PPAPI is initialized. The <code>files</code> dictionary
-should include the main dynamic program and its dynamic libraries.
-There should be one file entry that corresponds to each a
-dynamic library. Each file entry is a dictionary of supported architectures
-and the URLs where the appropriate Native Client shared object
-(<code>.so</code>) for that architecture may be found.</p>
+<p>The <code>files</code> field specifies a dictionary of file resources to be used by a
+Native Client application. This is not supported and not needed by Portable
+Native Client applications (use the PPAPI <a class="reference external" href="/native-client/pepper_stable/cpp/classpp_1_1_u_r_l_loader">URL Loader interfaces</a> to load resources
+instead). However, the <code>files</code> manifest field is important for dynamically
+linked executables, which must load files before PPAPI is initialized. The
+<code>files</code> dictionary should include the main dynamic program and its dynamic
+libraries. There should be one file entry that corresponds to each a dynamic
+library. Each file entry is a dictionary of supported architectures and the
+URLs where the appropriate Native Client shared object (<code>.so</code>) for that
+architecture may be found.</p>
<p>Since <code>program</code> is used to refer to the dynamic linker that comes
with the NaCl port of glibc, the main program is specified in the
<code>files</code> dictionary. The main program is specified under the
« no previous file with comments | « native_client_sdk/doc_generated/overview.html ('k') | native_client_sdk/doc_generated/sdk/examples.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698