libchrome: add mojom-parser-external-modules.patch

Add a patch from upstream libchrome which allows mojom_parser.py to
search for external Mojom modules. This will allow Chrome OS packages to
import mojom files and use generated Mojo code from other packages.

BUG=b:175791454
TEST=emerge-fizz-cfm libchrome

Change-Id: I003aa556534912414ed0d1f4b19118b214962658
Reviewed-on: https://chromium-review.googlesource.com/c/aosp/platform/external/libchrome/+/3018784
Commit-Queue: Paul Moy <[email protected]>
Tested-by: Paul Moy <[email protected]>
Reviewed-by: Hidehiko Abe <[email protected]>
2 files changed
tree: 2743afc6837026504f50232da72b669ca49798fc
  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. BASE_VER
  17. BUILD.gn
  18. BUILD.IGNORE
  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.