Commit Graph

15 Commits

Author SHA1 Message Date
Marshall Greenblatt cb5b5b43f5 Merge revision 1505 changes:
- automate.py: Run update_depot_tools even if a depot-tools directory is specified on the command-line.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1507 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-11-05 20:27:00 +00:00
Marshall Greenblatt 5d014531ed Merge revision 1497 changes:
- Fix automate.py --dry-run output.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1499 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-29 21:32:33 +00:00
Marshall Greenblatt 8c79a994c3 Fixes to automate.py (issue #1067):
- 'update_depot_tools' command fails on Linux without depot_tools in the PATH.
- Always generates build log files without looking at --build-log-file.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1450 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-09-19 15:33:43 +00:00
Marshall Greenblatt 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
Marshall Greenblatt 30f6f3bf09 Merge revision 1411 changes:
- Add x64 build support to automate.py.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1412 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-23 19:29:58 +00:00
Marshall Greenblatt 31e6199ab8 Merge revision 1409 changes:
- Add x64 build support to automate.py.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1410 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-23 16:22:44 +00:00
Marshall Greenblatt 1823307c27 Merge revision 1404 changes:
- Use subprocess instead of os.popen3 to avoid deprecation warnings.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1405 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 20:14:39 +00:00
Marshall Greenblatt 35eba59ac7 Merge revision 1401 changes:
- Windows: Always use the depot_tools SVN version instead of the system SVN version.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1402 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 19:52:44 +00:00
Marshall Greenblatt 8013f3f3be Merge revision 1398 changes:
- Windows: Always use the depot_tools SVN version instead of the system SVN version.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1399 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 19:32:13 +00:00
Marshall Greenblatt 5739692251 Merge revision 1395 changes:
- Download depot_tools as the first step in automate.py.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1396 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 19:20:29 +00:00
Marshall Greenblatt 33bbf45c04 Merge revision 1392 changes:
- Windows: Always use the depot_tools SVN version instead of the system SVN version.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1393 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 19:13:54 +00:00
Marshall Greenblatt 977d298eef Merge revision 1389 changes:
- Parse svn info output using XML format.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1390 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 17:57:50 +00:00
Marshall Greenblatt 2d55b697a0 Merge revision 1321 changes:
- Add an automate.py option to download depot_tools as a zip archive (issue #1020).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1323 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-07-19 20:46:29 +00:00
Marshall Greenblatt 448c16e8b0 Merge revision 1318 changes:
- Add an automate.py option to clean the artifacts output directory (issue #1022).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1320 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-07-19 18:40:18 +00:00
Marshall Greenblatt 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