Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Side by Side Diff: chrome/install_static/README.md

Issue 2422643002: Windows install_static refactor. (Closed)
Patch Set: sync to position 431863 Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Install Static Library
2
3 The install_static library for Windows contains the minimum functionality to
4 determine the fundamental properties of Chrome's installation plus various
5 installation-related utility functions. It has no dependencies beyond
6 kernel32.dll and version.dll, thereby making it suitable for use within
7 chrome_elf.
8
9 Key concepts for the library are documented in `install_modes.h`,
10 `install_constants.h`, and `install_details.h`.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698