Chromium Code Reviews| Index: printing/printing.gyp |
| =================================================================== |
| --- printing/printing.gyp (revision 25977) |
| +++ printing/printing.gyp (working copy) |
| @@ -62,7 +62,8 @@ |
| ], |
| }, |
| 'conditions': [ |
| - ['OS!="linux"', {'sources/': [['exclude', '_linux\\.cc$']]}], |
| + ['OS!="linux" and OS!="freebsd"', |
| + {'sources/': [['exclude', '_linux\\.cc$']]}], |
| ['OS!="mac"', {'sources/': [['exclude', '_mac\\.(cc|mm?)$']]}], |
| ['OS!="win"', { |
| 'sources/': [ |