fix: broken PDF viewer (#27209)
This commit is contained in:
parent
00d4baa0e2
commit
9aef11aa23
1 changed files with 4 additions and 2 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue