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

Unified Diff: native_client_sdk/src/doc/devguide/devcycle/building.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/building.rst
diff --git a/native_client_sdk/src/doc/devguide/devcycle/building.rst b/native_client_sdk/src/doc/devguide/devcycle/building.rst
index ea1875918e98716c3b66d93b046c0bf9db900d3e..e96158b5b525036e2aad5f08723295426aaed71a 100644
--- a/native_client_sdk/src/doc/devguide/devcycle/building.rst
+++ b/native_client_sdk/src/doc/devguide/devcycle/building.rst
@@ -581,9 +581,9 @@ The header files are in:
* ARM toolchain: ``toolchain/<platform>_arm_<c_library>/arm-nacl/include``
Many other libraries have been ported for use with Native Client; for more
-information, see the `naclports <http://code.google.com/p/naclports/>`_
+information, see the `webports <https://chromium.googlesource.com/webports>`_
project. If you port an open-source library for your own use, we recommend
-adding it to naclports.
+adding it to webports.
Besides the standard libraries, the SDK includes Pepper libraries.
The PNaCl Pepper libraries are located in the the
@@ -633,8 +633,8 @@ libppapi_simple.a
* Since the Native Client toolchains use their own library and header search
paths, the tools won't find third-party libraries you use in your
non-Native-Client development. If you want to use a specific third-party
- library for Native Client development, look for it in `naclports
- <http://code.google.com/p/naclports/>`_, or port the library yourself.
+ library for Native Client development, look for it in `webports
+ <https://chromium.googlesource.com/webports>`_, or port the library yourself.
* The order in which you list libraries in your build commands is important,
since the linker searches and processes libraries in the order in which they
are specified. See the ``\*_LDFLAGS`` variables in the Makefiles of the SDK
« no previous file with comments | « native_client_sdk/src/doc/cds2014/python.rst ('k') | native_client_sdk/src/doc/devguide/devcycle/dynamic-loading.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698