Index: components/dom_distiller/core/BUILD.gn |
diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn |
index f460d8cc6889fce6092d43eee8f107199c7ea65f..05a72597841d6c05e65a9d84cf231607a9dd6c02 100644 |
--- a/components/dom_distiller/core/BUILD.gn |
+++ b/components/dom_distiller/core/BUILD.gn |
@@ -55,14 +55,14 @@ static_library("core") { |
"//net", |
"//skia", |
"//sync", |
- "//third_party/dom_distiller_js/package/proto", |
+ "//third_party/dom_distiller_js:proto", |
"//ui/base", |
"//url", |
] |
forward_dependent_configs_from = [ |
"//components/dom_distiller/core/proto", |
- "//third_party/dom_distiller_js/package/proto", |
+ "//third_party/dom_distiller_js:proto", |
] |
if (is_android) { |