diff options
Diffstat (limited to 'www/chromium/files/patch-chromecast_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-chromecast_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chromecast_BUILD.gn b/www/chromium/files/patch-chromecast_BUILD.gn new file mode 100644 index 000000000000..ea5c1f16f9a9 --- /dev/null +++ b/www/chromium/files/patch-chromecast_BUILD.gn @@ -0,0 +1,11 @@ +--- chromecast/BUILD.gn.orig 2016-08-03 22:02:15.000000000 +0300 ++++ chromecast/BUILD.gn 2016-09-03 01:38:51.775473000 +0300 +@@ -44,7 +44,7 @@ + "//ui/base:ui_base_unittests", + ] + +- if (is_linux) { ++ if (is_linux || is_bsd) { + tests += [ "//chromecast/crash:cast_crash_unittests" ] + } + |