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

Unified Diff: pdf/BUILD.gn

Issue 2884123003: make chrome build without any printing support (Closed)
Patch Set: 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
Index: pdf/BUILD.gn
diff --git a/pdf/BUILD.gn b/pdf/BUILD.gn
index 8afa86c07d5f7cea3b23967ffd8849c9a329f1f4..0871c623cf1d9fe9ce82c17767fab129bd2ffaf5 100644
--- a/pdf/BUILD.gn
+++ b/pdf/BUILD.gn
@@ -50,6 +50,7 @@ if (enable_pdf) {
if (pdf_engine == 0) {
deps += [
"//pdf/pdfium/fuzzers",
+ "//printing",
Lei Zhang 2017/05/17 07:01:24 You don't need this, since pdf/ is only using prin
jzfeng 2017/05/19 01:33:53 Looks like it also use the methods from //printing
"//third_party/pdfium",
]

Powered by Google App Engine
This is Rietveld 408576698