blob: b45e89c695d2a9a04e10ce8f365f3f36fcac7aa2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chromecast/browser/BUILD.gn.orig 2017-01-26 00:49:11 UTC
+++ chromecast/browser/BUILD.gn
@@ -120,7 +120,7 @@ source_set("browser") {
"//ui/gl",
]
- if (is_linux) {
+ if (is_linux || is_bsd) {
sources += [
"cast_memory_pressure_monitor.cc",
"cast_memory_pressure_monitor.h",
|