| Index: third_party/protobuf/BUILD.gn
|
| diff --git a/third_party/protobuf/BUILD.gn b/third_party/protobuf/BUILD.gn
|
| index 84c916a651e8347ae93661d3056337fe4a060e7d..0bd27fd347ba499e5943ff2d5f69f3ba2c368545 100644
|
| --- a/third_party/protobuf/BUILD.gn
|
| +++ b/third_party/protobuf/BUILD.gn
|
| @@ -177,7 +177,13 @@ component("protobuf_lite") {
|
| # into that category. Do not use in Chrome code.
|
| static_library("protobuf_full") {
|
| # Prevent people from depending on this outside our file.
|
| - visibility = [ ":*" ]
|
| + visibility = [
|
| + ":*",
|
| +
|
| + # Traffic_annotation is not part of the Chrome build.
|
| + # TODO: This is still problematic and checkdeps complains.
|
| + "//tools/traffic_annotation/*",
|
| + ]
|
|
|
| sources = protobuf_lite_sources
|
| sources += [
|
|
|