| Index: third_party/dom_distiller_js/BUILD.gn
|
| diff --git a/third_party/dom_distiller_js/BUILD.gn b/third_party/dom_distiller_js/BUILD.gn
|
| index 91bc13837b7edcd8b32ef07a17342e00116c951d..61cc53e26ddb74f4f4c072ab791fba3bdd30c230 100644
|
| --- a/third_party/dom_distiller_js/BUILD.gn
|
| +++ b/third_party/dom_distiller_js/BUILD.gn
|
| @@ -9,9 +9,8 @@ config("dependent_config") {
|
| }
|
|
|
| source_set("proto") {
|
| - deps = [ ":dom_distiller_proto" ]
|
| - direct_dependent_configs = [ ":dependent_config" ]
|
| - forward_dependent_configs_from = [ ":dom_distiller_proto" ]
|
| + public_deps = [ ":dom_distiller_proto" ]
|
| + public_configs = [ ":dependent_config" ]
|
| }
|
|
|
| proto_library("dom_distiller_proto") {
|
|
|