[win] Create utilities for helping to populate ModuleDatabase.
Further CLs will move (and test!) the rest of the enumerate_modules_model logic to this collection of helper functions.
BUG=662084
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win10_chromium_x64_rel_ng
Review-Url: https://codereview.chromium.org/2653333002
Cr-Commit-Position: refs/heads/master@{#448536}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 798c4d1..b3629c3 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -260,6 +260,8 @@
"conflicts/module_database_win.h",
"conflicts/module_event_sink_impl_win.cc",
"conflicts/module_event_sink_impl_win.h",
+ "conflicts/module_info_util_win.cc",
+ "conflicts/module_info_util_win.h",
"content_settings/chrome_content_settings_utils.cc",
"content_settings/chrome_content_settings_utils.h",
"content_settings/cookie_settings_factory.cc",