| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index 40412d67534f6a1ec1388c2a5500f223efb7013f..c802ff2b81da04bb16937e12c6286446d049c1fc 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -521,6 +521,8 @@ static_library("common") {
|
| "safe_browsing/zip_analyzer_results.h",
|
| ]
|
|
|
| + public_deps += [ "//ipc" ]
|
| +
|
| # safe_archive_analyzer.mojom has a [Native] trait that depends on
|
| # the protobuf headers in the sources list above.
|
| allow_circular_includes_from = [ ":mojo_bindings" ]
|
|
|