summaryrefslogtreecommitdiffstats
path: root/printing/printing.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'printing/printing.gyp')
-rw-r--r--printing/printing.gyp9
1 files changed, 4 insertions, 5 deletions
diff --git a/printing/printing.gyp b/printing/printing.gyp
index 6e9afcb..1a39bfd 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -36,9 +36,8 @@
'image_mac.cc',
'image_win.cc',
'image.h',
- 'native_metafile_factory.cc',
- 'native_metafile_factory.h',
- 'native_metafile.h',
+ 'metafile.h',
+ 'metafile_impl.h',
'page_number.cc',
'page_number.h',
'page_overlays.cc',
@@ -100,8 +99,8 @@
}],
['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
'sources': [
- 'native_metafile_skia_wrapper.cc',
- 'native_metafile_skia_wrapper.h',
+ 'metafile_skia_wrapper.cc',
+ 'metafile_skia_wrapper.h',
],
'dependencies': [
# For FT_Init_FreeType and friends.