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

Unified Diff: chrome/browser/BUILD.gn

Issue 2854143005: Add a utility class to retrieve the components of an MSI product (Closed)
Patch Set: Basing the patch on another cl 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') | chrome/browser/conflicts/msi_util_win.cc » ('J')
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 e4825bcf12c2741d3a584a26c1085b31755fffe0..c0f338a5dd8e7e9c93a86b27733a9136b7983cad 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -44,6 +44,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",
@@ -272,6 +273,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') | chrome/browser/conflicts/msi_util_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698