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

Unified Diff: printing/printing.gyp

Issue 174042: Implement native metafile for printing on Linux.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 4 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/pdf_ps_metafile_linux_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing.gyp
===================================================================
--- printing/printing.gyp (revision 24095)
+++ printing/printing.gyp (working copy)
@@ -40,6 +40,8 @@
'page_range.h',
'page_setup.cc',
'page_setup.h',
+ 'pdf_ps_metafile_linux.h',
+ 'pdf_ps_metafile_linux.cc',
'print_settings.cc',
'print_settings.h',
'printed_document.cc',
@@ -90,6 +92,7 @@
'page_overlays_unittest.cc',
'page_range_unittest.cc',
'page_setup_unittest.cc',
+ 'pdf_ps_metafile_linux_unittest.cc',
'printing_context_win_unittest.cc',
'run_all_unittests.cc',
'units_unittest.cc',
@@ -110,7 +113,15 @@
}, { # else: OS=="win"
'sources/': [['exclude', '_posix_unittest\\.cc$']]
}],
+ ['OS=="linux"', {
+ 'dependencies': [
+ '../base/base.gyp:base_gfx',
+ ],
+ 'sources/': [
+ ['include', 'pdf_ps_metafile_linux_unittest.cc'],
+ ]
+ }],
],
},
],
-}
+}
« no previous file with comments | « printing/pdf_ps_metafile_linux_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698