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

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 problems 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
« no previous file with comments | « printing/printed_page.cc ('k') | printing/printing_context_cairo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index 6e9afcbc4a2b124adfbf56b51e4e98243642567d..1a39bfdf37dd2aeff40d434e5f6c3e97a0ef40ed 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.
« no previous file with comments | « printing/printed_page.cc ('k') | printing/printing_context_cairo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698