mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-12 01:26:03 +01:00
dcd41c0e1e
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1750@1588 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
22 lines
825 B
INI
22 lines
825 B
INI
# Additional handling of transfer files.
|
|
# target: Target location relative to the target release directory. This
|
|
# value is required.
|
|
# source: Source location relative to the CEF root directory. This value
|
|
# is optional. If specified the target will be copied to this location
|
|
# and a TRANSFER-README.txt file will be created.
|
|
# post-process: Post-processing operation to perform. This value is
|
|
# optional and may be any one of the following:
|
|
# 'normalize_headers': Replace fully-qualified project header paths with
|
|
# the optionally specified 'new_header_path' value.
|
|
|
|
[
|
|
{
|
|
'source' : '../build/win/compatibility.manifest',
|
|
'target' : 'cefclient/compatibility.manifest',
|
|
},
|
|
{
|
|
'source' : '../build/win/compatibility.manifest',
|
|
'target' : 'cefsimple/compatibility.manifest',
|
|
},
|
|
]
|