fix: linking pepper flash on Linux

This commit is contained in:
Charles Kerr 2018-10-05 13:54:08 -05:00 коммит произвёл Jeremy Apthorp
Родитель b539e4d486
Коммит fb4b50c8c9
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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" ]
}
}