| Index: components/dom_distiller/core/BUILD.gn
|
| diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn
|
| index 8f9a7a638c5de573802e402d2ec23844e21f9cb5..e20a4add243f8118d0988062e413d21ce63da5ce 100644
|
| --- a/components/dom_distiller/core/BUILD.gn
|
| +++ b/components/dom_distiller/core/BUILD.gn
|
| @@ -46,25 +46,22 @@ static_library("core") {
|
| "viewer.h",
|
| ]
|
|
|
| + public_deps = [
|
| + "//components/dom_distiller/core/proto",
|
| + "//third_party/dom_distiller_js:proto",
|
| + ]
|
| deps = [
|
| "//base",
|
| - "//components/dom_distiller/core/proto",
|
| "//components/leveldb_proto",
|
| "//components/resources",
|
| "//components/strings",
|
| "//net",
|
| "//skia",
|
| "//sync",
|
| - "//third_party/dom_distiller_js:proto",
|
| "//ui/base",
|
| "//url",
|
| ]
|
|
|
| - forward_dependent_configs_from = [
|
| - "//components/dom_distiller/core/proto",
|
| - "//third_party/dom_distiller_js:proto",
|
| - ]
|
| -
|
| if (is_android) {
|
| deps += [ ":jni_headers" ]
|
| }
|
|
|