• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Chromium Embedded Framework (CEF) Patch Application Tool -- patcher.py
2-------------------------------------------------------------------------------
3
4Document Last Updated: April 26, 2017
5
6
7OVERVIEW
8--------
9
10The CEF patch application tool is used to apply patches to the Chromium, Blink
11and third-party code bases. Currently only unified diff format is supported.
12See the README.txt file in the patch directory for information on how this tool
13is used.
14
15The patch.[bat|sh] file can be used to run the patch application tool with
16command-line arguments that match the default CEF directory structure and
17output options. Run 'patcher.py -h' for a complete list of available command-
18line arguments.
19