Skip to content

Commit

Permalink
fix: broken PDF viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere authored and electron-bot committed Jan 8, 2021
1 parent 92c8614 commit 4e16ff0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions electron_paks.gni
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,10 @@ template("electron_extra_paks") {
}

# New paks should be added here by default.
sources +=
[ "$root_gen_dir/content/browser/devtools/devtools_resources.pak" ]
sources += [
"$root_gen_dir/content/browser/devtools/devtools_resources.pak",
"$root_gen_dir/ui/resources/webui_generated_resources.pak",
]
deps += [ "//content/browser/devtools:devtools_resources" ]
if (enable_print_preview) {
sources += [ "$root_gen_dir/chrome/print_preview_resources.pak" ]
Expand Down

0 comments on commit 4e16ff0

Please sign in to comment.