[check-system] Make cobalt-client check-system clean

I'm not sure if we want to merge these source_set()s later, but this is
a relatively simple solution (of including the headers into the
source_sets where they're used).

e.g.:

    ERROR at //zircon/system/ulib/cobalt-client/cobalt_logger.cc:19:11: Include not allowed.
    #include <cobalt-client/cpp/histogram_internal.h>
              ^-------------------------------------
    It is not in any dependency of
      //zircon/system/ulib/cobalt-client:cobalt-collector
    The include file is in the target(s):
      //zircon/system/ulib/cobalt-client:cobalt-metrics
    which should somehow be reachable.

Bug: 55166
Fixed: 55694
Change-Id: I3fa789345b2137188409e8d1cc8280a1e8349c5a
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/404982
Commit-Queue: Scott Graham <scottmg@google.com>
Reviewed-by: Gianfranco Valentino <gevalentino@google.com>
1 file changed
tree: f61de1d9eb3cf92c8bbcb436ad78dcb15801caa7
  1. boards/
  2. build/
  3. bundles/
  4. cts/
  5. docs/
  6. examples/
  7. garnet/
  8. products/
  9. scripts/
  10. sdk/
  11. src/
  12. third_party/
  13. tools/
  14. zircon/
  15. .clang-format
  16. .clang-tidy
  17. .gitattributes
  18. .gitignore
  19. .gn
  20. .style.yapf
  21. AUTHORS
  22. BUILD.gn
  23. CODE_OF_CONDUCT.md
  24. CONTRIBUTING.md
  25. LICENSE
  26. OWNERS
  27. PATENTS
  28. README.md
  29. rustfmt.toml
README.md

Fuchsia

Pink + Purple == Fuchsia (a new operating system)

What is Fuchsia?

Fuchsia is a modular, capability-based operating system. Fuchsia runs on modern 64-bit Intel and ARM processors.

Fuchsia is an open source project with a code of conduct that we expect everyone who interacts with the project to respect.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See fuchsia.dev.