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

Unified Diff: printing/printing.gyp

Issue 8165004: Stubs for printing under Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Applied thestig comments. Created 9 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 4d7aa2014db94bf0e67131c19b8c313393c50737..256a144aa9b67affb586be973ed565be02ca8b48 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -54,6 +54,7 @@
'pdf_metafile_cg_mac.h',
'pdf_metafile_skia.h',
'pdf_metafile_skia.cc',
+ 'printed_document_aura.cc',
Lei Zhang 2011/10/05 23:55:59 You probably want these files inside a conditional
Emmanuel Saint-loubert-Bié 2011/10/06 00:38:52 should not be needed due to general eclusion rules
Lei Zhang 2011/10/06 00:42:58 If there's a general exclusion rule, then that's f
'printed_document_cairo.cc',
'printed_document.cc',
'printed_document.h',
@@ -64,6 +65,7 @@
'printed_pages_source.h',
'printing_context.cc',
'printing_context.h',
+ 'printing_context_aura.cc',
'printing_context_cairo.cc',
'printing_context_cairo.h',
'printing_context_mac.mm',

Powered by Google App Engine
This is Rietveld 408576698