Commit e39cf616 authored by Michał Pichliński's avatar Michał Pichliński Committed by Commit Bot

Added missing eventlog_messages dependency in chrome_watcher.

Bug: 854179
Change-Id: Icee4af543850a30116e811f32a16c38b3498bcf2
Reviewed-on: https://chromium-review.googlesource.com/1106145Reviewed-by: default avatarJochen Eisinger <jochen@chromium.org>
Commit-Queue: Michal Pichlinski <mpichlinski@opera.com>
Cr-Commit-Position: refs/heads/master@{#568832}
parent b7e58d9d
...@@ -60,6 +60,7 @@ shared_library("chrome_watcher") { ...@@ -60,6 +60,7 @@ shared_library("chrome_watcher") {
"//base", "//base",
"//base:base_static", "//base:base_static",
"//chrome/common:non_code_constants", "//chrome/common:non_code_constants",
"//chrome/common/win:eventlog_messages",
"//chrome/install_static:secondary_module", "//chrome/install_static:secondary_module",
"//chrome_elf", "//chrome_elf",
"//components/browser_watcher", "//components/browser_watcher",
......
...@@ -8,6 +8,7 @@ import("//chrome/process_version_rc_template.gni") ...@@ -8,6 +8,7 @@ import("//chrome/process_version_rc_template.gni")
message_compiler("eventlog_messages") { message_compiler("eventlog_messages") {
visibility = [ visibility = [
"//chrome/chrome_watcher:chrome_watcher",
"//chrome/common:common", "//chrome/common:common",
":eventlog_provider", ":eventlog_provider",
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment