diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-07 22:28:05 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-07 22:28:05 +0000 |
commit | 69f5c80591159c7ee8f3de730a627a1b65d87721 (patch) | |
tree | 261943649872d36eab7298a5752c896d6d93d749 /remoting | |
parent | 2590e81776afc7ed956a0fc8d09f1dbbc61894e6 (diff) | |
download | chromium_src-69f5c80591159c7ee8f3de730a627a1b65d87721.zip chromium_src-69f5c80591159c7ee8f3de730a627a1b65d87721.tar.gz chromium_src-69f5c80591159c7ee8f3de730a627a1b65d87721.tar.bz2 |
Get rid of unnecessary library linkage on Mac.
TEST=build remoting on Mac
BUG=none
Review URL: http://codereview.chromium.org/2620007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49107 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/chromoting.gyp | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/remoting/chromoting.gyp b/remoting/chromoting.gyp index 3136800..1636a76 100644 --- a/remoting/chromoting.gyp +++ b/remoting/chromoting.gyp @@ -53,14 +53,6 @@ # Shared libraries need -fPIC on x86-64 'cflags': ['-fPIC'], }], - ['OS=="mac"', { - 'direct_dependent_settings': { - 'libraries': [ - '$(SDKROOT)/usr/lib/libz.dylib', - 'demo/third_party/on2/lib/mac/libon2_codecs.a', - ], - }, - }], ], # end of 'conditions' }, # end of target 'chromoting_client_plugin_lib' @@ -99,9 +91,9 @@ ], # end of Client targets }], # end of OS conditions for Client targets - + ], # end of 'conditions' - + 'targets': [ { 'target_name': 'chromoting_base', |