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

Unified Diff: chrome/browser/BUILD.gn

Issue 2854983002: Add the ThirdPartyModules.Uninstallable histogram. (Closed)
Patch Set: Created 3 years, 8 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
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",
« no previous file with comments | « no previous file | chrome/browser/conflicts/installed_programs_win.h » ('j') | chrome/browser/conflicts/installed_programs_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698