| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 938f0bddb9a0afdacef480666905ce7257ebc230..ca3dde5e192100edf428620f3a97978c345bc4db 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",
|
| @@ -261,6 +262,9 @@ split_static_library("browser") {
|
| "component_updater/supervised_user_whitelist_installer.h",
|
| "component_updater/sw_reporter_installer_win.cc",
|
| "component_updater/sw_reporter_installer_win.h",
|
| + "conflicts/installed_programs_win.cc",
|
| + "conflicts/installed_programs_win.h",
|
| + "conflicts/module_database_observer_win.h",
|
| "conflicts/module_database_win.cc",
|
| "conflicts/module_database_win.h",
|
| "conflicts/module_event_sink_impl_win.cc",
|
| @@ -271,6 +275,10 @@ 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",
|
| + "conflicts/third_party_metrics_recorder_win.cc",
|
| + "conflicts/third_party_metrics_recorder_win.h",
|
| "content_settings/chrome_content_settings_utils.cc",
|
| "content_settings/chrome_content_settings_utils.h",
|
| "content_settings/cookie_settings_factory.cc",
|
|
|