summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_dll_bundle.gypi
diff options
context:
space:
mode:
authortommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-03 10:54:49 +0000
committertommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-03 10:54:49 +0000
commit58a438a3dedfc5be85bce9b1272ffbe012ee4189 (patch)
tree3b131b5068f6570bbccb4e8503c96699ed22f90f /chrome/chrome_dll_bundle.gypi
parent8de2c3a7effc6d047f638ec0a7645b7ef11b8d8a (diff)
downloadchromium_src-58a438a3dedfc5be85bce9b1272ffbe012ee4189.zip
chromium_src-58a438a3dedfc5be85bce9b1272ffbe012ee4189.tar.gz
chromium_src-58a438a3dedfc5be85bce9b1272ffbe012ee4189.tar.bz2
Add libpeerconnection to the mac installer.
I set DYLIB_INSTALL_NAME_BASE to be @loader_path/Libraries and not @loader_path/../Libraries since the framework sits in the parent folder of the Libraries folder. Review URL: https://codereview.chromium.org/13237002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192047 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll_bundle.gypi')
-rw-r--r--chrome/chrome_dll_bundle.gypi9
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi
index 719730d..f500c23 100644
--- a/chrome/chrome_dll_bundle.gypi
+++ b/chrome/chrome_dll_bundle.gypi
@@ -108,6 +108,7 @@
'theme_dir_name': 'chromium',
}],
],
+ 'libpeer_target_type%': 'static_library',
'repack_path': '../tools/grit/grit/format/repack.py',
},
'postbuilds': [
@@ -288,5 +289,13 @@
'<(SHARED_INTERMEDIATE_DIR)/repack/chrome_200_percent.pak',
],
}],
+ ['enable_webrtc==1 and libpeer_target_type=="shared_library"', {
+ 'copies': [{
+ 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
+ 'files': [
+ '<(PRODUCT_DIR)/libpeerconnection.dylib',
+ ],
+ }],
+ }],
], # conditions
}