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