summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-16 21:49:46 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-16 21:49:46 +0000
commit4bee23f2f19aa81bc95c662a56d8b3ec66d611de (patch)
treea0cb9315a01ce975bd9afd6c1d15e3c1b07e477d /build
parenta1748e45f0b50f59ea37ce9d065b0bcfb47c8e91 (diff)
downloadchromium_src-4bee23f2f19aa81bc95c662a56d8b3ec66d611de.zip
chromium_src-4bee23f2f19aa81bc95c662a56d8b3ec66d611de.tar.gz
chromium_src-4bee23f2f19aa81bc95c662a56d8b3ec66d611de.tar.bz2
GTK: Add a dialog for printing.
Add an infobar directing users to tell us if they have problems with printing. Hide printing behind --enable-printing flag on linux/gtk. BUG=9847 TEST=none Review URL: http://codereview.chromium.org/200138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/linux/system.gyp17
1 files changed, 17 insertions, 0 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 6bed8e3..dba1abf 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -34,6 +34,23 @@
},
},
{
+ 'target_name': 'gtkprint',
+ 'type': 'settings',
+ 'direct_dependent_settings': {
+ 'cflags': [
+ '<!@(<(pkg-config) --cflags gtk+-unix-print-2.0)',
+ ],
+ },
+ 'link_settings': {
+ 'ldflags': [
+ '<!@(<(pkg-config) --libs-only-L --libs-only-other gtk+-unix-print-2.0)',
+ ],
+ 'libraries': [
+ '<!@(<(pkg-config) --libs-only-l gtk+-unix-print-2.0)',
+ ],
+ },
+ },
+ {
'target_name': 'nss',
'type': 'settings',
'direct_dependent_settings': {