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

Unified Diff: chrome/chrome_browser.gypi

Issue 6903083: PrintPreview:[MAC & WIN] Added code to show the native printer management dialog. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: '' Created 9 years, 8 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index d5d070d1d939f4d876d30d0d8c0894c21cd5a3a4..86df13c45072be45df2475fbe2f0540f4fde0da4 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1653,6 +1653,10 @@
'browser/printing/print_preview_tab_controller.h',
'browser/printing/print_view_manager.cc',
'browser/printing/print_view_manager.h',
+ 'browser/printing/printer_manager_dialog.h',
+ 'browser/printing/printer_manager_dialog_linux.cc',
+ 'browser/printing/printer_manager_dialog_mac.mm',
+ 'browser/printing/printer_manager_dialog_win.cc',
'browser/printing/printer_query.cc',
'browser/printing/printer_query.h',
'browser/printing/printing_message_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698