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

Unified Diff: chrome/browser/BUILD.gn

Issue 2477283002: Convert printing IPCs to Mojo
Patch Set: Fix more Windows compile errors Created 3 years, 11 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/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 46c660b39c03178048fba41d528fb198fd6fe173..f8d4109a7d7531ef7da6b6a9a82467aa14bd579c 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2319,6 +2319,7 @@ split_static_library("browser") {
]
deps += [
"//components/printing/browser",
+ "//components/printing/common",
"//printing",
]
@@ -2327,6 +2328,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.
@@ -2363,6 +2365,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/service/service_utility_process_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698