Chromium Code Reviews| Index: printing/printing.gyp |
| diff --git a/printing/printing.gyp b/printing/printing.gyp |
| index 34e3b4eb801060d705abefc7d3b1bc194ef31ba3..fd4a1db06d79fcaea9bb67a492046825e1ce3376 100644 |
| --- a/printing/printing.gyp |
| +++ b/printing/printing.gyp |
| @@ -111,6 +111,13 @@ |
| ['exclude', 'metafile_skia_wrapper\\.(cc|h)$'], |
| ], |
| }], |
| + ['OS=="mac" and use_aura==1',{ |
|
Nico
2011/11/16 19:11:13
Will printing ever be supported in this configurat
dhollowa
2011/11/16 19:59:18
I can't say it never will, but it is not in the pl
|
| + 'sources!': [ |
| + 'printed_document_mac.cc', |
| + 'printing_context_mac.mm', |
| + 'printing_context_mac.h', |
| + ], |
| + }], |
| ['OS=="mac" and use_aura==0',{ |
| 'sources': [ |
| 'printing_context_mac.mm', |