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

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.