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

Commit

Permalink
Fix Windows blob.mojom.h not found error by
Browse files Browse the repository at this point in the history
including "//content/public/browser" deps in order to access blink mojo bindings
  • Loading branch information
darkdh committed Sep 12, 2018
1 parent a4b05ce commit d9620b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chromium_src/chrome/browser/safe_browsing/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ source_set("extensions") {
]

deps = [
"//content/public/browser",
"//services/network/public/mojom",
"//third_party/boringssl",
"//third_party/protobuf:protobuf_lite",
Expand Down

0 comments on commit d9620b3

Please sign in to comment.