Chromium Code Reviews| Index: printing/printing.gyp |
| =================================================================== |
| --- printing/printing.gyp (revision 99813) |
| +++ printing/printing.gyp (working copy) |
| @@ -110,6 +110,12 @@ |
| '../build/linux/system.gyp:gtkprint', |
| ], |
| }], |
| + ['use_aura==1', { |
| + 'sources/': [ |
| + ['exclude', '^printing_context_win.cc'], |
| + ['exclude', '^printing_context_win.h'], |
| + ], |
| + }], |
| ['OS=="mac" and use_skia==0', { |
| 'sources/': [ |
| ['exclude', 'pdf_metafile_skia\\.(cc|h)$'], |