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

Unified Diff: headless/BUILD.gn

Issue 2892703002: Finish ../platform => public/platform refactor (Closed)
Patch Set: Fix syntax error in chrome/browser/BUILD.gn Created 3 years, 7 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 | « components/autofill/content/renderer/BUILD.gn ('k') | third_party/WebKit/public/web/WebConsoleMessage.h » ('j') | 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 d14d75181a86e01aafba61b91e41acef688b5571..4c84fe3c95de5a6b0f2d59ac14e07e7018769e25 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -407,6 +407,8 @@ if (!is_component_build) {
static_library("headless_renderer") {
deps = [
":headless",
+ "//third_party/WebKit/public:blink_headers",
+ "//ui/base",
]
sources = [
"lib/browser/headless_web_contents_impl.cc",
@@ -416,7 +418,6 @@ if (!is_component_build) {
"lib/renderer/headless_content_renderer_client.cc",
"lib/renderer/headless_content_renderer_client.h",
]
- deps += [ "//ui/base" ]
if (enable_basic_printing) {
deps += [ "//components/printing/renderer" ]
}
« no previous file with comments | « components/autofill/content/renderer/BUILD.gn ('k') | third_party/WebKit/public/web/WebConsoleMessage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698