mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix official build errors caused by chrome runtime changes (see issue #2969)
This commit is contained in:
@ -221,6 +221,11 @@ def GetRecommendedDefaultArgs():
|
||||
# strange shutdown crashes when using the Chrome runtime with a Debug
|
||||
# component build on Windows.
|
||||
'enable_background_mode': False,
|
||||
|
||||
# Disable support for resource whitelist generation. When enabled this
|
||||
# introduces a Windows official build dependency on the
|
||||
# "//chrome:chrome_dll" target, which will fail to build with CEF.
|
||||
'enable_resource_whitelist_generation': False,
|
||||
}
|
||||
|
||||
if platform == 'linux':
|
||||
|
Reference in New Issue
Block a user