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', |