tree: 37e598796686b8cd6ccc14463587d069faaa6a2d [path history] [tgz]
  1. BUILD.gn
  2. DEPS
  3. lacros_dbus_helper.cc
  4. lacros_dbus_helper.h
  5. lacros_dbus_thread_manager.cc
  6. lacros_dbus_thread_manager.h
  7. lacros_service.cc
  8. lacros_service.h
  9. lacros_service_never_blocking_state.cc
  10. lacros_service_never_blocking_state.h
  11. lacros_test_helper.cc
  12. lacros_test_helper.h
  13. native_theme_cache.cc
  14. native_theme_cache.h
  15. OWNERS
  16. README.md
  17. system_idle_cache.cc
  18. system_idle_cache.h
chromeos/lacros/README.md

This directory contains the lacros-chrome client implementation of the ChromeOS API (//chromeos/crosapi). This is primarily glue code that allows lacros-chrome to access interfaces exposed by ash-chrome.

Examples of contained functionality include:

  • Device interaction (e.g. querying displays)
  • System provided UI components (e.g. file picker)

The closest equivalent on other operating systems would be a client-side library that provides OS-specific functionality, such as Win32 or Cocoa.