[profile] Fix gn dependencies when building with profile variant.

The gn build was failing when building with the profile variant. See:
https://logs.chromium.org/logs/fuchsia/buildbucket/cr-buildbucket.appspot.com/8931249446531584016/+/steps/build/0/steps/build_fuchsia/0/steps/gn_gen/0/stdout

This fixes it by forwarding the target deps to the package.

TEST=Run gn gen with variant profile, and check that the project builds.

Change-Id: I3c4eb8c26d4bfabd5e0088fda73987810ebd25f4
1 file changed
tree: f83c58b71a5c02856a012e37f34c17b983bf0136
  1. bin/
  2. boards/
  3. build/
  4. cloud/
  5. docs/
  6. examples/
  7. infra/
  8. lib/
  9. manifest/
  10. packages/
  11. products/
  12. public/
  13. tests/
  14. third_party/
  15. web/
  16. .clang-format
  17. .clang-tidy
  18. .gitignore
  19. AUTHORS
  20. BUILD.gn
  21. CONTRIBUTING.md
  22. LICENSE
  23. navbar.md
  24. PATENTS
  25. README.md
README.md

Peridot

Peridot is a framework for composed, intelligent and distributed user experiences.

Applications not explicitly designed to interoperate (and possibly implemented in different programming languages) are ephemerally downloaded and dynamically composed to run in a shared context. The framework manages application lifecycle, resources and view hierarchy; and well as context and suggestion infrastructure.

State of Peridot experiences is transparently synchronized across user devices using a distributed offline-first storage system.

Read more