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

Unified Diff: headless/BUILD.gn

Issue 1860923002: headless: Fix dependencies for non-component build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 c05783856776b73dc46f654999611295c6f3542b..0f59cabd72eb81aa55cc82f793d89a64dfd6ccd9 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -90,7 +90,9 @@ static_library("headless_lib") {
":pak",
"//base",
"//components/devtools_http_handler",
+ "//content/public/app:both",
"//content/public/browser",
+ "//content/public/child",
"//content/public/common",
"//content/public/renderer",
"//content/public/utility",
« 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