Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: components/dom_distiller/core/BUILD.gn

Issue 2804463002: Move //net to public_deps in //components/dom_distiller/core (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698