diff options
Diffstat (limited to 'www/chromium/files/patch-content_app_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_app_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-content_app_BUILD.gn b/www/chromium/files/patch-content_app_BUILD.gn new file mode 100644 index 000000000000..147079a5bb02 --- /dev/null +++ b/www/chromium/files/patch-content_app_BUILD.gn @@ -0,0 +1,11 @@ +--- content/app/BUILD.gn.orig 2016-10-06 04:02:18.000000000 +0300 ++++ content/app/BUILD.gn 2016-10-13 06:35:58.585406000 +0300 +@@ -66,7 +66,7 @@ + ] + } + +- if (is_linux && enable_plugins) { ++ if ((is_linux || is_bsd) && enable_plugins) { + content_app_deps += [ "//content/ppapi_plugin:ppapi_plugin_sources" ] + } + |