• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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' : '../net/base/net_error_list.h',
15    'target' : 'include/base/internal/cef_net_error_list.h',
16  },
17]