Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(515)

Unified Diff: printing/printing.gyp

Issue 6826027: Connect the right metafiles for print preview on Linux and Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile issues and rename MetafileInterface to Metafile Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index 87b94851a3b59a8d25592f1d56967bb247ad2ad2..cd148f3d46dad34aa75ed58b822644be45636e9b 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',
@@ -99,8 +98,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.

Powered by Google App Engine
This is Rietveld 408576698