| commit | 78751ab2bd2918cdbe4d849412463351088d2e90 | [log] [tgz] |
|---|---|---|
| author | Fabian Sommer <[email protected]> | Mon Mar 10 15:45:00 2025 |
| committer | Derek Schuff <[email protected]> | Mon Mar 10 16:55:39 2025 |
| tree | 58639ea578596598b3f32c04ff8570e4a7b8462a | |
| parent | bcb2019294eebe8f13d3dd624d2f9982dabe6153 [diff] |
Update revision for Saigo Update a4ea8c1d3f066dd9ff0d41be07d2ea02d00cee9b -> bcb2019294eebe8f13d3dd624d2f9982dabe6153 Pull the following Saigo changes into NaCl: bcb2019: ([email protected]) Rebase saigo BUG= <none> R= [email protected] TEST=git cl try (Please LGTM this change and tick the "commit" box) Change-Id: I9c4e567e899d02b751e30fa0fd1d23241b951c14 Reviewed-on: https://chromium-review.googlesource.com/c/native_client/src/native_client/+/6330347 Reviewed-by: Derek Schuff <[email protected]> Auto-Submit: Fabian Sommer <[email protected]>
Native Client is a deprecated sandboxing technology. It is currently used by a few third party chrome extensions and chrome apps. Many of the original project pages are not longer available. Some documentation can be found at:
The following list describes major files and directories that you‘ll see in your working copy of the repository, including some directories that don’t exist until you've built Native Client. Paths are relative to the native_client directory.
COPYING NOTICE README.md RELEASE_NOTES documentation/: Documentation, release, and license information.
SConstruct scons.bat scons scons-out/ site_scons/: Build-related files. The scons.bat and scons files, with data from SConstruct, let you build Native Client and its tests. The scons-out and site-scons directories don‘t exist in the git repository; they’re created when Native Client is built. The scons-out/*/staging directories contain files, such as the Native Client plug-in and compiled examples, that let you use and test Native Client.
src/: Core source code for Native Client.
src/include/: Header files that are missing from some platforms and are used by more than one major part of Native Client
src/shared/: Source code that's used by both trusted code (such as the service runtime) and untrusted code (such as Native Client modules)
src/third_party: Other people's source code
src/trusted/: Source code that's used only by trusted code
src/untrusted/: Source code that's used only by untrusted code
tests/common/: Source code for examples and tests.
../third_party/: Third-party source code and binaries that aren't part of the service runtime. When built, the Native Client toolchain is in src/third_party/nacl_sdk/.
tools/: Utilities such as the plug-in installer.