1 2 3 4 5 6 7 8 9 10 11
--- content/app/BUILD.gn.orig 2017-04-19 19:06:33 UTC +++ content/app/BUILD.gn @@ -68,7 +68,7 @@ template("implement_content_app") { ] } - if (is_linux && enable_plugins) { + if ((is_linux || is_bsd) && enable_plugins) { content_app_deps += [ "//content/ppapi_plugin:ppapi_plugin_sources" ] }