| Index: chrome/browser/BUILD.gn
 | 
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
 | 
| index f1bae98bf51ef2a0e89c5813747c8671711c01fd..38480acf565b735135e2bb95754a1845563c8de9 100644
 | 
| --- a/chrome/browser/BUILD.gn
 | 
| +++ b/chrome/browser/BUILD.gn
 | 
| @@ -261,6 +261,10 @@ split_static_library("browser") {
 | 
|      "component_updater/sw_reporter_installer_win.h",
 | 
|      "component_updater/swiftshader_component_installer.cc",
 | 
|      "component_updater/swiftshader_component_installer.h",
 | 
| +    "conflicts/module_database_win.cc",
 | 
| +    "conflicts/module_database_win.h",
 | 
| +    "conflicts/module_event_sink_impl_win.cc",
 | 
| +    "conflicts/module_event_sink_impl_win.h",
 | 
|      "content_settings/chrome_content_settings_utils.cc",
 | 
|      "content_settings/chrome_content_settings_utils.h",
 | 
|      "content_settings/cookie_settings_factory.cc",
 | 
| 
 |