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

Unified Diff: chrome/chrome.gyp

Issue 200138: GTK: Add a dialog for printing. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « chrome/browser/resources/linux-splash-chrome.html ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 26368)
+++ chrome/chrome.gyp (working copy)
@@ -1660,6 +1660,8 @@
'browser/plugin_service.h',
'browser/possible_url_model.cc',
'browser/possible_url_model.h',
+ 'browser/printing/print_dialog_gtk.cc',
+ 'browser/printing/print_dialog_gtk.h',
'browser/printing/print_job.cc',
'browser/printing/print_job.h',
'browser/printing/print_job_manager.cc',
@@ -2231,6 +2233,7 @@
# '../build/linux/system.gyp:dbus-glib',
# '../build/linux/system.gyp:gnome-keyring',
'../build/linux/system.gyp:gtk',
+ '../build/linux/system.gyp:gtkprint',
'../build/linux/system.gyp:nss',
'../base/base.gyp:linux_versioninfo',
],
@@ -2628,6 +2631,12 @@
['exclude', '^browser/extensions/pack_extension_job.cc'],
],
}],
+ ['OS=="linux" and toolkit_views==0', {
+ 'sources/': [
+ ['include', '^browser/printing/print_dialog_gtk.cc'],
+ ['include', '^browser/printing/print_dialog_gtk.h'],
+ ],
+ }],
['chromeos==1',{
'dependencies': [
'../third_party/protobuf2/protobuf.gyp:protobuf',
« no previous file with comments | « chrome/browser/resources/linux-splash-chrome.html ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698