electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
486 stars 183 forks source link

build: move pepper flash behind feature flag #569

Closed deepak1556 closed 6 years ago

deepak1556 commented 6 years ago

This is first of the PR's that plans to move chromium_src/ features to libcc behind compile time flags.

Ref https://github.com/electron/maintainers/issues/174

/cc @nornagon @alexeykuzmin

alexeykuzmin commented 6 years ago

@deepak1556 Can you please create a separate PR with the new flag turned off?, to run CI builds.

deepak1556 commented 6 years ago

Can you please create a separate PR with the new flag turned off?, to run CI builds.

Libcc PR : https://github.com/electron/libchromiumcontent/pull/571 Electron PR : https://github.com/electron/electron/pull/13363