[go: nahoru, domu]

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

Unified Diff: printing/printing.gyp
Issue 3610013: Printing: Convert PrintingContext into an interface implemented by the separate (Closed)
Patch Set: Comment cleanup only. Created 10 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
« no previous file with comments | « printing/emf_win_unittest.cc ('k') | printing/printing_context.h » ('j') | 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 050f830d3dcf6aab9ba84136ba3ee916e2eef758..be84caf2316d874f66395dced5b8bc776284b14a 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -52,8 +52,12 @@
'printed_page.h',
'printed_pages_source.h',
'printing_context.h',
+ 'printing_context.cc',
+ 'printing_context_cairo.h',
'printing_context_cairo.cc',
+ 'printing_context_mac.h',
'printing_context_mac.mm',
+ 'printing_context_win.h',
'printing_context_win.cc',
'units.cc',
'units.h',
« no previous file with comments | « printing/emf_win_unittest.cc ('k') | printing/printing_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698