Automated commit: libchrome r1001756 uprev

Merge with upstream commit r28e048a54f729d1896ab0896c8578a2afe2ffeeb.
* set USE_RUNTIME_VLOG as 1 in base/logging_buildflags.h
  r1000043 (crrev.com/c/3334864) added the buildflag. If it is set to 0,
  vlog level will not be modifiable at runtime and will cause unittests
  of e.g. authpolicy and vpn-manager which test behavior dependent on
  changing vlog level to fail.

BUG=b:238297537
TEST=CQ

Change-Id: I5ad057dbe75f2cd7b630bd0e27e941b1d1077a20
tree: af0ea6bf0e33e9e12c4109d310103974e02406b0
  1. base/
  2. build/
  3. components/
  4. crypto/
  5. dbus/
  6. device/
  7. ipc/
  8. libchrome_tools/
  9. mojo/
  10. soong/
  11. testing/
  12. third_party/
  13. ui/
  14. .gitignore
  15. BASE_VER
  16. BUILD.gn
  17. BUILD.IGNORE
  18. DIR_METADATA
  19. MODULE_LICENSE_BSD
  20. NOTICE
  21. OWNERS
  22. PRESUBMIT.cfg
  23. README.md
  24. testrunner.cc
  25. unblocked_terms.txt
README.md

libchrome

Overview

This directory includes the source from Chrome's libbase for use in Chrome OS.

See libchrome.md for more info.