Skip to content

Commit

Permalink
build: fix building with enable_plugins = false (#36494)
Browse files Browse the repository at this point in the history
build: fix building with enable_plugins = false (#36193)

Co-authored-by: Milan Burda <miburda@microsoft.com>
  • Loading branch information
miniak and Milan Burda committed Nov 30, 2022
1 parent 9fa958c commit 8cbac3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions BUILD.gn
Expand Up @@ -658,6 +658,8 @@ source_set("electron_lib") {
"//ppapi/shared_impl",
]
sources += [
"shell/renderer/electron_renderer_pepper_host_factory.cc",
"shell/renderer/electron_renderer_pepper_host_factory.h",
"shell/renderer/pepper_helper.cc",
"shell/renderer/pepper_helper.h",
]
Expand Down
2 changes: 0 additions & 2 deletions filenames.gni
Expand Up @@ -672,8 +672,6 @@ filenames = {
"shell/renderer/electron_render_frame_observer.h",
"shell/renderer/electron_renderer_client.cc",
"shell/renderer/electron_renderer_client.h",
"shell/renderer/electron_renderer_pepper_host_factory.cc",
"shell/renderer/electron_renderer_pepper_host_factory.h",
"shell/renderer/electron_sandboxed_renderer_client.cc",
"shell/renderer/electron_sandboxed_renderer_client.h",
"shell/renderer/guest_view_container.cc",
Expand Down

0 comments on commit 8cbac3a

Please sign in to comment.