14ee5b3d3a
* fix: re-enable osr * fix: add changes from CEF to add MouseWheelPhaseHandler * fix: re-enable surface synchronization by applying fix from cef * update method call and enable AsyncWheelEvents var * fix: make BrowserCompositorMacGetGutterColor behave like chromium * fix: HANDLE only exists on windows * fix: pass correct params to mouse_wheel_phase_handler_ * fix variable accessing * revert: revert the workaround for disableHardwareAcceleration crash * fix: remove GuestViewCrossProcessFrames from the disabled features list * revert: remove check from BrowserChildProcessLaunchedAndConnected
19 lines
612 B
Python
19 lines
612 B
Python
{
|
|
# If it looks stupid but it works it ain't stupid.
|
|
'variables': {
|
|
'variables': {
|
|
'enable_desktop_capturer%': 1,
|
|
'enable_osr%': 1,
|
|
'enable_pdf_viewer%': 0, # FIXME(deepak1556)
|
|
'enable_run_as_node%': 1,
|
|
'enable_view_api%': 0,
|
|
'enable_pepper_flash%': 1,
|
|
},
|
|
'enable_desktop_capturer%': '<(enable_desktop_capturer)',
|
|
'enable_osr%': '<(enable_osr)',
|
|
'enable_pdf_viewer%': '<(enable_pdf_viewer)',
|
|
'enable_run_as_node%': '<(enable_run_as_node)',
|
|
'enable_view_api%': '<(enable_view_api)',
|
|
'enable_pepper_flash%': '<(enable_pepper_flash)',
|
|
},
|
|
}
|