re-enable desktop capturer
This commit is contained in:
parent
518f0005ad
commit
650631421f
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# If it looks stupid but it works it ain't stupid.
|
||||
'variables': {
|
||||
'variables': {
|
||||
'enable_desktop_capturer%': 0, # FIXME(alexeykuzmin)
|
||||
'enable_desktop_capturer%': 1,
|
||||
'enable_osr%': 0, # FIXME(alexeykuzmin)
|
||||
'enable_pdf_viewer%': 0, # FIXME(deepak1556)
|
||||
'enable_run_as_node%': 1,
|
||||
|
|
|
@ -4,7 +4,7 @@ const features = process.atomBinding('features')
|
|||
|
||||
const isCI = remote.getGlobal('isCi')
|
||||
|
||||
describe('desktopCapturer', () => {
|
||||
describe.only('desktopCapturer', () => {
|
||||
before(function () {
|
||||
if (!features.isDesktopCapturerEnabled()) {
|
||||
// It's been disabled during build time.
|
||||
|
|
Loading…
Reference in a new issue