fix: linking pepper flash on Linux
This commit is contained in:
parent
b539e4d486
commit
fb4b50c8c9
1 changed files with 3 additions and 0 deletions
|
@ -54,4 +54,7 @@ component("pepper_flash") {
|
|||
"//chrome/browser/renderer_host/pepper/monitor_finder_mac.mm",
|
||||
]
|
||||
}
|
||||
if (is_linux) {
|
||||
deps += [ "//components/services/font/public/cpp" ]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue