tree: 216b92425500662c5eda1b4c26cfd7a6ea922d5d [path history] [tgz]
  1. dbus/
  2. BUILD.gn
  3. crosapi_pref_observer.cc
  4. crosapi_pref_observer.h
  5. DEPS
  6. DIR_METADATA
  7. lacros_paths.cc
  8. lacros_paths.h
  9. lacros_service.cc
  10. lacros_service.h
  11. lacros_service_never_blocking_state.cc
  12. lacros_service_never_blocking_state.h
  13. lacros_service_unittest.cc
  14. lacros_test_helper.cc
  15. lacros_test_helper.h
  16. native_theme_cache.cc
  17. native_theme_cache.h
  18. OWNERS
  19. README.md
  20. system_idle_cache.cc
  21. 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.