Don't include ceftests/resources in minimal distrib (fixes issue #3408)
This commit is contained in:
parent
fce5af14a8
commit
f33c062d78
|
@ -14,20 +14,4 @@
|
||||||
'source' : '../net/base/net_error_list.h',
|
'source' : '../net/base/net_error_list.h',
|
||||||
'target' : 'include/base/internal/cef_net_error_list.h',
|
'target' : 'include/base/internal/cef_net_error_list.h',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'source' : '../net/data/ssl/certificates/expired_cert.pem',
|
|
||||||
'target' : 'tests/ceftests/resources/net/data/ssl/certificates/expired_cert.pem',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
'source' : '../net/data/ssl/certificates/localhost_cert.pem',
|
|
||||||
'target' : 'tests/ceftests/resources/net/data/ssl/certificates/localhost_cert.pem',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
'source' : '../net/data/ssl/certificates/ok_cert.pem',
|
|
||||||
'target' : 'tests/ceftests/resources/net/data/ssl/certificates/ok_cert.pem',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
'source' : '../net/data/ssl/certificates/root_ca_cert.pem',
|
|
||||||
'target' : 'tests/ceftests/resources/net/data/ssl/certificates/root_ca_cert.pem',
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
# 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 source file will be copied to the target
|
||||||
|
# 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' : '../net/data/ssl/certificates/expired_cert.pem',
|
||||||
|
'target' : 'tests/ceftests/resources/net/data/ssl/certificates/expired_cert.pem',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'source' : '../net/data/ssl/certificates/localhost_cert.pem',
|
||||||
|
'target' : 'tests/ceftests/resources/net/data/ssl/certificates/localhost_cert.pem',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'source' : '../net/data/ssl/certificates/ok_cert.pem',
|
||||||
|
'target' : 'tests/ceftests/resources/net/data/ssl/certificates/ok_cert.pem',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'source' : '../net/data/ssl/certificates/root_ca_cert.pem',
|
||||||
|
'target' : 'tests/ceftests/resources/net/data/ssl/certificates/root_ca_cert.pem',
|
||||||
|
},
|
||||||
|
]
|
Loading…
Reference in New Issue