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

Unified Diff: printing/printing.gyp

Issue 8763007: Clean up cloud printing aura stub code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean image_aura.cc. Created 9 years 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/printed_document_gtk.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 b5eb0e4f169d69add24d75248af618e432dcf5cc..41d779376bbf70ff7ab494582fbff349b0366202 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -35,8 +35,7 @@
'emf_win.cc',
'emf_win.h',
'image.cc',
- 'image_aura.cc',
- 'image_cairo.cc',
+ 'image_linux.cc',
'image_mac.cc',
'image_win.cc',
'image.h',
@@ -56,8 +55,7 @@
'pdf_metafile_cg_mac.h',
'pdf_metafile_skia.h',
'pdf_metafile_skia.cc',
- 'printed_document_aura.cc',
- 'printed_document_cairo.cc',
+ 'printed_document_gtk.cc',
'printed_document.cc',
'printed_document.h',
'printed_document_mac.cc',
@@ -127,12 +125,7 @@
}],
['OS=="win"', {
'conditions': [
- ['use_aura==1', {
- 'sources!': [
- 'image_aura.cc',
- 'printed_document_aura.cc',
- ],
- }, { #else: use_aura==0
+ ['use_aura==0', {
'sources': [
'printing_context_win.cc',
'printing_context_win.h',
« no previous file with comments | « printing/printed_document_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698