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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2920013002: Use pdf compositor service for printing when OOPIF is enabled
Patch Set: rebase Created 3 years, 4 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: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 2c7ae1f451411f319a166ead08ea614fee4dc8b7..e0728b98e5ba43decb6b4533d1a0615863645377 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1146,7 +1146,10 @@ split_static_library("ui") {
}
if (enable_basic_printing || enable_print_preview) {
- deps += [ "//printing" ]
+ deps += [
+ "//components/printing/browser:browser",
+ "//printing:printing",
+ ]
}
if (enable_nacl) {

Powered by Google App Engine
This is Rietveld 408576698