tree: 0477fd01ac7704e38511a9cccaa4b4c3377ba146 [path history] [tgz]
  1. BUILD.gn
  2. glib_bridge.cc
  3. glib_bridge.h
  4. glib_bridge_export.h
  5. glib_bridge_test.cc
  6. glib_logger.cc
  7. glib_logger.h
  8. glib_scopers.h
  9. glib_structured_logger_test.cc
  10. glib_unstructured_logger_test.cc
  11. OWNERS
  12. README.md
glib-bridge/README.md

glib-bridge: message loop interoperation

New code in platform2 should not be written on top of glib. However, it is sometimes unavoidable that we use libraries that were written on top of it. Instead of forcing us to write all of our code on top of glib as well, this library provides a bridge to run the glib message loop on top of libchrome's message loop.