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

Unified Diff: chrome/service/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/service/BUILD.gn
diff --git a/chrome/service/BUILD.gn b/chrome/service/BUILD.gn
index a83c4c786959cfbce146536f91e3cb57f42c113e..6b441727c8d60710486f4dda468e408ddcd68179 100644
--- a/chrome/service/BUILD.gn
+++ b/chrome/service/BUILD.gn
@@ -74,6 +74,7 @@ static_library("service") {
"service_utility_process_host.cc",
"service_utility_process_host.h",
]
+ deps += [ "//components/printing/common:interfaces" ]
} else {
sources += [ "cloud_print/print_system_dummy.cc" ]
}

Powered by Google App Engine
This is Rietveld 408576698