libchrome: copy patches from overlay

Pathces will be applied from here instead of from overlay FILESDIR.

Patches that are conditional (based on use flags) or unused are not
copied here.
They are:
 - libchrome-Disable-memory-allocator.patch
 - libchrome-Disable-object-tracking.patch
 - libchrome-SequencedWorkerPool-allow-pools-of-one-thread.patch

BUG=chromium:1066447
TEST=emerge

Change-Id: I179fa29f6a0fe1444ec7033a92cf03a8b0c791bc
Reviewed-on: https://chromium-review.googlesource.com/c/aosp/platform/external/libchrome/+/2193735
Tested-by: Qijiang Fan <fqj@google.com>
Commit-Queue: Qijiang Fan <fqj@google.com>
Reviewed-by: Hidehiko Abe <hidehiko@chromium.org>
23 files changed
tree: dda76dd4c1f85c6eda80ba2f71495ea0a3bdf1e4
  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. Android.bp
  16. BUILD.gn
  17. BUILD.IGNORE
  18. MODULE_LICENSE_BSD
  19. NOTICE
  20. OWNERS
  21. PRESUBMIT.cfg
  22. README.md
  23. testrunner.cc
README.md

libchrome

Overview

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

See libchrome.md for more info.