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

Unified Diff: native_client_sdk/src/doc/reference/nacl-manifest-format.rst

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
Index: native_client_sdk/src/doc/reference/nacl-manifest-format.rst
diff --git a/native_client_sdk/src/doc/reference/nacl-manifest-format.rst b/native_client_sdk/src/doc/reference/nacl-manifest-format.rst
index 6f736a8470dfc5de2609f88822db81c81eeb83a2..501cb26793ced91dd10dfa294417d68115337975 100644
--- a/native_client_sdk/src/doc/reference/nacl-manifest-format.rst
+++ b/native_client_sdk/src/doc/reference/nacl-manifest-format.rst
@@ -133,19 +133,17 @@ Example of a ``program`` for dynamically linked Native Client executables
files
-----
-The ``files`` 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
-`URL Loader interfaces
-<https://developers.google.com/native-client/peppercpp/classpp_1_1_u_r_l_loader>`_
-to load resources instead). However, the ``files`` manifest field
-is important for dynamically linked executables, which must
-load files before PPAPI is initialized. The ``files`` 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
-(``.so``) for that architecture may be found.
+The ``files`` 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 `URL Loader interfaces
+</native-client/pepper_stable/cpp/classpp_1_1_u_r_l_loader>`_ to load resources
+instead). However, the ``files`` manifest field is important for dynamically
+linked executables, which must load files before PPAPI is initialized. The
+``files`` 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 (``.so``) for that
+architecture may be found.
Since ``program`` is used to refer to the dynamic linker that comes
with the NaCl port of glibc, the main program is specified in the

Powered by Google App Engine
This is Rietveld 408576698