summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_dll_bundle.gypi
diff options
context:
space:
mode:
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
}