cef/patch/patch.cfg
Marshall Greenblatt f7f31ba68b Mac: Fix 64-bit compile errors.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1365 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-14 22:16:11 +00:00

90 lines
2.7 KiB
INI

# Each map in the list associates a patch file name with a target path and
# optional condition. All paths in the patch file must be relative to the
# target path. Each map should include a comment linking to the code review
# or bug report that the patch relates to. If a condition is provided the
# patch will only be applied if an environment variable with the specified
# name exists.
patches = [
{
# Necessary for grit integration
'name': 'gritsettings',
'path': '../tools/gritsettings/',
},
{
# http://codereview.chromium.org/8086022/
'name': 'build',
'path': '../build/',
},
{
# http://code.google.com/p/chromiumembedded/issues/detail?id=496
'name': 'zlib',
'path': '../third_party/zlib/',
},
{
# http://code.google.com/p/chromiumembedded/issues/detail?id=443
'name': 'message_loop_443',
'path': '../base/message_loop/',
},
{
# http://code.google.com/p/chromiumembedded/issues/detail?id=933
'name': 'webkit_933',
'path': '../third_party/WebKit/Source/WebKit/chromium/src/',
},
{
# http://code.google.com/p/gyp/issues/detail?id=331
'name': 'gyp_331',
'path': '../tools/gyp/pylib/',
},
{
# Enable popups in offscreen rendering on Mac
'name': 'webkit_popups',
'path': '../third_party/WebKit/',
},
{
# http://code.google.com/p/chromiumembedded/issues/detail?id=642
'name': 'renderer_main_642',
'path': '../content/renderer/',
},
{
# http://code.google.com/p/chromiumembedded/issues/detail?id=642
'name': 'singleton_hwnd_642',
'path': '../ui/base/win/',
},
{
# http://code.google.com/p/chromiumembedded/issues/detail?id=642
'name': 'power_monitor_642',
'path': '../base/power_monitor/',
},
{
# Force child processes to exit on main process termination.
# http://code.google.com/p/chromiumembedded/issues/detail?id=1011
'name': 'sandbox_1011',
'path': '../content/common/',
},
{
# Fix crash on 10.6 and older 10.7 versions when building with the 10.7 SDK.
# http://code.google.com/p/chromiumembedded/issues/detail?id=1026
'name': 'renderer_host_1026',
'path': '../content/browser/renderer_host/',
},
{
# Fix export of UnderlayOpenGLHostingWindow for 64-bit OS X builds.
# http://code.google.com/p/chromiumembedded/issues/detail?id=1051
'name': 'underlay_1051',
'path': '../ui/base/cocoa/',
},
{
# Fix 64-bit OS X compile errors in midi_manager_mac.cc.
# http://code.google.com/p/chromiumembedded/issues/detail?id=1051
'name': 'midi_1051',
'path': '../media/midi/',
},
{
# http://code.google.com/p/chromiumembedded/issues/detail?id=364
'name': 'spi_webcore_364',
'path': '../third_party/WebKit/Source/core/',
'condition': 'CEF_SPI_BUILD',
},
]