Commit Graph

23 Commits

Author SHA1 Message Date
Marshall Greenblatt a44c0da501 Merge revision 1566 changes:
- Add <algorithm> include required by VS2013 (issue #1094).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1569 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-01-14 02:52:34 +00:00
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 0d9489edfa Merge revision 1479 changes:
- Add support for printing via CefBrowserHost::Print() and JavaScript window.print() (issue #505).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1481 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-23 19:39:40 +00:00
Marshall Greenblatt 261fcd8afa Fix svn:eol-style property.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1472 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-18 16:49:05 +00:00
Marshall Greenblatt 8e13bdfafa Merge revision 1462 changes:
- Windows: Pass shell=True so Popen can run a batch file (issue #1091).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1463 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-16 15:10:40 +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 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
Marshall Greenblatt 0fa54dda4c Merge revision 1381 changes:
- Add support for excluding files from the translator tool.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1382 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 17:00:39 +00:00
Marshall Greenblatt dea216cea0 Merge revision 1372 changes:
- Fix ninja build generation of locale files (issue #1052).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1373 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-19 18:33:00 +00:00
Marshall Greenblatt 2bb4be9680 Merge revision 1329 and revision 1330 changes:
- Fix script detection of git checkouts.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1333 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-07-22 23:47: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