summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_installer.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Updating .release file parsing in the setup project. It was looking for the ↵robertshield@chromium.org2010-07-071-2/+2
| | | | | | | | | | | | now missing chrome_frame.release, it should be looking for chrome.release. This fixes a breakage introduced with r51729. BUG=46818 TEST=none TBR=pkasting Review URL: http://codereview.chromium.org/2877013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51771 0039d316-1c4b-4281-b951-d872f2087c98
* xz/LZMA2 compression for goobsdiff/goobspatch.mark@chromium.org2010-06-221-0/+4
| | | | | | | | BUG=47199 TEST=none Review URL: http://codereview.chromium.org/2805024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50527 0039d316-1c4b-4281-b951-d872f2087c98
* Try to fix the fake official builders.jam@chromium.org2010-06-151-1/+5
| | | | | | | TBR=nsylvain Review URL: http://codereview.chromium.org/2841003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49767 0039d316-1c4b-4281-b951-d872f2087c98
* Update installer for internal plugin.jam@chromium.org2010-06-151-0/+1
| | | | | | Review URL: http://codereview.chromium.org/2799006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49757 0039d316-1c4b-4281-b951-d872f2087c98
* Add dmgdiffer, to create update disk images given old and new full-installmark@chromium.org2010-06-111-0/+1
| | | | | | | | | | disk images. BUG=45017 TEST=none Review URL: http://codereview.chromium.org/2761006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49591 0039d316-1c4b-4281-b951-d872f2087c98
* Put goobsdiff, goobspatch, dirdiffer, and dirpatcher into the packagingmark@chromium.org2010-06-111-3/+10
| | | | | | | | | | directory. BUG=45017 TEST=none Review URL: http://codereview.chromium.org/2791007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49576 0039d316-1c4b-4281-b951-d872f2087c98
* Split sign.sh into two pieces to allow the contents of the versioned directorymark@chromium.org2010-06-111-9/+8
| | | | | | | | | | to be signed independently of the outer browser application bundle. BUG=45017 TEST=none Review URL: http://codereview.chromium.org/2749014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49552 0039d316-1c4b-4281-b951-d872f2087c98
* Finish the job that r48732 started. Move the remainder of themark@chromium.org2010-06-111-1/+1
| | | | | | | | | | installer-related files from chrome/tools/build/mac to chrome/installer/mac. BUG=45017 TEST=none Review URL: http://codereview.chromium.org/2755007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49551 0039d316-1c4b-4281-b951-d872f2087c98
* Include plugin.vch files for Flash Player (on official builds).viettrungluu@chromium.org2010-06-041-1/+4
| | | | | | | | | BUG=none TEST=everything still builds, new-style DRM-protected content plays Review URL: http://codereview.chromium.org/2630001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48978 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] packaging process cleanup: Net of this is the zip off the official ↵thomasvl@chromium.org2010-06-021-0/+76
| | | | | | | | | | | | | | builder will have everything for packaging so the final signing/dmg creation is self contained instead of having to live in both places. - Move all the installer related bits into the installer folder - Add the collection of these bits into a specific target - Collect the internal bits also during the installer target BUG=42635 TEST=none Review URL: http://codereview.chromium.org/2417007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48732 0039d316-1c4b-4281-b951-d872f2087c98
* Try to fix the path to the manifest for installer test targets.tony@chromium.org2010-05-241-3/+3
| | | | | | | | | This was probably broken in r48007, but not noticed until a clobber build. Review URL: http://codereview.chromium.org/2163001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48020 0039d316-1c4b-4281-b951-d872f2087c98
* Fix mini installer compile (paths were wrong).tony@chromium.org2010-05-241-8/+8
| | | | | | | | TBR=mark Review URL: http://codereview.chromium.org/2124018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48010 0039d316-1c4b-4281-b951-d872f2087c98
* Break gyp cycles on Linux.tony@chromium.org2010-05-241-0/+771
The cycle is between installer.gyp and chrome.gyp. The fix is to switch installer.gyp into installer.gypi and include it into chrome.gyp BUG=35308 Review URL: http://codereview.chromium.org/2067018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48007 0039d316-1c4b-4281-b951-d872f2087c98