| 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 61cc53e26ddb74f4f4c072ab791fba3bdd30c230..7136593ce0a97ee1051c8745528213fd6eaf9857 100644
|
| --- a/third_party/dom_distiller_js/BUILD.gn
|
| +++ b/third_party/dom_distiller_js/BUILD.gn
|
| @@ -9,12 +9,16 @@ config("dependent_config") {
|
| }
|
|
|
| source_set("proto") {
|
| - public_deps = [ ":dom_distiller_proto" ]
|
| + public_deps = [
|
| + ":dom_distiller_proto",
|
| + ]
|
| public_configs = [ ":dependent_config" ]
|
| }
|
|
|
| proto_library("dom_distiller_proto") {
|
| visibility = [ ":*" ]
|
| - sources = [ "package/proto/dom_distiller.proto" ]
|
| + sources = [
|
| + "package/proto/dom_distiller.proto",
|
| + ]
|
| proto_out_dir = "third_party/dom_distiller_js"
|
| }
|
|
|