Index: third_party/dom_distiller_js/BUILD.gn |
diff --git a/third_party/dom_distiller_js/package/proto/BUILD.gn b/third_party/dom_distiller_js/BUILD.gn |
similarity index 92% |
rename from third_party/dom_distiller_js/package/proto/BUILD.gn |
rename to third_party/dom_distiller_js/BUILD.gn |
index 4b6a53b4d715589dc6b6655ff411e9f43ffbb4a4..a74c79249bf60f55c802917805f6557d233ce455 100644 |
--- a/third_party/dom_distiller_js/package/proto/BUILD.gn |
+++ b/third_party/dom_distiller_js/BUILD.gn |
@@ -16,6 +16,6 @@ source_set("proto") { |
proto_library("dom_distiller_proto") { |
visibility = ":*" |
- sources = [ "dom_distiller.proto" ] |
+ sources = [ "package/proto/dom_distiller.proto" ] |
proto_out_dir = "third_party/dom_distiller_js" |
} |