Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
dbus 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
crosapi_pref_observer.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
crosapi_pref_observer.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
lacros_paths.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
lacros_paths.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
lacros_service.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
lacros_service.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
lacros_service_never_blocking_state.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
lacros_service_never_blocking_state.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
lacros_test_helper.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
lacros_test_helper.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
native_theme_cache.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
native_theme_cache.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
system_idle_cache.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
system_idle_cache.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

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.