[roll] Roll fuchsia [components] Make Dict::lock_entries() private

Make Dict::lock_entries() a private function. Move the methods on
DictEntries to Dict and remove DictEntries as redundant. Update call
sites and tests accordingly. These changes migrate internal Dict usage
to the equivalent of the fuchsia.component.sandbox.Dictionary public
API.

Tested: fx test component-manager-tests sandbox-unittests
Original-Fixed: 337873981
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1039112
Original-Revision: e8b6d60c7c27c86c30ed87e2a30e706c57a25ebb
GitOrigin-RevId: d1b3deeee3df7692e17e26405bb1de77af0c74c1
Change-Id: I9747b0e2a1000e728c011addc0a487fb7c5f224a
1 file changed
tree: 23020a7f71f97905cc79ad621868122b16d9c356
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.