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

Unified Diff: native_client_sdk/src/getting_started/part2/index.html

Issue 1655873003: [NaCl SDK] Cleanup references to old newlib toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_pepper_50
Patch Set: Created 4 years, 11 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/getting_started/part2/index.html
diff --git a/native_client_sdk/src/getting_started/part2/index.html b/native_client_sdk/src/getting_started/part2/index.html
index 2dd2f500a89102fe49048d905eea87722d541861..af5196d0bcb7438038d908e65e9adb0c26b3637f 100644
--- a/native_client_sdk/src/getting_started/part2/index.html
+++ b/native_client_sdk/src/getting_started/part2/index.html
@@ -13,9 +13,9 @@
<script type="text/javascript" src="example.js"></script>
</head>
<!--
-For the SDK examples, we support several toolchains (e.g. PNaCl, newlib,
-GLibC). In your own code, you'll likely just choose one toolchain (probably
-PNaCl), and load that directly.
+For the SDK examples, we support several toolchains (e.g. pnacl, clang-newlib,
+glibc). In your own code, you'll likely just choose one toolchain (probably
+pnacl), and load that directly.
Rather than have each example repeat the same module loading code for each
toolchain it supports, we set custom data attributes on the body. Those

Powered by Google App Engine
This is Rietveld 408576698