| OLD | NEW |
| 1 .. _tutorial: | 1 .. _tutorial: |
| 2 | 2 |
| 3 .. include:: /migration/deprecation.inc |
| 4 |
| 3 ###################################### | 5 ###################################### |
| 4 C++ Tutorial: Getting Started (Part 1) | 6 C++ Tutorial: Getting Started (Part 1) |
| 5 ###################################### | 7 ###################################### |
| 6 | 8 |
| 7 .. contents:: | 9 .. contents:: |
| 8 :local: | 10 :local: |
| 9 :backlinks: none | 11 :backlinks: none |
| 10 :depth: 2 | 12 :depth: 2 |
| 11 | 13 |
| 12 Overview | 14 Overview |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 applications and using the Pepper APIs. | 292 applications and using the Pepper APIs. |
| 291 * See the :doc:`Building </devguide/devcycle/building>`, :doc:`Running | 293 * See the :doc:`Building </devguide/devcycle/building>`, :doc:`Running |
| 292 </devguide/devcycle/running>`, and :doc:`Debugging pages | 294 </devguide/devcycle/running>`, and :doc:`Debugging pages |
| 293 </devguide/devcycle/debugging>` for information about how to build, run, and | 295 </devguide/devcycle/debugging>` for information about how to build, run, and |
| 294 debug Native Client applications. | 296 debug Native Client applications. |
| 295 * Check the `webports <https://chromium.googlesource.com/webports>`_ project to | 297 * Check the `webports <https://chromium.googlesource.com/webports>`_ project to |
| 296 see what libraries have been ported for use with Native Client. If you port an | 298 see what libraries have been ported for use with Native Client. If you port an |
| 297 open-source library for your own use, we recommend adding it to webports | 299 open-source library for your own use, we recommend adding it to webports |
| 298 (see `How to check code into webports | 300 (see `How to check code into webports |
| 299 <https://chromium.googlesource.com/webports/+/master/CONTRIBUTING.md>`_). | 301 <https://chromium.googlesource.com/webports/+/master/CONTRIBUTING.md>`_). |
| OLD | NEW |