Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 jaar geleden
..
README 4762b62e7d Publish DEPS for 106.0.5249.13 1 jaar geleden
example.dsc 4762b62e7d Publish DEPS for 106.0.5249.13 1 jaar geleden
example.js 4762b62e7d Publish DEPS for 106.0.5249.13 1 jaar geleden
hello_tutorial.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 jaar geleden
index.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 jaar geleden

README

======================================
C++ Tutorial: Getting Started (Part 2)
======================================

Please see the online documentation here:

https://developers.google.com/native-client/devguide/tutorial


Part 2 of the tutorial is the same as part 1, except:

* The SDK build system is now used. This simplifies supporting multiple NaCl
toolchains (e.g. pnacl, clang-newlib, glibc). See
$NACL_SDK_ROOT/README.Makefiles for more information about the SDK Build
system.

* The example loads common.js, a JavaScript file that has common code used in
all of the SDK examples.

* index.html has been simplified, and all JavaScript code has been moved to
separate .js files. This makes the example Content Security Policy
(CSP)-compliant. See
http://developer.chrome.com/apps/contentSecurityPolicy.html for more details.
CSP-compliance is required for Chrome Packaged apps.