| Index: components/subresource_filter/core/common/BUILD.gn
|
| diff --git a/components/subresource_filter/core/common/BUILD.gn b/components/subresource_filter/core/common/BUILD.gn
|
| index ea52296ae289b60415667b2828b61cea4c3f5c16..2a719a311105d5ccce7123171cf6cf90e50a0e65 100644
|
| --- a/components/subresource_filter/core/common/BUILD.gn
|
| +++ b/components/subresource_filter/core/common/BUILD.gn
|
| @@ -44,12 +44,12 @@ static_library("common") {
|
| public_deps = [
|
| "//components/subresource_filter/core/common/flat:flatbuffer",
|
| "//components/subresource_filter/core/common/proto:proto",
|
| + "//third_party/flatbuffers:flatbuffers",
|
| ]
|
|
|
| deps = [
|
| "//base",
|
| "//net",
|
| - "//third_party/flatbuffers:flatbuffers",
|
| "//third_party/protobuf:protobuf_lite",
|
| "//url",
|
| ]
|
|
|