Commit Graph

3 Commits

Author SHA1 Message Date
a1db3ff9c6 Enhancements to automate.py and make_distrib.py (issue #1067):
- Update the depot tools checkout if the checkout is managed by automate.py (on windows it's mandatory to run depot tools update to install svn, git and python).
- Add "--no-update" switch to allow users to run only build and distrib steps without updating CEF and Chromium. This is useful when some custom actions have to be done between the checkout and build steps. 
- Add "--build-tests" switch to build the cef_unittests target in addition to the cefclient target.
- Add "--verbose" switch to have ninja output more details while building.
- Add "--build-log-file" switch to write build logs to a file on disk.
- Add 7z compression support based on the presence of a CEF_COMMAND_7ZIP environment variable.
- Create distrib folders using the architecture (32/64) string.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1435 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-09-10 20:03:52 +00:00
d0b9ed2810 Merge revision 1387 changes:
- Add make_distrib.py support for 64-bit builds.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1388 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 17:19:03 +00:00
165978af75 Create 1547 release branch for CEF3.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1316 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-07-19 00:17:15 +00:00