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, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-content_app_BUILD.gn b/www/chromium/files/patch-content_app_BUILD.gn deleted file mode 100644 index 38d76b929a54..000000000000 --- a/www/chromium/files/patch-content_app_BUILD.gn +++ /dev/null @@ -1,11 +0,0 @@ ---- 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" ] - } - |