Include watchdog.cc in libchrome

We are going to use the watchdog class to
watch for DLP daemon hangs that may result
in a kernel lock otherwise.
Watchdog is already used in Chrome, but not
compiled in libchrome.

BUG=b:272441332
TEST=emerge-$BOARD chromeos-base/libchrome

Change-Id: Ic4ef966a6769ab80c645ddfe5545027a90c234ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/libchrome/+/4355291
Reviewed-by: Qijiang YĆ«ki Ishii <fqj@google.com>
Commit-Queue: Sergey Poromov <poromov@chromium.org>
Tested-by: Sergey Poromov <poromov@chromium.org>
1 file changed
tree: b6307c27810e106d6670894aa5478a317ff50d8f
  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.