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

Unified Diff: chrome/renderer/BUILD.gn

Issue 2884123003: make chrome build without any printing support (Closed)
Patch Set: nit fix 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 | « no previous file | headless/lib/browser/headless_devtools_manager_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 4070d3d4d5b61a5594ffbe21e2b862859616caa8..5c8bba76075d56f6736927d18584bbc41739a7fa 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -121,7 +121,6 @@ static_library("renderer") {
"//components/omnibox/common",
"//components/password_manager/content/renderer",
"//components/plugins/renderer",
- "//components/printing/renderer",
"//components/rappor/public/interfaces",
"//components/resources:components_resources",
"//components/spellcheck:build_features",
@@ -348,8 +347,12 @@ static_library("renderer") {
if (enable_spellcheck) {
deps += [ "//components/spellcheck/renderer:renderer" ]
}
+
if (enable_basic_printing || enable_print_preview) {
- deps += [ "//printing" ]
+ deps += [
+ "//components/printing/renderer",
+ "//printing",
+ ]
sources += [
"printing/chrome_print_web_view_helper_delegate.cc",
"printing/chrome_print_web_view_helper_delegate.h",
« no previous file with comments | « no previous file | headless/lib/browser/headless_devtools_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698