Index: printing/BUILD.gn |
diff --git a/printing/BUILD.gn b/printing/BUILD.gn |
index ac07ec96d23e5e0f6ce67bb2e74a697f82a3bdeb..4d65baf866aa17f092deaa757b7529d2bc6531b3 100644 |
--- a/printing/BUILD.gn |
+++ b/printing/BUILD.gn |
@@ -39,7 +39,6 @@ component("printing") { |
"page_range.h", |
"page_setup.cc", |
"page_setup.h", |
- "page_size_margins.cc", |
"page_size_margins.h", |
"pdf_metafile_cg_mac.cc", |
"pdf_metafile_cg_mac.h", |
@@ -50,6 +49,8 @@ component("printing") { |
"print_dialog_gtk_interface.h", |
"print_job_constants.cc", |
"print_job_constants.h", |
+ "print_settings_conversion.cc", |
Lei Zhang
2014/06/11 20:03:05
also sort in ascii order
Vitaly Buka (NO REVIEWS)
2014/06/11 21:32:57
Done.
|
+ "print_settings_conversion.h", |
"print_settings.cc", |
"print_settings.h", |
"print_settings_initializer.cc", |
Lei Zhang
2014/06/11 20:03:05
remove these two files here too
Vitaly Buka (NO REVIEWS)
2014/06/11 21:32:57
Done.
|