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