| Index: printing/printing.gyp
|
| diff --git a/printing/printing.gyp b/printing/printing.gyp
|
| index 049e752b56f4be185fc46846333422a865356070..0e504c4bbe2f222f7b805a5f998bc020feda23c1 100644
|
| --- a/printing/printing.gyp
|
| +++ b/printing/printing.gyp
|
| @@ -94,6 +94,10 @@
|
| 'sources/': [['exclude', '_posix\\.cc$']]
|
| }],
|
| ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
|
| + 'sources': [
|
| + 'native_metafile_skia_wrapper.cc',
|
| + 'native_metafile_skia_wrapper.h',
|
| + ],
|
| 'dependencies': [
|
| # For FT_Init_FreeType and friends.
|
| '../build/linux/system.gyp:freetype2',
|
|
|