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

Side by Side Diff: native_client_sdk/src/getting_started/part2/README

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, 10 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 unified diff | Download patch
OLDNEW
1 ====================================== 1 ======================================
2 C++ Tutorial: Getting Started (Part 2) 2 C++ Tutorial: Getting Started (Part 2)
3 ====================================== 3 ======================================
4 4
5 Please see the online documentation here: 5 Please see the online documentation here:
6 6
7 https://developers.google.com/native-client/devguide/tutorial 7 https://developers.google.com/native-client/devguide/tutorial
8 8
9 9
10 Part 2 of the tutorial is the same as part 1, except: 10 Part 2 of the tutorial is the same as part 1, except:
11 11
12 * The SDK build system is now used. This simplifies supporting multiple NaCl 12 * The SDK build system is now used. This simplifies supporting multiple NaCl
13 toolchains (e.g. PNaCl, newlib, GLibC). See $NACL_SDK_ROOT/README.Makefiles 13 toolchains (e.g. pnacl, clang-newlib, glibc). See
14 for more information about the SDK Build system. 14 $NACL_SDK_ROOT/README.Makefiles for more information about the SDK Build
15 system.
15 16
16 * The example loads common.js, a JavaScript file that has common code used in 17 * The example loads common.js, a JavaScript file that has common code used in
17 all of the SDK examples. 18 all of the SDK examples.
18 19
19 * index.html has been simplified, and all JavaScript code has been moved to 20 * index.html has been simplified, and all JavaScript code has been moved to
20 separate .js files. This makes the example Content Security Policy 21 separate .js files. This makes the example Content Security Policy
21 (CSP)-compliant. See 22 (CSP)-compliant. See
22 http://developer.chrome.com/apps/contentSecurityPolicy.html for more details. 23 http://developer.chrome.com/apps/contentSecurityPolicy.html for more details.
23 CSP-compliance is required for Chrome Packaged apps. 24 CSP-compliance is required for Chrome Packaged apps.
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/sdk/release-notes.rst ('k') | native_client_sdk/src/getting_started/part2/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698