Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] fix: Enable PDF plugin #13760

Closed
wants to merge 3 commits into from
Closed

[WIP] fix: Enable PDF plugin #13760

wants to merge 3 commits into from

Conversation

sethlu
Copy link
Contributor

@sethlu sethlu commented Jul 21, 2018

Resolves #12337
Resolves #14341

Checklist
  • PR description included and stakeholders cc'd
  • npm test passes
  • tests are changed or added
  • relevant documentation is changed or added
  • PR title follows semantic commit guidelines

Notes: re-enable pdf viewer

@sethlu sethlu requested a review from a team July 21, 2018 00:28
features.gypi Outdated
@@ -4,7 +4,7 @@
'variables': {
'enable_desktop_capturer%': 1,
'enable_osr%': 0, # FIXME(alexeykuzmin)
'enable_pdf_viewer%': 0, # FIXME(deepak1556)
'enable_pdf_viewer%': 1, # FIXME(deepak1556)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The FIXME comment should probably be removed =)

@sethlu sethlu mentioned this pull request Aug 15, 2018
@sethlu sethlu requested a review from a team August 23, 2018 22:11
@codebytere codebytere changed the title wip: Enable PDF plugin [WIP] fix: Enable PDF plugin Aug 24, 2018
@jkleinsc jkleinsc force-pushed the enable-pdf-plugin branch 2 times, most recently from 7684b18 to 47e4886 Compare August 28, 2018 19:29
@jkleinsc
Copy link
Contributor

GN builds will need electron/pdf-viewer#14 (WIP).

sethlu and others added 3 commits August 29, 2018 09:08
Co-authored-by: Kristine Zhang <kazhang@slack-corp.com>
@sethlu
Copy link
Contributor Author

sethlu commented Oct 19, 2018

As we're moving into the GN build, there will be a future PR to bring back the PDF viewer with GN.

@MarshallOfSound MarshallOfSound deleted the enable-pdf-plugin branch October 19, 2018 04:55
@MarshallOfSound MarshallOfSound restored the enable-pdf-plugin branch October 19, 2018 04:55
@codebytere codebytere deleted the enable-pdf-plugin branch October 23, 2018 16:55
@leonheess
Copy link

@sethlu What does GN mean?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gn: add missing enable_pdf_viewer build flag Enable PDF Viewer
5 participants