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

Unified Diff: chrome/browser/BUILD.gn

Issue 2477283002: Convert printing IPCs to Mojo
Patch Set: git cl format Created 4 years 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/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index a166fed8a1e030401ada21250d8e83b0080bec61..a6769937043e39217734adbf87fea8a77c2bfe0c 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2306,6 +2306,7 @@ split_static_library("browser") {
]
deps += [
"//components/printing/browser",
+ "//components/printing/common",
"//printing",
]
@@ -2314,6 +2315,7 @@ split_static_library("browser") {
"printing/pdf_to_emf_converter.cc",
"printing/pdf_to_emf_converter.h",
]
+ deps += [ "//components/printing/common:interfaces" ]
}
if (enable_print_preview) {
# Full printing on top of the above.
@@ -2350,6 +2352,7 @@ split_static_library("browser") {
"service_process/service_process_control.h",
"service_process/service_process_control_mac.mm",
]
+ deps += [ "//components/printing/common:interfaces" ]
} else {
# Partial-only printing support.
sources += [
« no previous file with comments | « no previous file | chrome/browser/printing/pdf_to_emf_converter.cc » ('j') | chrome/browser/printing/pdf_to_emf_converter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698