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

Unified Diff: printing/printing.gyp

Issue 268036: Implement the basic OS-level printing mechanics on Mac (Closed)
Patch Set: Address review comments Created 11 years, 2 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/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index 84545a88ca4d20e07129c2cabcddceccdeb409ee..1076b4f90fc8c2a338c6decbec4d19d5f05b4589 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -44,13 +44,16 @@
'print_settings.cc',
'print_settings.h',
'printed_document.cc',
+ 'printed_document_linux.cc',
+ 'printed_document_mac.cc',
+ 'printed_document_win.cc',
'printed_document.h',
'printed_page.cc',
'printed_page.h',
'printed_pages_source.h',
'printing_context.h',
'printing_context_linux.cc',
- 'printing_context_mac.cc',
+ 'printing_context_mac.mm',
'printing_context_win.cc',
'units.cc',
'units.h',

Powered by Google App Engine
This is Rietveld 408576698