2012-04-03 03:34:16 +02:00
|
|
|
Chromium Embedded Framework (CEF) Patch Application Tool -- patcher.py
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
|
2017-04-27 03:59:52 +02:00
|
|
|
Document Last Updated: April 26, 2017
|
2012-04-03 03:34:16 +02:00
|
|
|
|
|
|
|
|
|
|
|
OVERVIEW
|
|
|
|
--------
|
|
|
|
|
2017-04-27 03:59:52 +02:00
|
|
|
The CEF patch application tool is used to apply patches to the Chromium, Blink
|
|
|
|
and third-party code bases. Currently only unified diff format is supported.
|
|
|
|
See the README.txt file in the patch directory for information on how this tool
|
|
|
|
is used.
|
2012-04-03 03:34:16 +02:00
|
|
|
|
2017-04-27 03:59:52 +02:00
|
|
|
The patch.[bat|sh] file can be used to run the patch application tool with
|
2012-04-03 03:34:16 +02:00
|
|
|
command-line arguments that match the default CEF directory structure and
|
|
|
|
output options. Run 'patcher.py -h' for a complete list of available command-
|
|
|
|
line arguments.
|