| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index e975e3e0f8f3d243296a4b7c0fab380f9adba013..6dc447a7755f8514c0a8af9b2293dd8569cfd799 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -461,6 +461,7 @@ static_library("common") {
|
|
|
| if (is_win) {
|
| public_deps += [
|
| + "//chrome/common/win:eventlog_messages",
|
| "//chrome/install_static:install_static_util",
|
| "//components/dom_distiller/core", # Needed by chrome_content_client.cc.
|
| "//third_party/wtl",
|
|
|