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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/install_static/README.md
diff --git a/chrome/install_static/README.md b/chrome/install_static/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..e4754e1c74e98b4f0954f7ee668c12efa8e08c98
--- /dev/null
+++ b/chrome/install_static/README.md
@@ -0,0 +1,10 @@
+# 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`.

Powered by Google App Engine
This is Rietveld 408576698