2013-08-15 19:38:55 +00:00
|
|
|
# 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
|
2019-04-16 12:06:54 -04:00
|
|
|
# is optional. If specified the source file will be copied to the target
|
|
|
|
# location and a TRANSFER-README.txt file will be created.
|
2013-08-15 19:38:55 +00:00
|
|
|
# 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',
|
2024-07-28 18:19:47 +00:00
|
|
|
'target' : 'tests/cefclient/win/compatibility.manifest',
|
2013-08-15 19:38:55 +00:00
|
|
|
},
|
2013-11-26 22:02:14 +00:00
|
|
|
{
|
|
|
|
'source' : '../build/win/compatibility.manifest',
|
2024-07-28 18:19:47 +00:00
|
|
|
'target' : 'tests/cefsimple/win/compatibility.manifest',
|
2016-11-17 18:52:42 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
'source' : '../build/win/compatibility.manifest',
|
2024-07-28 18:19:47 +00:00
|
|
|
'target' : 'tests/ceftests/win/compatibility.manifest',
|
2013-11-26 22:02:14 +00:00
|
|
|
},
|
2013-08-15 19:38:55 +00:00
|
|
|
]
|