tree: 5f3bb5466206e4e698132645dfcde1bc819eefd1 [path history] [tgz]
  1. BUILD.gn
  2. chromium_install_modes.cc
  3. chromium_install_modes.h
  4. DEPS
  5. google_chrome_install_modes.cc
  6. google_chrome_install_modes.h
  7. install_constants.h
  8. install_details.cc
  9. install_details.h
  10. install_details_unittest.cc
  11. install_modes.cc
  12. install_modes.h
  13. install_modes_unittest.cc
  14. install_util.cc
  15. install_util.h
  16. install_util_unittest.cc
  17. OWNERS
  18. product_install_details.cc
  19. product_install_details.h
  20. product_install_details_unittest.cc
  21. README.md
chrome/install_static/README.md

Install Static Library

The install_static library for Windows contains the minimum functionality to determine the fundamental properties of Chrome's installation plus various installation-related utility functions. It has no dependencies beyond kernel32.dll and version.dll, thereby making it suitable for use within chrome_elf.

Key concepts for the library are documented in install_modes.h, install_constants.h, and install_details.h.