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

Unified Diff: printing/BUILD.gn

Issue 2774753005: printing: add missing header files to BUILD.gn (Closed)
Patch Set: remove ipc includes 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 | « no previous file | printing/pdf_render_settings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/BUILD.gn
diff --git a/printing/BUILD.gn b/printing/BUILD.gn
index e9f5d5cba2073792f8dfc6b8fe8b3e96ced9ecab..f051b0064d2afd5d719127556cbf2a3f032859a7 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",
@@ -74,8 +75,10 @@ component("printing") {
"printed_pages_source.h",
"printing_context.cc",
"printing_context.h",
+ "printing_export.h",
"printing_utils.cc",
"printing_utils.h",
+ "pwg_raster_settings.h",
"units.cc",
"units.h",
]
« no previous file with comments | « no previous file | printing/pdf_render_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698