diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-09 16:10:12 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-09 16:10:12 +0000 |
commit | fda1c6c8880dc96251f97b2a00a6ff39d13e0391 (patch) | |
tree | d017794c68db194389ec47366423a9465e71dac7 /third_party | |
parent | e757bdc2f30ce753d8726daac66809a0eab7dc08 (diff) | |
download | chromium_src-fda1c6c8880dc96251f97b2a00a6ff39d13e0391.zip chromium_src-fda1c6c8880dc96251f97b2a00a6ff39d13e0391.tar.gz chromium_src-fda1c6c8880dc96251f97b2a00a6ff39d13e0391.tar.bz2 |
Add libpeerconnection to the content shell app on mac. Also change the output folder of libpeerconnection.dylib (when shared_library is enabled) to be the Library/ subfolder so that unit tests that depend on it will find it.
BUG=226718
Review URL: https://codereview.chromium.org/13532016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193116 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/libjingle/libjingle.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp index f1c6caa..b233e4a 100644 --- a/third_party/libjingle/libjingle.gyp +++ b/third_party/libjingle/libjingle.gyp @@ -885,6 +885,7 @@ 'xcode_settings': { 'DYLIB_INSTALL_NAME_BASE': '@loader_path/Libraries', }, + 'product_dir': '<(PRODUCT_DIR)/Libraries', }], ], }, # target peerconnection |