--- content/app/BUILD.gn.orig 2017-06-05 19:03:06 UTC +++ content/app/BUILD.gn @@ -67,7 +67,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" ] }