diff options
Diffstat (limited to 'www/chromium/files/patch-chromecast_crash_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-chromecast_crash_BUILD.gn | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-chromecast_crash_BUILD.gn b/www/chromium/files/patch-chromecast_crash_BUILD.gn deleted file mode 100644 index 784556611b53..000000000000 --- a/www/chromium/files/patch-chromecast_crash_BUILD.gn +++ /dev/null @@ -1,11 +0,0 @@ ---- chromecast/crash/BUILD.gn.orig 2017-06-05 19:03:05 UTC -+++ chromecast/crash/BUILD.gn -@@ -79,7 +79,7 @@ source_set("test_support") { - ] - } - --if (is_linux) { -+if (is_linux || is_bsd) { - test("cast_crash_unittests") { - sources = [ - "cast_crashdump_uploader_unittest.cc", |