Merge revision 845 changes:

- Add about:version, about:credits and about:license internal URLs (issue #731).
- Centralize retrieval of the CEF major version number from a new VERSION file.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1271@846 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2012-10-08 17:48:20 +00:00
parent c5bb1d019a
commit 4c4206604d
25 changed files with 1377 additions and 633 deletions

View File

@@ -16,7 +16,8 @@ RunAction(cef_dir, gyper)
print "\nGenerating CEF version header file..."
gyper = [ 'python', 'tools/make_version_header.py',
'--header', 'include/cef_version.h',
'--version', '../chrome/VERSION' ]
'--cef_version', 'VERSION',
'--chrome_version', '../chrome/VERSION' ]
RunAction(cef_dir, gyper)
print "\nPatching build configuration and source files for CEF..."