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, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-chromecast_BUILD.gn b/www/chromium/files/patch-chromecast_BUILD.gn deleted file mode 100644 index ac7833384bbf..000000000000 --- a/www/chromium/files/patch-chromecast_BUILD.gn +++ /dev/null @@ -1,11 +0,0 @@ ---- chromecast/BUILD.gn.orig 2017-04-19 19:06:32 UTC -+++ chromecast/BUILD.gn -@@ -55,7 +55,7 @@ cast_test_group("cast_tests") { - } - } - -- if (is_linux) { -+ if (is_linux || is_bsd) { - tests += [ "//chromecast/crash:cast_crash_unittests" ] - } - |