build: fix missing pdf dep in chromium_src (#22811)
This commit is contained in:
parent
6b41d86032
commit
4b0d445f74
1 changed files with 2 additions and 0 deletions
|
@ -263,6 +263,7 @@ source_set("plugins") {
|
|||
"//chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h",
|
||||
]
|
||||
deps += [
|
||||
"//components/pdf/browser",
|
||||
"//media:media_buildflags",
|
||||
"//ppapi/buildflags",
|
||||
"//ppapi/proxy:ipc",
|
||||
|
@ -315,6 +316,7 @@ source_set("plugins") {
|
|||
]
|
||||
}
|
||||
deps += [
|
||||
"//components/pdf/renderer",
|
||||
"//components/strings",
|
||||
"//media:media_buildflags",
|
||||
"//ppapi/host",
|
||||
|
|
Loading…
Reference in a new issue