1# Additional handling of transfer files. 2# target: Target location relative to the target release directory. This 3# value is required. 4# source: Source location relative to the CEF root directory. This value 5# is optional. If specified the source file will be copied to the target 6# location and a TRANSFER-README.txt file will be created. 7# post-process: Post-processing operation to perform. This value is 8# optional and may be any one of the following: 9# 'normalize_headers': Replace fully-qualified project header paths with 10# the optionally specified 'new_header_path' value. 11 12[ 13 { 14 'source' : '../build/win/compatibility.manifest', 15 'target' : 'tests/cefclient/resources/win/compatibility.manifest', 16 }, 17 { 18 'source' : '../build/win/compatibility.manifest', 19 'target' : 'tests/cefsimple/compatibility.manifest', 20 }, 21 { 22 'source' : '../build/win/compatibility.manifest', 23 'target' : 'tests/ceftests/resources/win/compatibility.manifest', 24 }, 25] 26