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

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: Created 9 years, 1 month 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
« printing/printed_document_gtk.cc ('K') | « 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..935408d4c071e67a4e4a016375ba88efbb84fffa 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -35,7 +35,6 @@
'emf_win.cc',
'emf_win.h',
'image.cc',
- 'image_aura.cc',
'image_cairo.cc',
Albert Bodenhamer 2011/12/01 01:09:05 Also remove image_cairo
jennyz 2011/12/02 14:40:18 Done. Renamed it to be image_linux.cc.
Albert Bodenhamer 2011/12/02 17:57:17 Can't you just remove it completely? On 2011/12/0
'image_mac.cc',
'image_win.cc',
@@ -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',
Albert Bodenhamer 2011/12/01 01:09:05 If you've added the function to printed_document.c
jennyz 2011/12/02 14:40:18 The gtk implementation for no non-aura builds, and
Albert Bodenhamer 2011/12/02 17:57:17 OK On 2011/12/02 14:40:18, jennyz wrote:
'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',
« printing/printed_document_gtk.cc ('K') | « printing/printed_document_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698