diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index b1e8ebb..961d908 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1165,6 +1165,12 @@ ], }], ['use_cups==1', { + 'link_settings': { + 'libraries': [ + '-lcups', + '-lgcrypt', + ], + }, 'defines': [ # CP_PRINT_SYSTEM_AVAILABLE disables default dummy implementation # of cloud print system, and allows to use custom implementaiton. @@ -1173,22 +1179,6 @@ 'sources': [ 'service/cloud_print/print_system_cups.cc', ], - 'conditions': [ - ['OS=="mac"', { - 'link_settings': { - 'libraries': [ - '$(SDKROOT)/usr/lib/libcups.dylib', - ] - }, - }, { - 'link_settings': { - 'libraries': [ - '-lcups', - '-lgcrypt', - ], - }, - }], - ], }], ['remoting==1', { 'dependencies': [ |