Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Fix base/debug/debugging_buildflags.h not found in install_verification #585

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions chromium_src/chrome/browser/safe_browsing/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ source_set("install_verification") {
"//chrome/browser/install_verification/win/module_verification_common.h",
"//electron/chromium_src/chrome/browser/install_verification/win/module_ids.cc",
]

public_deps = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this need to be public?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, deps seems sufficient and I still couldn't reproduce this per discussion on Slack

"//base",
]
}

source_set("ui_extensions") {
Expand Down