aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_app_BUILD.gn
blob: 5c6395cfe347b552cf8c47327620cc9ac44764d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/app/BUILD.gn.orig	2017-03-09 20:04:32 UTC
+++ content/app/BUILD.gn
@@ -70,7 +70,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" ]
   }