README.txt
1There may be instances where CEF requires changes to the source code for
2Chromium, Blink or third-party projects that are either not desired by those
3projects or that have not yet been merged into the source code versions of those
4projects used by CEF. To address this situation the CEF project adds a patch
5capability as part of cef_create_projects[.bat|sh] build step. This patch
6capability works as follows:
7
81. The CEF developer creates one or more patch files containing all required
9 code changes and places those patch files in the "patches" subdirectory.
102. The CEF developer adds an entry for each patch file in the "patch.cfg" file.
113. When building CEF from source code the patch files are applied by the
12 patcher.py tool via the cef_create_projects[.bat|sh] build step
134. When updating Chromium the patch_updater.py tool is used to update all patch
14 files. See https://bitbucket.org/chromiumembedded/cef/wiki/ChromiumUpdate.md
15 for more information about the update process.
16