cef/tools
Marshall Greenblatt be69bf9eb1 Enhancements to automate.py and make_distrib.py (issue #1072):
- 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/trunk@1434 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-09-10 20:02:09 +00:00
..
automate Enhancements to automate.py and make_distrib.py (issue #1072): 2013-09-10 20:02:09 +00:00
distrib Update to Chromium revision 217791. 2013-08-15 19:38:55 +00:00
build_projects.bat Windows: Update build_projects.bat to use MSBuild if available (issue #688). 2013-03-26 21:33:11 +00:00
build_projects.sh Linux: Update build_projects.sh to include the target name in the make command. 2013-03-26 21:51:15 +00:00
cef_api_hash.py Minor improvements to API has generation (issue #914). 2013-03-26 21:37:08 +00:00
cef_parser.py Add support for excluding files from the translator tool. 2013-08-22 16:59:52 +00:00
check_revision.py Fix script detection of git checkouts 2013-07-22 22:37:42 +00:00
check_style.bat Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
check_style.py Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
check_style.sh Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
date_util.py Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
file_util.py Linux: Add make build files to binary distribution (issue #939). 2013-04-08 01:32:10 +00:00
gclient_hook.py Add CEF API hash and version info retrieval functions (issue #914). 2013-03-25 21:54:53 +00:00
gclient_util.py Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
git_util.py Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
gyp_cef Update to Chromium revision 207871. 2013-06-22 02:06:32 +00:00
make_capi_header.py Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
make_cppdocs.bat Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
make_cpptoc_header.py Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
make_cpptoc_impl.py Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
make_ctocpp_header.py Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
make_ctocpp_impl.py Use the platform API hash instead of build revision for checking libcef compatibility (issue #914). 2013-03-25 22:15:33 +00:00
make_distrib.bat Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
make_distrib.py Enhancements to automate.py and make_distrib.py (issue #1072): 2013-09-10 20:02:09 +00:00
make_distrib.sh Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
make_gypi_file.py Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
make_pack_header.py Add context menu support (issue #509): 2012-04-19 21:18:22 +00:00
make_version_header.bat Add CEF API hash and version info retrieval functions (issue #914). 2013-03-25 21:54:53 +00:00
make_version_header.py Fix script detection of git checkouts 2013-07-22 22:37:42 +00:00
make_version_header.sh Add CEF API hash and version info retrieval functions (issue #914). 2013-03-25 21:54:53 +00:00
patch.bat Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
patch.sh Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
patch_util.py Add support to patch_util.py for patches containing new files. 2013-01-03 17:14:34 +00:00
patcher.README.txt Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
patcher.py - Expose tracing functionality via new cef_trace.h and cef_trace_event.h headers (issue #711). 2012-10-17 22:45:49 +00:00
repack_locales.py Fix ninja build generation of locale files (issue #1052). 2013-08-19 18:31:42 +00:00
revision.py Fix revision.py detection of git checkouts 2013-07-22 22:23:54 +00:00
svn_util.py Use subprocess instead of os.popen3 to avoid deprecation warnings. 2013-08-22 20:14:11 +00:00
translator.README.txt Use the platform API hash instead of build revision for checking libcef compatibility (issue #914). 2013-03-25 22:15:33 +00:00
translator.bat Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
translator.py Add support for excluding files from the translator tool. 2013-08-22 16:59:52 +00:00
translator.sh Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00