1 2 3 4 5 6 7 8 9 10 11
--- chromecast/browser/BUILD.gn.orig 2017-04-19 19:06:32 UTC +++ chromecast/browser/BUILD.gn @@ -125,7 +125,7 @@ source_set("browser") { "//ui/gl", ] - if (is_linux) { + if (is_linux || is_bsd) { sources += [ "cast_content_window_linux.cc", "cast_content_window_linux.h",