Revert "Reland "Whitespace change to kick off luci jobs""

This reverts commit 4942f9f51a0f2bad8681e5d1d26ff3ccc6e9d647.

Reason for revert: Kick off again

Original change's description:
> Reland "Whitespace change to kick off luci jobs"
> 
> This reverts commit 77e8a21d75e27de0d9fa04f52912cf7c74b3e867.
> 
> Reason for revert: Kickoff again
> 
> Original change's description:
> > Revert "Whitespace change to kick off luci jobs"
> > 
> > This reverts commit 0a6e2d0dcbc5640d2228e335b20e7c376f5b0136.
> > 
> > Reason for revert: Kick off again
> > 
> > Original change's description:
> > > Whitespace change to kick off luci jobs
> > > 
> > > Bug: 868204
> > > TBR: dschuff
> > > Change-Id: I948fc9918b8192e1042492fe1a4790fbdcb724ae
> > > Reviewed-on: https://chromium-review.googlesource.com/1161054
> > > Reviewed-by: Ryan Tseng <hinoka@chromium.org>
> > 
> > TBR=dschuff@chromium.org,hinoka@chromium.org
> > 
> > Change-Id: I4e6185fb6f521e420ffecca31e42cc646c659e29
> > No-Presubmit: true
> > No-Tree-Checks: true
> > No-Try: true
> > Bug: 868204
> > Reviewed-on: https://chromium-review.googlesource.com/1161125
> > Reviewed-by: Ryan Tseng <hinoka@chromium.org>
> > Commit-Queue: Ryan Tseng <hinoka@chromium.org>
> 
> TBR=dschuff@chromium.org,hinoka@chromium.org
> 
> Change-Id: I8fff87643d3fb18e640467e9c5e451df11c7553b
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: 868204
> Reviewed-on: https://chromium-review.googlesource.com/1161126
> Reviewed-by: Ryan Tseng <hinoka@chromium.org>
> Commit-Queue: Ryan Tseng <hinoka@chromium.org>

TBR=dschuff@chromium.org,hinoka@chromium.org

Change-Id: Id9cb1311b5a388b045471ef81ff7a0fa271b12d0
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 868204
Reviewed-on: https://chromium-review.googlesource.com/1161127
Reviewed-by: Ryan Tseng <hinoka@chromium.org>
Commit-Queue: Ryan Tseng <hinoka@chromium.org>
1 file changed
tree: af9880f120852440c206fbc86a39dd223b8e1d6b
  1. build/
  2. buildbot/
  3. docs/
  4. documentation/
  5. infra/
  6. pnacl/
  7. pynacl/
  8. site_scons/
  9. src/
  10. tests/
  11. toolchain_build/
  12. toolchain_revisions/
  13. tools/
  14. .gitignore
  15. .gn
  16. AUTHORS
  17. BUILD.gn
  18. codereview.settings
  19. config.gni
  20. COPYING
  21. DEPS
  22. LICENSE
  23. NOTICE
  24. OWNERS
  25. PRESUBMIT.py
  26. README.md
  27. run.py
  28. scons
  29. scons.bat
  30. scons.py
  31. SConstruct
  32. whitespace.txt
README.md

Native Client

Welcome to Native Client. For the latest information about Native Client, see the Native Client project page.

Documentation

Most of the Native Client project documentation is available online:

Directory structure

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.