summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_installer.gypi
diff options
context:
space:
mode:
authormmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-10 02:26:39 +0000
committermmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-10 02:26:39 +0000
commit29b12f410f51e864ad96f10297a8d46e7fb50561 (patch)
tree86388693c1f702336c89ddca0054b9b041aadc3f /chrome/chrome_installer.gypi
parent655d7c1682cf51359c01be3ecadb55ecbdaabb2f (diff)
downloadchromium_src-29b12f410f51e864ad96f10297a8d46e7fb50561.zip
chromium_src-29b12f410f51e864ad96f10297a8d46e7fb50561.tar.gz
chromium_src-29b12f410f51e864ad96f10297a8d46e7fb50561.tar.bz2
Reland r193176: Add libpeerconnection.so to the list of files to be packaged with the Official Chrome.
Previously reverted CL: https://chromiumcodereview.appspot.com/13820015/ R=thestig@chromium.org,glider@chromium.org,tommi@chromium.org Review URL: https://chromiumcodereview.appspot.com/13951003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193296 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_installer.gypi')
-rw-r--r--chrome/chrome_installer.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index 9b32870..4b361cb 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -5,6 +5,7 @@
{
'variables': {
'lastchange_path': '../build/util/LASTCHANGE',
+ 'libpeer_target_type%': 'static_library',
# 'branding_dir' is set in the 'conditions' section at the bottom.
},
'conditions': [
@@ -587,6 +588,11 @@
'<(PRODUCT_DIR)/libpdf.so',
],
}],
+ ['libpeer_target_type=="shared_library"', {
+ 'packaging_files_binaries': [
+ '<(PRODUCT_DIR)/lib.target/libpeerconnection.so',
+ ],
+ }],
],
},
'targets': [