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

Unified Diff: chrome/browser/BUILD.gn

Issue 2653963002: [Experimental] Supporting OOPIF printing
Patch Set: Rename service, fix for webview, and connect to DiscardableMemoryManager Created 3 years, 9 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/app/BUILD.gn ('k') | chrome/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 68ff6021410fe4429a373b18ecaab14da3397683..53a2656ec59410a51d8e5cf34ada1a31192a8795 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1549,6 +1549,7 @@ split_static_library("browser") {
"//printing/features",
"//rlz/features",
"//services/image_decoder/public/cpp",
+ "//services/pdf_compositor/public/cpp",
"//services/preferences/public/interfaces/",
"//services/service_manager/public/cpp",
"//services/shape_detection/public/interfaces",
@@ -2351,6 +2352,8 @@ split_static_library("browser") {
if (enable_basic_printing || enable_print_preview) {
# Some form of printing support.
sources += [
+ "printing/print_composite_client.cc",
+ "printing/print_composite_client.h",
"printing/print_job.cc",
"printing/print_job.h",
"printing/print_job_manager.cc",
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698