diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-22 18:42:12 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-22 18:42:12 +0000 |
commit | 500bdbe6de1a8dd68d84ef6a3fde61be705029b2 (patch) | |
tree | dd32694203a3fdc0f229e9972329be7a0340e195 /chrome/chrome.gyp | |
parent | 817e1dd8ae6ed6be46c408a7c7ee579888f55e67 (diff) | |
download | chromium_src-500bdbe6de1a8dd68d84ef6a3fde61be705029b2.zip chromium_src-500bdbe6de1a8dd68d84ef6a3fde61be705029b2.tar.gz chromium_src-500bdbe6de1a8dd68d84ef6a3fde61be705029b2.tar.bz2 |
Linux: Dynamically load libgnutls.so in the cloud printing CUPS code.
BUG=46954
TEST=chrome binary built on Hardy no longer explictily depend on libgnutls.so.13.
Review URL: http://codereview.chromium.org/2823018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50487 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index a486c7d..f55067f 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1131,7 +1131,6 @@ 'libraries': [ '-lcups', '-lgcrypt', - '-lgnutls', ], }, 'defines': [ |