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