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

Unified Diff: components/printing/browser/BUILD.gn

Issue 2920013002: Use pdf compositor service for printing when OOPIF is enabled
Patch Set: rebase Created 3 years, 3 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
« no previous file with comments | « chrome/utility/chrome_content_utility_client.cc ('k') | components/printing/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/printing/browser/BUILD.gn
diff --git a/components/printing/browser/BUILD.gn b/components/printing/browser/BUILD.gn
index 3cce73a764724e62086bc453d02f2483eee10c44..154e773645fadb49d560d3b3aa8cb4e1f3511e43 100644
--- a/components/printing/browser/BUILD.gn
+++ b/components/printing/browser/BUILD.gn
@@ -4,6 +4,8 @@
static_library("browser") {
sources = [
+ "print_composite_client.cc",
+ "print_composite_client.h",
"print_manager.cc",
"print_manager.h",
"print_manager_utils.cc",
@@ -17,6 +19,9 @@ static_library("browser") {
deps = [
"//base",
"//components/printing/common",
+ "//components/printing/service/public/cpp:client",
+ "//mojo/public/cpp/system:system",
"//printing",
+ "//services/service_manager/public/cpp",
]
}
« no previous file with comments | « chrome/utility/chrome_content_utility_client.cc ('k') | components/printing/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698