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

Unified Diff: chrome/browser/BUILD.gn

Issue 2854143005: Add a utility class to retrieve the components of an MSI product (Closed)
Patch Set: Rebase Created 3 years, 7 months 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
« no previous file with comments | « no previous file | chrome/browser/conflicts/msi_util_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 3aab0f06f5bab0e1a7725aed1435d0efe9871d99..cdb9db17d52a63cbb5b834bc09df2d7ef2366bfd 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -45,6 +45,7 @@ if (is_win) {
"netapi32.lib",
"ndfapi.lib", # Used by browser/net/net_error_diagnostics_dialog_win.h
"pdh.lib", # Used by browser/private_working_set_snapshot.h
+ "msi.lib", # Used by browser/conflicts/msi_util_win.h
]
ldflags = [
"/DELAYLOAD:ndfapi.dll",
@@ -273,6 +274,8 @@ split_static_library("browser") {
"conflicts/module_info_win.h",
"conflicts/module_inspector_win.cc",
"conflicts/module_inspector_win.h",
+ "conflicts/msi_util_win.cc",
+ "conflicts/msi_util_win.h",
"content_settings/chrome_content_settings_utils.cc",
"content_settings/chrome_content_settings_utils.h",
"content_settings/cookie_settings_factory.cc",
« no previous file with comments | « no previous file | chrome/browser/conflicts/msi_util_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698