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

Unified Diff: content/public/app/BUILD.gn

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: rebase again Created 3 years, 8 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: content/public/app/BUILD.gn
diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
index 6ba7505c7a2f106e7081e170c936379642cf10d7..056fdeaae8c2a9c0ee1ed01ad43676325865b9a1 100644
--- a/content/public/app/BUILD.gn
+++ b/content/public/app/BUILD.gn
@@ -181,6 +181,7 @@ service_manifest("packaged_services_manifest") {
name = "content_packaged_services"
source = "mojo/content_packaged_services_manifest.json"
packaged_services = [
+ "//components/printing/service:pdf_compositor_manifest",
Lei Zhang 2017/04/27 22:42:21 Can this be moved into chrome/ now?
Wei Li 2017/04/29 04:35:18 Yep, done in the following patch.
"//content/network:manifest",
"//media/mojo/services:media_manifest",
"//services/data_decoder:manifest",

Powered by Google App Engine
This is Rietveld 408576698