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

Unified Diff: printing/printing.gyp

Issue 10483006: Print support for Windows Metro... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync'd to ToT... Created 8 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
« no previous file with comments | « printing/print_destination_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index 19fa1b24d55626f890dbcda5dce2fb2b21b24836..6af7b88c04c8fc6dec95f4c394f040db0f5e102d 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -55,6 +55,9 @@
'pdf_metafile_cg_mac.h',
'pdf_metafile_skia.h',
'pdf_metafile_skia.cc',
+ 'print_destination_interface.h',
+ 'print_destination_none.cc',
+ 'print_destination_win.cc',
'printed_document_gtk.cc',
'printed_document.cc',
'printed_document.h',
@@ -146,6 +149,9 @@
'backend/win_helper.h',
'backend/print_backend_win.cc',
],
+ 'sources!': [
+ 'print_destination_none.cc',
+ ],
}],
['chromeos==1 or use_aura==1',{
'sources': [
« no previous file with comments | « printing/print_destination_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698