| Index: blimp/client/support/BUILD.gn
|
| diff --git a/components/subresource_filter/core/common/proto/BUILD.gn b/blimp/client/support/BUILD.gn
|
| similarity index 59%
|
| copy from components/subresource_filter/core/common/proto/BUILD.gn
|
| copy to blimp/client/support/BUILD.gn
|
| index b0ccabe19c3f36ad093760243376559a54df998d..26fb74a61184340d37ef5cf74a8264105d3f4ad0 100644
|
| --- a/components/subresource_filter/core/common/proto/BUILD.gn
|
| +++ b/blimp/client/support/BUILD.gn
|
| @@ -2,10 +2,10 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import("//third_party/protobuf/proto_library.gni")
|
| +source_set("support") {
|
| + visibility = [ "//blimp/client/*" ]
|
|
|
| -proto_library("proto") {
|
| - sources = [
|
| - "rules.proto",
|
| + deps = [
|
| + "//blimp/client/support/compositor",
|
| ]
|
| }
|
|
|