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

Unified Diff: printing/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: printing/BUILD.gn
diff --git a/printing/BUILD.gn b/printing/BUILD.gn
index 159f4364bbde8aa4fc46c125e583acc77ef33ebb..f0dbfe1e7a8797f32c39247e9cb1a1dbedfb7a2d 100644
--- a/printing/BUILD.gn
+++ b/printing/BUILD.gn
@@ -54,6 +54,7 @@ component("printing") {
"pdf_metafile_cg_mac.h",
"pdf_metafile_skia.cc",
"pdf_metafile_skia.h",
+ "pdf_render_settings.h",
"print_dialog_gtk_interface.h",
"print_job_constants.cc",
"print_job_constants.h",
@@ -76,6 +77,7 @@ component("printing") {
"printing_context.h",
"printing_utils.cc",
"printing_utils.h",
+ "pwg_raster_settings.h",
"units.cc",
"units.h",
]
@@ -90,10 +92,13 @@ component("printing") {
"//base",
"//base:i18n",
"//base/third_party/dynamic_annotations",
+ "//ipc",
"//skia",
"//third_party/icu",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/gfx/ipc",
+ "//ui/gfx/ipc/skia",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698