| Index: components/dom_distiller/core/BUILD.gn
|
| diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn
|
| index 49f014fb5a1db82e6454ef8c1db2f9296c6ee73c..55652429d24ad534f0bdf060853f3b3b14f3ee2d 100644
|
| --- a/components/dom_distiller/core/BUILD.gn
|
| +++ b/components/dom_distiller/core/BUILD.gn
|
| @@ -59,6 +59,7 @@ static_library("core") {
|
|
|
| public_deps = [
|
| "//components/dom_distiller/core/proto",
|
| + "//net",
|
| "//third_party/dom_distiller_js:proto",
|
| ]
|
| deps = [
|
| @@ -71,7 +72,6 @@ static_library("core") {
|
| "//components/strings",
|
| "//components/sync",
|
| "//components/variations",
|
| - "//net",
|
| "//skia",
|
| "//third_party/re2",
|
| "//ui/base",
|
|
|