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

Unified Diff: headless/BUILD.gn

Issue 2816913002: Add some public_deps for //headless:headless_lib. (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: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index 6345e098a44e826849f1c47b48357d3ed5478f6c..00023323909fd58a17344ec3d6a35d0fa03ee37f 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -301,10 +301,14 @@ static_library("headless_lib") {
]
}
+ public_deps = [
+ "//base",
+ "//net",
+ ]
+
deps = [
":gen_devtools_client_api",
":version_header",
- "//base",
"//components/crash/content/browser",
"//components/security_state/content",
"//components/security_state/core",
@@ -313,7 +317,6 @@ static_library("headless_lib") {
"//content/public/child:child",
"//content/public/common",
"//content/public/common:service_names",
- "//net",
"//services/service_manager/public/cpp",
"//third_party/mesa:osmesa",
"//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