diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-20 23:32:42 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-20 23:32:42 +0000 |
commit | 4a6cb8ba225aa2b0a50618142909faed1cb58f91 (patch) | |
tree | a20f9767e93b938d2d7fbe30f5176755a3397cd4 /remoting/remoting.gyp | |
parent | cf988f0ea873f575519ae551c5db5f426b06cc6d (diff) | |
download | chromium_src-4a6cb8ba225aa2b0a50618142909faed1cb58f91.zip chromium_src-4a6cb8ba225aa2b0a50618142909faed1cb58f91.tar.gz chromium_src-4a6cb8ba225aa2b0a50618142909faed1cb58f91.tar.bz2 |
[Chromoting] Unpack .zip files when building installer archive.
Review URL: https://chromiumcodereview.appspot.com/10086017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133303 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index fb410aa..9519abd 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -167,14 +167,14 @@ ], 'remoting_host_installer_mac_root': 'host/installer/mac/', 'remoting_host_installer_mac_files': [ - #'host/installer/mac/ChromeRemoteDesktop.packproj', + 'host/installer/mac/ChromeRemoteDesktop.packproj', 'host/installer/mac/Chromoting.packproj', 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist', 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.json', 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh', 'host/installer/mac/Scripts/keystone_install.sh', 'host/installer/mac/Scripts/remoting_postflight.sh', - #'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg.zip', + 'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg.zip', ], }, |