Index: printing/printing.gyp |
=================================================================== |
--- printing/printing.gyp (revision 64453) |
+++ printing/printing.gyp (working copy) |
@@ -112,6 +112,12 @@ |
], |
}], |
['use_cups==1', { |
+ 'link_settings': { |
+ 'libraries': [ |
+ '-lcups', |
+ '-lgcrypt', |
+ ], |
+ }, |
'defines': [ |
# PRINT_BACKEND_AVAILABLE disables the default dummy implementation |
# of the print backend and enables a custom implementation instead. |
@@ -122,22 +128,6 @@ |
'backend/cups_helper.h', |
'backend/print_backend_cups.cc', |
], |
- 'conditions': [ |
- ['OS=="mac"', { |
- 'link_settings': { |
- 'libraries': [ |
- '$(SDKROOT)/usr/lib/libcups.dylib', |
- ] |
- }, |
- }, { |
- 'link_settings': { |
- 'libraries': [ |
- '-lcups', |
- '-lgcrypt', |
- ], |
- }, |
- }], |
- ], |
}], |
], |
}, |
Property changes on: printing/printing.gyp |
___________________________________________________________________ |
Added: svn:mergeinfo |