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

Unified Diff: native_client_sdk/src/doc/devguide/devcycle/dynamic-loading.rst

Issue 1531683006: [NaCl SDK] Remove references to naclports bundle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/devguide/devcycle/dynamic-loading.rst
diff --git a/native_client_sdk/src/doc/devguide/devcycle/dynamic-loading.rst b/native_client_sdk/src/doc/devguide/devcycle/dynamic-loading.rst
index 211aaef1ec047485329641a3f4f45263ed2cccff..3958d8aeb08ff97285ff20224078a739adf22a25 100644
--- a/native_client_sdk/src/doc/devguide/devcycle/dynamic-loading.rst
+++ b/native_client_sdk/src/doc/devguide/devcycle/dynamic-loading.rst
@@ -310,9 +310,9 @@ As described above, an application's manifest file must explicitly list all the
executable code modules that the application directly depends on, including
modules from the application itself (``.nexe`` and ``.so`` files), modules from
the Native Client SDK (e.g., ``libppapi_cpp.so``), and perhaps also modules from
-`naclports <http://code.google.com/p/naclports/>`_ or from `middleware systems
-<../../community/middleware>`_ that the application uses. You must provide all
-of those modules as part of the application deployment process.
+`webports <https://chromium.googlesource.com/webports>`_ or from `middleware
+systems <../../community/middleware>`_ that the application uses. You must
+provide all of those modules as part of the application deployment process.
As explained in :doc:`Distributing Your Application <../distributing>`, there
are two basic ways to deploy a `Chrome app </apps>`_:

Powered by Google App Engine
This is Rietveld 408576698