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

Unified Diff: printing/BUILD.gn

Issue 329683002: Improvements in --debug-print switch implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wed 06/11/2014 10:41:42.83 Created 6 years, 6 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 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.

Powered by Google App Engine
This is Rietveld 408576698