| 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 7136593ce0a97ee1051c8745528213fd6eaf9857..aed9ef3a371bb508f882343d29f1b78e16e64cb5 100644
|
| --- a/third_party/dom_distiller_js/BUILD.gn
|
| +++ b/third_party/dom_distiller_js/BUILD.gn
|
| @@ -5,7 +5,7 @@
|
| import("//third_party/protobuf/proto_library.gni")
|
|
|
| config("dependent_config") {
|
| - include_dirs = [ "//third_party/dom_distiller_js/package/proto_gen" ]
|
| + include_dirs = [ "//third_party/dom_distiller_js/dist/proto_gen" ]
|
| }
|
|
|
| source_set("proto") {
|
| @@ -18,7 +18,7 @@ source_set("proto") {
|
| proto_library("dom_distiller_proto") {
|
| visibility = [ ":*" ]
|
| sources = [
|
| - "package/proto/dom_distiller.proto",
|
| + "dist/proto/dom_distiller.proto",
|
| ]
|
| proto_out_dir = "third_party/dom_distiller_js"
|
| }
|
|
|