blob: 38d76b929a54f659ed892d17d03ec0fe53cfa963 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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" ]
}
|