Chromium Code Reviews| Index: printing/BUILD.gn |
| diff --git a/printing/BUILD.gn b/printing/BUILD.gn |
| index e9f5d5cba2073792f8dfc6b8fe8b3e96ced9ecab..acbcfc336944b245156ee9b8eaa1d84ae29fbbd8 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", |
| ] |
| @@ -91,10 +94,13 @@ component("printing") { |
| "//base:i18n", |
| "//base/third_party/dynamic_annotations", |
| "//cc/paint", |
| + "//ipc", |
|
Lei Zhang
2017/03/25 01:12:50
Can you just remove all the ipc includes in pdf_re
tfarina
2017/03/25 01:21:14
Done.
|
| "//skia", |
| "//third_party/icu", |
| "//ui/gfx", |
| "//ui/gfx/geometry", |
| + "//ui/gfx/ipc/geometry", |
| + "//ui/gfx/ipc/skia", |
| "//url", |
| ] |