summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_app_BUILD.gn
blob: 3567f9216db2f14360d3f5f7370de97e83912a7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/app/BUILD.gn.orig	2017-01-26 00:49:13 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" ]
   }