mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add cef_api_hash.h generated by the translator tool (see issue #2596)
This splits out the API hashes from the cef_version.h file which is generated at build time. Changes to the cef_api_hash.h file are committed to the repo and represent potentially breaking API changes. This commit history will be used to calculate the version number.
This commit is contained in:
@ -29,7 +29,7 @@ print "\nGenerating CEF version header file..."
|
||||
cmd = [
|
||||
'python', 'tools/make_version_header.py', '--header',
|
||||
'include/cef_version.h', '--cef_version', 'VERSION.in', '--chrome_version',
|
||||
'../chrome/VERSION', '--cpp_header_dir', 'include'
|
||||
'../chrome/VERSION'
|
||||
]
|
||||
RunAction(cef_dir, cmd)
|
||||
|
||||
|
Reference in New Issue
Block a user