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

Unified Diff: chrome/chrome_browser.gypi

Issue 6883221: Linux: clean up the usage of "use_cups" gyp switch: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 82994)
+++ chrome/chrome_browser.gypi (working copy)
@@ -3482,6 +3482,11 @@
'browser/platform_util_linux.cc',
],
}],
+ ['use_cups==1', {
+ 'dependencies': [
+ '../printing/printing.gyp:cups',
+ ],
+ }],
['use_gconf==0', {
'sources!': [
'browser/ui/gtk/gconf_titlebar_listener.cc',
« no previous file with comments | « chrome/chrome.gyp ('k') | printing/printing.gyp » ('j') | printing/printing.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698