tree: 921fb395eb6446b4da9c7e339a68a6a34723c7dd [path history] [tgz]
  1. BUILD.gn
  2. lacros_chrome_service_delegate.h
  3. lacros_chrome_service_impl.cc
  4. lacros_chrome_service_impl.h
  5. OWNERS
  6. README.md
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.